feedback

Commodity Futures Data

BlaveClaw can access historical OHLCV data for CME and ICE commodity futures.

CME Futures (CL / GC)

Continuous contract OHLCV for WTI crude oil (CL) and gold (GC) traded on CME/NYMEX/COMEX.

  • CL — WTI Crude Oil (NYMEX continuous contract)
  • GC — Gold (COMEX continuous contract)

ICE Futures (BRN)

Continuous contract OHLCV for Brent crude oil (BRN) traded on ICE.

  • BRN — Brent Crude Oil (ICE continuous contract)

Schemas & Date Limits

Three timeframe schemas are available. Each schema has a maximum query window.

  • ohlcv-1d — Daily, up to 10 years
  • ohlcv-1h — Hourly, up to 1 year
  • ohlcv-1m — Minute, up to 31 days

All schemas return a DataFrame with the following columns:

  • OpenHighLowClose — Open, High, Low, Close (float)
  • Volume — Volume (integer)
Want other data? Come find us in our Discord community and let us know what you're looking for!