Economy
Value of Exports to Rest of World
Monthly value of exports to selected countries outside Africa
Central Bank of Kenya
GET /economy/exports_global 4,067 rows https://www.centralbank.go.ke/uploads/balance_of_payment_statistics/310335175_Value%20of%20Exports%20to%20Selected%20Rest%20of%20World%20Countries.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 | Destination country or region (e.g., u.k, germany, u.s.a, total) | No | 0 | 12 |
value |
float64 | Export value in KES millions (comma-formatted number) | No | 0 | 4048 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
year |
4067 | 2011.63 | 8.16 | 1998.00 | 2005.00 | 2012.00 | 2019.00 | 2026.00 |
value |
4067 | 7964.64 | 17945.01 | 9.58 | 715.54 | 2060.13 | 4958.42 | 178625.91 |
Sample Data
[
{
"year": 1998,
"month": "january",
"metric": "u.k",
"value": 1420.32
},
{
"year": 1998,
"month": "february",
"metric": "u.k",
"value": 1465.24
},
{
"year": 1998,
"month": "march",
"metric": "u.k",
"value": 1570.5
},
{
"year": 1998,
"month": "april",
"metric": "u.k",
"value": 1372.71
},
{
"year": 1998,
"month": "may",
"metric": "u.k",
"value": 1721.72
}
]