Canola price data: every public source, named
The price series DataCrop ingests for canola, listed by the identifier each publisher uses. Every row we serve carries its own source, that identifier, its unit, its region and its ingestion timestamp — readings are served per identifier, never silently averaged into one number.
Pull it yourself
Every endpoint is Bearer-authenticated; there is deliberately no keyless data route. The free tier covers corn, soybean and wheat with 365 days of history at 500 requests/day for keys created on or after 2026-08-20 (earlier keys stay at 2,000/day).
curl -X GET \
"https://api.datacrop.dev/v1/series?commodity=canola&source=AMS&limit=5" \
-H "Authorization: Bearer YOUR_API_KEY"Prefer to look before signing up? The sandbox runs without an account. To see how a served row was derived from the raw USDA response, call /v1/lineage?commodity=canola.
USDA AMS market reports carrying canola
Report identifiers are the values source_ref carries on AMS rows. Each is checkable at USDA My Market News.
| Report | ID | State | Tier |
|---|---|---|---|
| National Daily Sunflower, Canola, Millet, and Flaxseed Report The primary national price series for minor oilseeds (canola, sunflower, millet, flaxseed). Delivery points are mixed: roughly three-quarters of rows are delivered terminal/mill/processor prices, one quarter country elevator bids. Do not pool with state_bids canola/sunflower rows (e.g. slug 3878) without separating delivery points — the delivered-processor rows carry a freight/handling premium over elevator bids. | 2887 | market_tier: national_benchmark | National benchmark |
| Iowa Barge Terminal Grain Bids Mississippi/Illinois river terminal bids. Prices carry a freight premium over interior Iowa state elevator bids (slug 2850); the spread reflects the barge freight rate, not a quality or supply difference. Do not average or pool with state_bids slugs without basis adjustment. | 3043 | IA | Barge / terminal |
FRED producer-price series for canola
PPI: Farm Products — Canola (rapeseed, farm-gate)
Farm-gate rapeseed price; directly comparable to AMS canola bids. For downstream refined canola oil price, use WPU027A01063 instead, but be aware that it carries a crush margin and refining premium above the farm-gate price.
Identifiers on this page come from the catalog files the ingestion pipeline itself runs on, and change only when the pipeline's own configuration changes. For the full per-source coverage view see data sources, and for the endpoint reference see the API docs.
