Government Grants

Monthly government grants received

Central Bank of Kenya GET /v1/datasets/fiscal_grants 580 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 Grant type (programme grants, project grants, total grants) No 0 2
value float64 Grants in KES millions (comma-formatted number) No 0 320

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
year 580 2012.60 7.83 1999.00 2006.00 2012.00 2020.00 2026.00
value 580 5249.97 7614.49 0.00 0.00 1731.50 8170.55 76373.33

Dimensional Coverage

Overall coverage: 86.3%

PeriodExpectedActualCoverage
year=1999244! 16.7%
year=20002416! 66.7%
year=20012424OK 100.0%
year=20022424OK 100.0%
year=20032424OK 100.0%
year=20042424OK 100.0%
year=20052424OK 100.0%
year=20062424OK 100.0%
year=20072424OK 100.0%
year=20082424OK 100.0%
year=20092424OK 100.0%
year=20102424OK 100.0%
year=20112424OK 100.0%
year=20122419! 79.2%
year=20132412! 50.0%
year=20142412! 50.0%
year=20152413! 54.2%
year=20162418! 75.0%
year=20172424OK 100.0%
year=20182424OK 100.0%
year=20192424OK 100.0%
year=20202424OK 100.0%
year=20212424OK 100.0%
year=20222424OK 100.0%
year=20232424OK 100.0%
year=20242424OK 100.0%
year=20252424OK 100.0%
year=2026246! 25.0%

Sample Data

[
  {
    "year": 1999,
    "month": "september",
    "item": "programme grants",
    "value": 6.0
  },
  {
    "year": 1999,
    "month": "september",
    "item": "grants",
    "value": 1197.0
  },
  {
    "year": 1999,
    "month": "december",
    "item": "programme grants",
    "value": 329.0
  },
  {
    "year": 1999,
    "month": "december",
    "item": "grants",
    "value": 2211.0
  },
  {
    "year": 2000,
    "month": "march",
    "item": "programme grants",
    "value": 344.0
  }
]