Domestic Debt by Instrument

Monthly domestic debt breakdown by instrument (T-bills, bonds, etc.)

Central Bank of Kenya GET /economy/domestic_debt 2,191 rows https://www.centralbank.go.ke/uploads/government_finance_statistics/1263030173_Domestic%20Debt%20by%20Instrument.csv

Columns

ColumnTypeDescriptionNullableNull countUnique
year int64 Calendar year No 0 3
month object Calendar month name No 0 12
metric object Debt instrument (treasury bills, treasury bonds, government stocks, advances from commercial banks, total domestic debt) No 0 7
value float64 Debt in KES millions No 0 1820

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
year 2191 2000.96 0.22 1999.00 2001.00 2001.00 2001.00 2001.00
value 2191 527793.29 1.165e+06 -575.96 1252.71 29769.47 390643.75 7.15e+06

Sample Data

[
  {
    "year": 1999,
    "month": "september",
    "metric": "treasury bills",
    "value": 115068.55
  },
  {
    "year": 1999,
    "month": "december",
    "metric": "treasury bills",
    "value": 121658.53
  },
  {
    "year": 2000,
    "month": "march",
    "metric": "treasury bills",
    "value": 131224.49
  },
  {
    "year": 2000,
    "month": "june",
    "metric": "treasury bills",
    "value": 131029.45
  },
  {
    "year": 2000,
    "month": "july",
    "metric": "treasury bills",
    "value": 132167.45
  }
]