| # | flow | item | is_summary | year | period_start | value | unit | status |
|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| flow | string | Imports, Exports, or Terms of Trade. The last is a ratio of the other two and is not an index of anything | - |
| item | string | The SITC section, or a summary such as `All Imports`. The two flow blocks spell one section two ways, so this is not a key on its own | - |
| is_summary | bool | True for the all-items and non-oil rows closing each block, and for every terms-of-trade row. Reading a summary as a section puts a total in the same column as its parts | - |
| year | int64 | Calendar year the index refers to | - |
| period_start | date | First day of that calendar year | - |
| value | float64 | The index as printed | - |
| unit | string | Always index_2009_100 | - |
| status | string | final, or provisional for a year the source marks with an asterisk | - |
import imibare as imi
df = imi.load("ke.knbs.trade-price-indices.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_trade-price-indices_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.trade-price-indices.annual/download" \
-o "ke.knbs.trade-price-indices.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.trade-price-indices.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-26 Aug 26, 2026 LATEST240 rows · 6.5 KB · initial version
imibare contributors. (2026). Trade Price Indices and Terms of Trade [Data set]. imibare. v2026-08-26. https://imibare.org/datasets/ke.knbs.trade-price-indices.annual
@dataset{imibare_ke_knbs_trade-price-indices_annual, author = {imibare contributors}, title = {Trade Price Indices and Terms of Trade}, year = {2026}, publisher = {imibare}, version = {v2026-08-26}, url = {https://imibare.org/datasets/ke.knbs.trade-price-indices.annual} }
imibare contributors. Trade Price Indices and Terms of Trade. v2026-08-26. imibare, 2026. https://imibare.org/datasets/ke.knbs.trade-price-indices.annual.
imibare contributors. Trade Price Indices and Terms of Trade. v2026-08-26, imibare, 2026, https://imibare.org/datasets/ke.knbs.trade-price-indices.annual.