Economy
Balance of Payments (Annual)
Annual balance of payments statement
Central Bank of Kenya
GET /economy/bop_annual 357 rows https://www.centralbank.go.ke/uploads/balance_of_payment_statistics/1657248905_Balance%20of%20Payments%20Statement%20(Annual%20Calender%20Year).csv Columns
| Column | Type | Description | Nullable | Null count | Unique |
|---|---|---|---|---|---|
year |
int64 | Calendar year | No | 0 | 7 |
metric |
object | BPM6 balance of payments category (e.g., A. Current Account, n.i.e., General government) | No | 0 | 41 |
value |
float64 | Value in USD millions (comma-formatted number) | No | 0 | 291 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
year |
357 | 2022.00 | 2.00 | 2019.00 | 2020.00 | 2022.00 | 2024.00 | 2025.00 |
value |
357 | 111566.80 | 512985.75 | -1.401e+06 | -306.70 | 9230.00 | 133316.00 | 3.063e+06 |
Sample Data
[
{
"year": 2019,
"metric": "a. current account, n.i.e.",
"value": -507653.0
},
{
"year": 2019,
"metric": "other debt instruments",
"value": 57834.0
},
{
"year": 2019,
"metric": "central bank",
"value": 0.0
},
{
"year": 2019,
"metric": "deposit-taking corporations, except the central bank",
"value": 55710.0
},
{
"year": 2019,
"metric": "general government",
"value": 0.0
}
]