# Price history API for Counter-Strike 2

CS2 price history across BUFF, Youpin, CSFloat, Skinport, Steam, and C5Game: OHLC candles at 5m to 1d, archive prices and supply since 2023, and Steam sale history daily since 2013.

cs2.sh provides three types of CS2 price history: high-frequency OHLC candles, long-term archive data, and marketplace sale histories. Every series covers every item, is keyed by `market_hash_name`, and is priced in USD.

`/v1/prices/history` aggregates snapshot prices into continuously updating OHLC candles at `5m`/`30m`/`1h`/`1d` intervals for BUFF, Youpin, CSFloat, Skinport, Steam, and C5Game. `/v1/archive/history` provides daily and hourly bid/ask prices, item supply, and approximate sale volume going back to 2023.

The sale archives go back further: `/v1/archive/steam` provides Steam's native median sale price and volume daily since April 26, 2013, `/v1/archive/csfloat` provides daily CSFloat sale price and volume going back to 2022, `/v1/archive/buff` provides BUFF sale prices and daily total supply since September 6, 2024, and `/v1/archive/youpin` provides Youpin sale prices at `1h`/`4h`/`12h` intervals. `/v1/market/buff/history` and `/v1/market/steam/history` record BUFF float and fade ranges and full-depth Steam orderbook snapshots over time.

Updated 2026-09-07

## historical coverage

| Endpoint | Coverage | Intervals |
| --- | --- | --- |
| [`/v1/prices/history`](https://cs2.sh/docs/prices-history) | Since December 24, 2025 | 5m, 30m, 1h, 1d |
| [`/v1/market/buff/history`](https://cs2.sh/docs/buff-float-history) | Since May 19, 2026 | 30m, 1h, 1d |
| [`/v1/market/steam/history`](https://cs2.sh/docs/steam-orderbook-history) | Since June 9, 2026 | 1h, 1d |
| [`/v1/archive/history`](https://cs2.sh/docs/archive-history) | Since 2023 | 1h, 1d |
| [`/v1/archive/buff`](https://cs2.sh/docs/archive-buff) | Since September 6, 2024 | - |
| [`/v1/archive/csfloat`](https://cs2.sh/docs/archive-csfloat) | Since 2022 | 1d |
| [`/v1/archive/steam`](https://cs2.sh/docs/archive-steam) | Daily since April 26, 2013; hourly since May 9, 2026 | 1h, 1d |
| [`/v1/archive/youpin`](https://cs2.sh/docs/archive-youpin) | 12h since November 12, 2025; 4h since June 27, 2026; 1h since July 20, 2026 | 1h, 4h, 12h |

## endpoints

|  |  |
| --- | --- |
| [`/v1/prices/history`](https://cs2.sh/docs/prices-history) | Continuously updating OHLC candles at 5m/30m/1h/1d, since December 24th, 2025 |
| [`/v1/market/buff/history`](https://cs2.sh/docs/buff-float-history) | BUFF float and fade ranges over time at 30m/1h/1d, since May 19th, 2026 |
| [`/v1/market/steam/history`](https://cs2.sh/docs/steam-orderbook-history) | Full-depth Steam orderbook snapshots at 1h/1d buckets, since June 9th, 2026 |
| [`/v1/archive/history`](https://cs2.sh/docs/archive-history) | Daily and hourly prices, supply, and sale volume back to 2023 |
| [`/v1/archive/buff`](https://cs2.sh/docs/archive-buff) | BUFF sale prices and daily total supply, one series per item, since September 6th, 2024 |
| [`/v1/archive/csfloat`](https://cs2.sh/docs/archive-csfloat) | Daily CSFloat sale price and volume back to 2022, true transacted data rather than listings |
| [`/v1/archive/steam`](https://cs2.sh/docs/archive-steam) | 13 years of native Steam median sale price and volume, daily since 2013 |
| [`/v1/archive/youpin`](https://cs2.sh/docs/archive-youpin) | Real Youpin sale prices at 1h/4h/12h intervals, since November 12th, 2025 |

## common questions

### How far back does CS2 price history go?

Up to 13 years. Steam Community Market sale history goes back to April 26, 2013, CSFloat sale history goes back to 2022, BUFF sale history goes back to September 6, 2024, archive bid/ask prices, item supply, and sale volume go back to 2023, and high-frequency OHLC candles go back to December 24, 2025.

### What types of sale history does cs2.sh collect?

Four marketplace sale archives: `/v1/archive/steam` provides Steam's native median sale price and volume, `/v1/archive/csfloat` provides daily CSFloat sale prices and volume, `/v1/archive/buff` provides BUFF sale prices and daily total supply, and `/v1/archive/youpin` provides Youpin sale prices at `1h`/`4h`/`12h` intervals - real sales, not listings. `/v1/archive/history` also includes approximate sale volume going back to 2023.

### Does cs2.sh have Steam Community Market price history?

Yes. `/v1/archive/steam` provides Steam's native median sale price and volume, daily since April 26, 2013 and hourly since May 9, 2026. `/v1/market/steam/history` provides full-depth Steam orderbook snapshots, and `/v1/prices/history` provides OHLC candles for Steam listing prices.

### Can I try CS2 price history for free?

Yes. The live demo runs the real API with no key or signup, including price history going back to 2013 on a curated set of items. Full access to the history endpoints comes with the Scale plan.

### Where does the price history come from?

cs2.sh collects prices directly from every marketplace every few minutes and builds its own candles and archives from that. The deeper Steam and CSFloat series come from each marketplace's own sale records. Everything is normalized to USD and keyed by `market_hash_name`.

## guides

- [How to Get Historical CS2 Skin Prices](https://cs2.sh/resources/how-to-get-historical-cs2-skin-prices)
- [How to Get BUFF163 Price History with an API](https://cs2.sh/resources/how-to-get-buff163-price-history)
- [How to Get CSFloat Listing Price History](https://cs2.sh/resources/how-to-get-csfloat-price-history)
- [How to Get Steam Listing Price History for CS2](https://cs2.sh/resources/how-to-get-steam-listing-price-history)
- [How to Get Youpin Price History for CS2](https://cs2.sh/resources/how-to-get-youpin-price-history)
- [How to Get Skinport Price History for CS2](https://cs2.sh/resources/how-to-get-skinport-price-history)
- [How to Get C5Game Intraday Price History](https://cs2.sh/resources/how-to-get-c5game-intraday-price-history)

## supported marketplaces

- [buff163](https://cs2.sh/buff-api)
- [youpin898](https://cs2.sh/youpin-api)
- [C5Game](https://cs2.sh/c5game-api)
- [CSFloat](https://cs2.sh/csfloat-api)
- [Skinport](https://cs2.sh/skinport-api)
- [Steam Market](https://cs2.sh/steam-api)
