Commodity Price API

ENDPOINTS
GET/commodity-price

Get Commodity Price

Get the real-time futures price for a commodity in USD. Returns the commodity name, exchange (CME, NYMEX, CBOT), current price, and an ISO 8601 timestamp of the last update.

QUERY PARAMS

The commodity name to get the price for.

Precious Metals: gold, silver, platinum, palladium, micro_gold, micro_silver

Energy: crude_oil (WTI), brent_crude_oil, natural_gas, gasoline_rbob, heating_oil

Agriculture: wheat, corn, soybean, soybean_oil, soybean_meal, oat, rough_rice, lumber, coffee, cocoa, sugar, cotton, orange_juice

Livestock & Dairy: live_cattle, feeder_cattle, lean_hogs, class_3_milk

Industrial Metals: copper, aluminum

{
  "exchange": "CME",
  "price_usd": 83.68,
  "updated_at": "2026-07-21T12:16:56+00:00",
  "commodity_name": "Crude Oil"
}