63 days of Uganda coffee price data from UCDA (June-July 2026). CSV + JSON for 13 grades. Live prices at ugandacoffeeprices.com — buyer guides at ugandacoffeeexporter.com
# Uganda Coffee Prices Dataset 2026
**63 days of daily coffee price data from the Uganda Coffee Development Authority (UCDA).** 756 rows covering 12 coffee grades — robusta auction, arabica auction, and farmgate prices. June 6 to July 14, 2026.
## Files
| File | Format | Rows | Description |
|---|---|---|---|
| `uganda-coffee-prices-2026.csv` | CSV | 756 | Full time series, one row per grade per day |
| `uganda-coffee-prices-2026.json` | JSON | 756 | Same data as structured JSON array |
| `uganda-coffee-prices-latest.json` | JSON | 12 | Latest snapshot of all grades |
## Grades Tracked
### Robusta (Kampala Auction)
- **Screen 18** — Premium (7.15mm+), specialty roasters, EU/Japan
- **Screen 15** — Standard (5.95mm+), commercial instant, espresso blends
- **Screen 12** — Economy (4.75mm+), local processing, low-cost blends
### Arabica (Kampala Auction)
- **Bugisu AA** — Top arabica grade, Mt. Elgon region
- **Bugisu A** — Second-tier specialty
- **Bugisu PB** — Peaberry grade, Scandinavia/Japan
- **Bugisu B** — Standard commercial arabica
- **Wugar** — Western Uganda arabica
- **Drugar** — Dry-processed arabica, instant coffee
### Farmgate (Farmer-Level)
- **Kiboko** — Dry cherry, unshelled, as-harvested (UGX/kg)
- **FAQ** — Fair Average Quality, clean hulled (UGX/kg)
- **Arabica Parchment** — Washed arabica in parchment (UGX/kg)
## Data Structure
```json
{
"date": "2026-07-14",
"grade": "Robusta Screen 18",
"type": "Robusta Auction",
"price": 191.07,
"currency": "USc/kg"
}
```
Robusta and Arabica auction prices are in **US cents per kilogram** (USc/kg). Farmgate prices are in **Ugandan Shillings per kilogram** (UGX/kg).
## Source
All data sourced from the **Uganda Coffee Development Authority (UCDA)** daily auction reports. UCDA is the government body responsible for regulating Uganda's coffee sector and publishes official price data every trading day.
## Live Prices
For daily updated prices, grade specifications, historical charts, and export tools:
- …