| # | fiscal_year | period_start | county | row_level | revenue_source | source_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 | - |
| county | string | County name as ke.knbs.population.irregular publishes it, so the two join; or FLLoCA for the programme row, or Total. | - |
| row_level | string | county, programme or total. Summing across levels double counts: filter to county first. | - |
| revenue_source | string | Equitable Share Grant, Conditional Grant, Unconditional Grant, Annual Own Source Revenue, or Total Revenue | - |
| source_level | string | component or total. The four sources sum to Total Revenue: filter to component to avoid double counting. | - |
| status | string | final or provisional | - |
| value | float64 | Revenue in millions of shillings, null where the source prints no figure | - |
| unit | string | ksh_million | - |
import imibare as imi
df = imi.load("ke.knbs.county-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_county-revenue_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.county-revenue.annual/download" \
-o "ke.knbs.county-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.county-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-19 Aug 19, 2026 LATEST490 rows · 9.2 KB · initial version
imibare contributors. (2026). County Governments' Revenue by Source [Data set]. imibare. v2026-08-19. https://imibare.org/datasets/ke.knbs.county-revenue.annual
@dataset{imibare_ke_knbs_county-revenue_annual, author = {imibare contributors}, title = {County Governments' Revenue by Source}, year = {2026}, publisher = {imibare}, version = {v2026-08-19}, url = {https://imibare.org/datasets/ke.knbs.county-revenue.annual} }
imibare contributors. County Governments' Revenue by Source. v2026-08-19. imibare, 2026. https://imibare.org/datasets/ke.knbs.county-revenue.annual.
imibare contributors. County Governments' Revenue by Source. v2026-08-19, imibare, 2026, https://imibare.org/datasets/ke.knbs.county-revenue.annual.