Balance of Payments (Annual)

Annual balance of payments statement

Central Bank of Kenya GET /v1/datasets/bop_annual 350 rows https://www.centralbank.go.ke/uploads/balance_of_payment_statistics/1657248905_Balance%20of%20Payments%20Statement%20(Annual%20Calender%20Year).csv

Columns

ColumnTypeDescriptionNullableNull countUnique
year int64 Calendar year No 0 7
item str 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

ColumnCountMeanStdMin25%50%75%Max
year 350 2022.00 2.00 2019.00 2020.00 2022.00 2024.00 2025.00
value 350 113798.14 517858.95 -1.401e+06 -387.07 11112.50 134666.75 3.063e+06

Dimensional Coverage

Overall coverage: 100.0%

PeriodExpectedActualCoverage
year=20194141OK 100.0%
year=20204141OK 100.0%
year=20214141OK 100.0%
year=20224141OK 100.0%
year=20234141OK 100.0%
year=20244141OK 100.0%
year=20254141OK 100.0%

Sample Data

[
  {
    "year": 2019,
    "item": "current account, n.i.e.",
    "value": -507653.0
  },
  {
    "year": 2019,
    "item": "general government",
    "value": 0.0
  },
  {
    "year": 2019,
    "item": "other sectors",
    "value": 2125.0
  },
  {
    "year": 2019,
    "item": "other financial corporations",
    "value": 213.620931
  },
  {
    "year": 2019,
    "item": "nonfinancial corporations, households, and npishs",
    "value": 1911.0
  }
]