| # | fiscal_year | period_start | item | item_level | parent | status | value | unit |
|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| fiscal_year | string | Kenyan fiscal year, e.g. 2024/25, opening on 1 July | - |
| period_start | date | 1 July of the fiscal year's first calendar year | - |
| item | string | Capital item, as the source prints it. The two inventory rows carry the heading they are printed under, which has no figure of its own. | - |
| item_level | string | component, group, block_total or aggregate. Summing across levels double counts; see source_description for what each one means. | - |
| parent | string | The block or group this row sits inside, or null for the rows at the top level. A block heading carries no figure of its own, so it appears here and not as a row. | - |
| status | string | final, revised or provisional | - |
| value | float64 | Capital spending in millions of shillings. Disposals are negative throughout, because a disposal offsets the spending it sits beside. | - |
| unit | string | ksh_million | - |
import imibare as imi
df = imi.load("ke.knbs.capital-expenditure.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_capital-expenditure_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.capital-expenditure.annual/download" \
-o "ke.knbs.capital-expenditure.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.capital-expenditure.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-21 Aug 21, 2026 LATEST126 rows · 6.5 KB · initial version
imibare contributors. (2026). National Government Capital Expenditure [Data set]. imibare. v2026-08-21. https://imibare.org/datasets/ke.knbs.capital-expenditure.annual
@dataset{imibare_ke_knbs_capital-expenditure_annual, author = {imibare contributors}, title = {National Government Capital Expenditure}, year = {2026}, publisher = {imibare}, version = {v2026-08-21}, url = {https://imibare.org/datasets/ke.knbs.capital-expenditure.annual} }
imibare contributors. National Government Capital Expenditure. v2026-08-21. imibare, 2026. https://imibare.org/datasets/ke.knbs.capital-expenditure.annual.
imibare contributors. National Government Capital Expenditure. v2026-08-21, imibare, 2026, https://imibare.org/datasets/ke.knbs.capital-expenditure.annual.