Retrieve historical CS2 skin pricing data as time-series snapshots or OHLCV candlestick charts. Track price movements over time with intervals starting at 5 minutes.
The Price History API provides two types of historical data: price snapshots (individual data points with provider, price, and timestamp) and candlestick data (aggregated OHLCV bars). Candlestick intervals are available from 5 minutes up. Both endpoints support filtering by item, provider, and time range.
Individual historical price points with timestamp, provider, price, currency, and quantity.
Aggregated open/high/low/close/volume bars with configurable intervals from 5 minutes.
Filter snapshots and candles by start and end timestamps.
Candlestick data includes which provider contributed the high and low for each bar.
Build interactive price charts using candlestick data with customizable time intervals.
Track price trends over days, weeks, or months using historical snapshots.
Use historical data to test trading strategies against past market conditions.
Generate periodic price reports for items or portfolios using time-range filtered data.
The minimum candlestick interval is 5 minutes.
Yes. Both price snapshots and candles can be filtered by provider.
Each candle includes open, high, low, close, volume, and optionally the number of sales. The response also indicates which provider contributed the high and low.
Data availability depends on when tracking started for each item and provider. Use the time range filters to query specific periods.