Economy
Value of Selected Domestic Exports
Monthly value of selected domestic export commodities
Central Bank of Kenya
GET /economy/domestic_exports 2,987 rows https://www.centralbank.go.ke/uploads/balance_of_payment_statistics/1306010805_Value%20of%20Selected%20Domestic%20Exports%20-%20Selected%20Comms.csv Columns
| Column | Type | Description | Nullable | Null count | Unique |
|---|---|---|---|---|---|
year |
int64 | Calendar year | No | 0 | 29 |
month |
object | Calendar month name | No | 0 | 12 |
metric |
object | Export commodity (e.g., coffee, tea, petroleum, horticulture, total) | No | 0 | 9 |
value |
float64 | Export value in KES millions (comma-formatted number) | No | 0 | 2970 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
year |
2987 | 2011.92 | 8.00 | 1998.00 | 2005.00 | 2012.00 | 2019.00 | 2026.00 |
value |
2987 | 8078.08 | 13787.33 | 4.98 | 503.81 | 2527.26 | 9460.50 | 91579.94 |
Sample Data
[
{
"year": 1998,
"month": "august",
"metric": "coffee",
"value": 500.47
},
{
"year": 1998,
"month": "september",
"metric": "coffee",
"value": 536.21
},
{
"year": 1998,
"month": "october",
"metric": "coffee",
"value": 584.32
},
{
"year": 1998,
"month": "november",
"metric": "coffee",
"value": 578.74
},
{
"year": 1998,
"month": "december",
"metric": "coffee",
"value": 574.54
}
]