Agriculture
Tea Production and Exports
Weekly tea auction data — production, export volume, and prices
Tea Board of Kenya
GET /agriculture/tea 84 rows https://eatta.co.ke/statistics Columns
| Column | Type | Description | Nullable | Null count | Unique |
|---|---|---|---|---|---|
date |
datetime64[ns] | Auction date (ISO 8601) | No | 0 | 21 |
year |
int64 | Calendar year | No | 0 | 1 |
month |
object | Calendar month name | Yes | 84 | 0 |
sale_week |
int64 | Sequential auction batch number (starts at 1 each year) | No | 0 | 21 |
metric |
object | Auction metric name (Average price (USD), Tea sold (Kgs), Tea offered (Kgs), Unsold tea (%)) | No | 0 | 4 |
value |
float64 | Numeric value of the metric | No | 0 | 69 |
Summary Statistics
| Column | Count | Mean | Std | Min | 25% | 50% | 75% | Max |
|---|---|---|---|---|---|---|---|---|
year |
84 | 2026.00 | 0.00 | 2026.00 | 2026.00 | 2026.00 | 2026.00 | 2026.00 |
sale_week |
84 | 11.00 | 6.09 | 1.00 | 6.00 | 11.00 | 16.00 | 21.00 |
value |
84 | 4.964e+06 | 5.068e+06 | 2.09 | 5.82 | 3.763e+06 | 9.667e+06 | 1.283e+07 |
Sample Data
[
{
"date": "2026-01-01 00:00:00",
"year": 2026,
"month": null,
"sale_week": 1,
"metric": "average price (usd)",
"value": 2.13
},
{
"date": "2026-01-01 00:00:00",
"year": 2026,
"month": null,
"sale_week": 1,
"metric": "tea offered (kgs)",
"value": 9575196.0
},
{
"date": "2026-01-01 00:00:00",
"year": 2026,
"month": null,
"sale_week": 1,
"metric": "tea sold (kgs)",
"value": 8243508.0
},
{
"date": "2026-01-01 00:00:00",
"year": 2026,
"month": null,
"sale_week": 1,
"metric": "unsold tea (%)",
"value": 14.0
},
{
"date": "2026-01-08 00:00:00",
"year": 2026,
"month": null,
"sale_week": 2,
"metric": "average price (usd)",
"value": 2.19
}
]