All commodities

Chicken price data: every public source, named

The price series DataCrop ingests for chicken, 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.

3 AMS reportsPriced per hundredweight (cwt)

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).

GET /v1/series
curl -X GET \
  "https://api.datacrop.dev/v1/series?commodity=chicken&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=chicken.

USDA AMS market reports carrying chicken

Report identifiers are the values source_ref carries on AMS rows. Each is checkable at USDA My Market News.

ReportIDStateTier
Weekly Miscellaneous Poultry Report3645market_tier: state_bidsState elevator bids
Weekly National Chicken Report

National poultry report spanning many products (whole birds, parts) at very different price levels. The training target uses only the WOG national composite rows via benchmark_filters in catalog/identifiers.yaml; averaging across all rows is meaningless.

3646market_tier: national_benchmarkNational benchmark
Monthly National Chicken Report3649market_tier: state_bidsState elevator bids
Look these report IDs up at USDA My Market News

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.