BlaveClaw can access historical OHLCV data for CME and ICE commodity futures.
Continuous contract OHLCV for WTI crude oil (CL) and gold (GC) traded on CME/NYMEX/COMEX.
Continuous contract OHLCV for Brent crude oil (BRN) traded on ICE.
Three timeframe schemas are available. Each schema has a maximum query window.
ohlcv-1d — Daily, up to 10 yearsohlcv-1h — Hourly, up to 1 yearohlcv-1m — Minute, up to 31 daysAll schemas return a DataFrame with the following columns:
Open、High、Low、Close — Open, High, Low, Close (float)Volume — Volume (integer)