| # | fiscal_year | period_start | basis | item | item_level | 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 | - |
| basis | string | function or economic. The two classify the same spending, so summing across both counts every shilling twice. | - |
| item | string | Function of government, or economic type, as the source prints it | - |
| item_level | string | component or total. Components sum to the total of their own basis. There is no parent column: this table prints no groups within either block, so it would be null in every row. | - |
| status | string | final, revised or provisional | - |
| value | float64 | Outlays in millions of shillings | - |
| unit | string | ksh_million | - |
import imibare as imi
df = imi.load("ke.knbs.government-outlays.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_government-outlays_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.government-outlays.annual/download" \
-o "ke.knbs.government-outlays.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.government-outlays.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 LATEST154 rows · 6.7 KB · initial version
imibare contributors. (2026). National Government Total Outlays by Function and Economic Type [Data set]. imibare. v2026-08-21. https://imibare.org/datasets/ke.knbs.government-outlays.annual
@dataset{imibare_ke_knbs_government-outlays_annual, author = {imibare contributors}, title = {National Government Total Outlays by Function and Economic Type}, year = {2026}, publisher = {imibare}, version = {v2026-08-21}, url = {https://imibare.org/datasets/ke.knbs.government-outlays.annual} }
imibare contributors. National Government Total Outlays by Function and Economic Type. v2026-08-21. imibare, 2026. https://imibare.org/datasets/ke.knbs.government-outlays.annual.
imibare contributors. National Government Total Outlays by Function and Economic Type. v2026-08-21, imibare, 2026, https://imibare.org/datasets/ke.knbs.government-outlays.annual.