| # | 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 | Source of capital funding, as the source prints it | - |
| item_level | string | component or block_total. Components sum to the block_total of the borrowing type named in parent; the two rows with no parent stand alone and are not part of either total. | - |
| parent | string | External Borrowing or Domestic Borrowing, or null for external grants and disposals, which belong to neither | - |
| status | string | final, revised or provisional | - |
| value | float64 | Capital receipts in millions of shillings. Negative for a net repayment of short-term debt and for disposals throughout. | - |
| unit | string | ksh_million | - |
import imibare as imi
df = imi.load("ke.knbs.capital-revenue.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-revenue_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.capital-revenue.annual/download" \
-o "ke.knbs.capital-revenue.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-revenue.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-20 Aug 20, 2026 LATEST49 rows · 5.6 KB · initial version
imibare contributors. (2026). National Government Capital Revenue [Data set]. imibare. v2026-08-20. https://imibare.org/datasets/ke.knbs.capital-revenue.annual
@dataset{imibare_ke_knbs_capital-revenue_annual, author = {imibare contributors}, title = {National Government Capital Revenue}, year = {2026}, publisher = {imibare}, version = {v2026-08-20}, url = {https://imibare.org/datasets/ke.knbs.capital-revenue.annual} }
imibare contributors. National Government Capital Revenue. v2026-08-20. imibare, 2026. https://imibare.org/datasets/ke.knbs.capital-revenue.annual.
imibare contributors. National Government Capital Revenue. v2026-08-20, imibare, 2026, https://imibare.org/datasets/ke.knbs.capital-revenue.annual.