Monthly Exchange Rates (End Period)

Monthly exchange rates of major currencies against KES (end period)

Central Bank of Kenya GET /economy/forex_end_period 7,970 rows https://www.centralbank.go.ke/uploads/exchange_rates/677633335_Monthly%20exchange%20rate%20(end%20period).csv

Columns

ColumnTypeDescriptionNullableNull countUnique
year int64 Calendar year No 0 34
month object Calendar month name (e.g., January) No 0 12
metric object Foreign currency name (e.g., united states dollar, sterling pound) No 0 29
value float64 End-period exchange rate in KES per unit of foreign currency (comma-formatted number) No 0 4817

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
year 7970 2009.71 9.58 1993.00 2001.00 2010.00 2018.00 2026.00
value 7970 41.65 40.29 1.08 11.25 21.70 70.34 203.79

Sample Data

[
  {
    "year": 1993,
    "month": "january",
    "metric": "united states dollar",
    "value": 35.92
  },
  {
    "year": 1993,
    "month": "january",
    "metric": "sterling pound",
    "value": 54.48
  },
  {
    "year": 1993,
    "month": "january",
    "metric": "deutch mark",
    "value": 22.67
  },
  {
    "year": 1993,
    "month": "january",
    "metric": "canadian dollar",
    "value": 28.3
  },
  {
    "year": 1993,
    "month": "january",
    "metric": "french franc",
    "value": 6.69
  }
]