| # | year | period_start | creditor | section | debt_level | status | value | unit |
|---|---|---|---|---|---|---|---|---|
| loading... | ||||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year; the debt is outstanding as at 30 June | - |
| period_start | date | 30 June of the year | - |
| creditor | string | The lender, institution or instrument, as the source prints it, including its typographic errors | - |
| section | string | Lending Countries, International Organisations, INTERNAL DEBT or MEMORADUM; null for the rows that sit directly under TOTAL EXTERNAL with no header of their own | - |
| debt_level | string | creditor, subtotal, total or memorandum. Summing across levels double counts, and note that the two subtotals deliberately do not add to the total: see the description. | - |
| status | string | final or provisional | - |
| value | float64 | Debt outstanding in millions of shillings, negative for the government-deposits row, null where the source prints no figure | - |
| unit | string | ksh_million | - |
import imibare as imi
df = imi.load("ke.knbs.government-debt.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-debt_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.government-debt.annual/download" \
-o "ke.knbs.government-debt.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-debt.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 LATEST180 rows · 7.0 KB · initial version
imibare contributors. (2026). National Government Outstanding Debt by Source [Data set]. imibare. v2026-08-19. https://imibare.org/datasets/ke.knbs.government-debt.annual
@dataset{imibare_ke_knbs_government-debt_annual, author = {imibare contributors}, title = {National Government Outstanding Debt by Source}, year = {2026}, publisher = {imibare}, version = {v2026-08-19}, url = {https://imibare.org/datasets/ke.knbs.government-debt.annual} }
imibare contributors. National Government Outstanding Debt by Source. v2026-08-19. imibare, 2026. https://imibare.org/datasets/ke.knbs.government-debt.annual.
imibare contributors. National Government Outstanding Debt by Source. v2026-08-19, imibare, 2026, https://imibare.org/datasets/ke.knbs.government-debt.annual.