| # | date | category | source_document | value |
|---|---|---|---|---|
| loading... | ||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | First day of reference month | - |
| category | string | Index series. One value, all_items, kept so the shape matches the other CPI datasets and a later release adding sub-indices extends this frame rather than changing it. | - |
| source_document | string | Which KNBS publication produced the row: spreadsheet (the historical workbook or the Economic Survey, fifteen significant digits) or monthly_release_figure (read from a release figure's data labels, two decimals). | - |
| value | float64 | Consumer price index, base February 2019 = 100 | - |
import imibare as imi
df = imi.load("ke.knbs.cpi.monthly")
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_cpi_monthly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.cpi.monthly/download" \
-o "ke.knbs.cpi.monthly.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.cpi.monthly" 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-09-02 Sep 2, 2026 LATEST600 rows · 13.1 KB · +1 row
- 2026-08-15 Aug 15, 2026599 rows · 13.1 KB · initial version
imibare contributors. (2026). Consumer Price Index [Data set]. imibare. v2026-09-02. https://imibare.org/datasets/ke.knbs.cpi.monthly
@dataset{imibare_ke_knbs_cpi_monthly, author = {imibare contributors}, title = {Consumer Price Index}, year = {2026}, publisher = {imibare}, version = {v2026-09-02}, url = {https://imibare.org/datasets/ke.knbs.cpi.monthly} }
imibare contributors. Consumer Price Index. v2026-09-02. imibare, 2026. https://imibare.org/datasets/ke.knbs.cpi.monthly.
imibare contributors. Consumer Price Index. v2026-09-02, imibare, 2026, https://imibare.org/datasets/ke.knbs.cpi.monthly.