Economy
Government Revenue
Monthly government revenue breakdown
Central Bank of Kenya
GET /economy/fiscal_revenue 2,326 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 | Revenue category (e.g., import duty, excise duty, income tax, vat, total revenue) | No | 0 | 8 |
value |
float64 | Revenue in KES millions (comma-formatted number) | No | 0 | 2323 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
fiscal_year |
2326 | 2013.13 | 7.57 | 1999.00 | 2007.00 | 2014.00 | 2020.00 | 2026.00 |
value |
2326 | 215787.29 | 355462.34 | 987.00 | 28213.71 | 73828.77 | 231773.14 | 2.957e+06 |
Sample Data
[
{
"fiscal_year": 1999,
"month": "september",
"metric": "import duty",
"value": 7157.0
},
{
"fiscal_year": 1999,
"month": "december",
"metric": "import duty",
"value": 13912.0
},
{
"fiscal_year": 2000,
"month": "march",
"metric": "import duty",
"value": 21407.0
},
{
"fiscal_year": 2000,
"month": "june",
"metric": "import duty",
"value": 28605.0
},
{
"fiscal_year": 2000,
"month": "july",
"metric": "import duty",
"value": 2813.0
}
]