Economy
Government Expenditure
Monthly government expenditure breakdown
Central Bank of Kenya
GET /economy/fiscal_expenditure 2,656 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 | Expenditure category (e.g., domestic interest, wages salaries, development expenditure, total expenditure) | No | 0 | 9 |
value |
float64 | Expenditure in KES millions (comma-formatted number) | No | 0 | 2627 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
fiscal_year |
2656 | 2013.09 | 7.54 | 1999.00 | 2007.00 | 2013.00 | 2020.00 | 2026.00 |
value |
2656 | 236916.46 | 426253.67 | 0.00 | 21307.58 | 85394.30 | 249362.48 | 3.968e+06 |
Sample Data
[
{
"fiscal_year": 1999,
"month": "september",
"metric": "domestic interest",
"value": 3816.0
},
{
"fiscal_year": 1999,
"month": "december",
"metric": "domestic interest",
"value": 8935.0
},
{
"fiscal_year": 2000,
"month": "march",
"metric": "domestic interest",
"value": 15784.0
},
{
"fiscal_year": 2000,
"month": "june",
"metric": "domestic interest",
"value": 20752.0
},
{
"fiscal_year": 2000,
"month": "july",
"metric": "domestic interest",
"value": 2739.0
}
]