Public Debt

Monthly public debt (domestic and external)

Central Bank of Kenya GET /economy/public_debt 930 rows https://www.centralbank.go.ke/uploads/government_finance_statistics/565446111_Public%20Debt.csv

Columns

ColumnTypeDescriptionNullableNull countUnique
year int64 Calendar year No 0 27
month object Calendar month name No 0 12
metric object Debt component (domestic debt, external debt, total) No 0 3
value float64 Debt in KES millions (comma-formatted number) No 0 929

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
year 930 2012.57 7.47 1999.00 2006.00 2013.00 2019.00 2025.00
value 930 2.405e+06 2.633e+06 183417.00 532894.31 1.184e+06 3.657e+06 1.23e+07

Sample Data

[
  {
    "year": 1999,
    "month": "september",
    "metric": "domestic debt",
    "value": 183417.0
  },
  {
    "year": 1999,
    "month": "december",
    "metric": "domestic debt",
    "value": 190300.0
  },
  {
    "year": 2000,
    "month": "march",
    "metric": "domestic debt",
    "value": 201463.22
  },
  {
    "year": 2000,
    "month": "june",
    "metric": "domestic debt",
    "value": 206127.0
  },
  {
    "year": 2000,
    "month": "july",
    "metric": "domestic debt",
    "value": 202362.0
  }
]