Government Expenditure

Monthly government expenditure breakdown

Central Bank of Kenya GET /v1/datasets/fiscal_expenditure 939 rows https://www.centralbank.go.ke/uploads/government_finance_statistics/2118703754_Revenue%20and%20Expenditure.csv

Columns

ColumnTypeDescriptionNullableNull countUnique
year int64 Fiscal year (e.g., 1999 means FY 1999/2000) No 0 28
month str Calendar month name No 0 12
item str Expenditure category (e.g., domestic interest, wages salaries, development expenditure, total expenditure) No 0 3
value float64 Expenditure in KES millions (comma-formatted number) No 0 924

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
year 939 2012.70 7.55 1999.00 2006.00 2013.00 2019.00 2026.00
value 939 67334.26 109208.02 0.00 5803.00 20300.00 75892.00 660000.90

Dimensional Coverage

Overall coverage: 93.2%

PeriodExpectedActualCoverage
year=1999366! 16.7%
year=20003624! 66.7%
year=20013636OK 100.0%
year=20023636OK 100.0%
year=20033636OK 100.0%
year=20043636OK 100.0%
year=20053636OK 100.0%
year=20063636OK 100.0%
year=20073636OK 100.0%
year=20083636OK 100.0%
year=20093636OK 100.0%
year=20103636OK 100.0%
year=20113636OK 100.0%
year=20123636OK 100.0%
year=20133636OK 100.0%
year=20143636OK 100.0%
year=20153636OK 100.0%
year=20163636OK 100.0%
year=20173636OK 100.0%
year=20183636OK 100.0%
year=20193636OK 100.0%
year=20203636OK 100.0%
year=20213636OK 100.0%
year=20223636OK 100.0%
year=20233636OK 100.0%
year=20243636OK 100.0%
year=20253636OK 100.0%
year=2026369! 25.0%

Sample Data

[
  {
    "year": 1999,
    "month": "september",
    "item": "foreign interest",
    "value": 3068.0
  },
  {
    "year": 1999,
    "month": "september",
    "item": "pensions",
    "value": 1387.0
  },
  {
    "year": 1999,
    "month": "september",
    "item": "development expenditure",
    "value": 6539.0
  },
  {
    "year": 1999,
    "month": "december",
    "item": "foreign interest",
    "value": 4597.0
  },
  {
    "year": 1999,
    "month": "december",
    "item": "pensions",
    "value": 2520.0
  }
]