| # | year | period_start | scope | group | item | value | unit | status |
|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year the account covers | - |
| period_start | date | First day of that calendar year | - |
| scope | string | Which partners the account covers: all for every trading partner, comesa for the Common Market for Eastern and Southern Africa | - |
| group | string | The block a line belongs to, Exports or Imports, or empty for the balance, the volume and COMESA's unsplit import total | - |
| item | string | The line itself. Total appears twice under all, once closing each block, which is why group is needed to tell them apart | - |
| value | float64 | The figure as printed, in thousands of Kenya shillings | - |
| unit | string | Always ksh_thousand | - |
| status | string | final, or provisional for a year the source marks with an asterisk | - |
import imibare as imi
df = imi.load("ke.knbs.balance-of-trade.annual")
print(df.head()) import duckdb
duckdb.sql("""
ATTACH 'https://catalog.cloudflarestorage.com/imibare-data'
AS imi (TYPE ICEBERG, READ_ONLY)
""")
duckdb.sql("SELECT * FROM imi.ke_knbs_balance-of-trade_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.balance-of-trade.annual/download" \
-o "ke.knbs.balance-of-trade.annual.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/ke.knbs.balance-of-trade.annual" Every version is a change in the data, and every one is retained; snapshots are never overwritten. Each entry is a dated Parquet snapshot in the dataset's versions/ archive.
- 2026-08-25 Aug 25, 2026 LATEST140 rows · 6.2 KB · initial version
imibare contributors. (2026). Balance of Trade, Overall and with COMESA [Data set]. imibare. v2026-08-25. https://imibare.org/datasets/ke.knbs.balance-of-trade.annual
@dataset{imibare_ke_knbs_balance-of-trade_annual, author = {imibare contributors}, title = {Balance of Trade, Overall and with COMESA}, year = {2026}, publisher = {imibare}, version = {v2026-08-25}, url = {https://imibare.org/datasets/ke.knbs.balance-of-trade.annual} }
imibare contributors. Balance of Trade, Overall and with COMESA. v2026-08-25. imibare, 2026. https://imibare.org/datasets/ke.knbs.balance-of-trade.annual.
imibare contributors. Balance of Trade, Overall and with COMESA. v2026-08-25, imibare, 2026, https://imibare.org/datasets/ke.knbs.balance-of-trade.annual.