Principal Exports — Volume, Value, Unit Prices

Monthly volume, value, and average unit prices of principal exports (coffee, tea, horticulture)

Central Bank of Kenya GET /economy/principal_exports 2,988 rows https://www.centralbank.go.ke/uploads/balance_of_payment_statistics/766913717_Principal%20Exports_Volume,%20Value%20and%20Unit%20Prices.csv

Columns

ColumnTypeDescriptionNullableNull countUnique
year int64 Calendar year No 0 29
month object Calendar month name No 0 12
metric object Commodity and measure (coffee volume, coffee value, coffee average, tea volume, tea value, tea average, horticulture volume, horticulture value, horticulture average) No 0 9
value float64 Volume in Kgs, value in KES millions, or average price in KES per kg (comma-formatted number; see Metric for unit) No 0 2985

Summary Statistics

ColumnCountMeanStdMin25%50%75%Max
year 2988 2011.92 8.00 1998.00 2005.00 2012.00 2019.00 2026.00
value 2988 99304.28 157096.24 130.21 4437.56 21906.24 162741.88 1.085e+06

Sample Data

[
  {
    "year": 1998,
    "month": "august",
    "metric": "coffee volume",
    "value": 2759.82
  },
  {
    "year": 1998,
    "month": "september",
    "metric": "coffee volume",
    "value": 3243.7
  },
  {
    "year": 1998,
    "month": "october",
    "metric": "coffee volume",
    "value": 4158.57
  },
  {
    "year": 1998,
    "month": "november",
    "metric": "coffee volume",
    "value": 3958.47
  },
  {
    "year": 1998,
    "month": "december",
    "metric": "coffee volume",
    "value": 3565.01
  }
]