Economy
Government Grants
Monthly government grants received
Central Bank of Kenya
GET /economy/fiscal_grants 893 rows https://www.centralbank.go.ke/uploads/government_finance_statistics/2118703754_Revenue%20and%20Expenditure.csv Columns
| Column | Type | Description | Nullable | Null count | Unique |
|---|---|---|---|---|---|
fiscal_year |
int64 | Fiscal year (e.g., 1999 means FY 1999/2000) | No | 0 | 28 |
month |
object | Calendar month name | No | 0 | 12 |
metric |
object | Grant type (programme grants, project grants, total grants) | No | 0 | 3 |
value |
float64 | Grants in KES millions (comma-formatted number) | No | 0 | 374 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
fiscal_year |
893 | 2012.63 | 7.73 | 1999.00 | 2006.00 | 2012.00 | 2020.00 | 2026.00 |
value |
893 | 6818.60 | 8279.77 | 0.00 | 0.00 | 3890.00 | 11204.86 | 76373.33 |
Sample Data
[
{
"fiscal_year": 1999,
"month": "september",
"metric": "programme grants",
"value": 6.0
},
{
"fiscal_year": 1999,
"month": "december",
"metric": "programme grants",
"value": 329.0
},
{
"fiscal_year": 2000,
"month": "march",
"metric": "programme grants",
"value": 344.0
},
{
"fiscal_year": 2000,
"month": "june",
"metric": "programme grants",
"value": 0.0
},
{
"fiscal_year": 2000,
"month": "july",
"metric": "programme grants",
"value": 0.0
}
]