Steam game price history using Steam API

I would like to get price history of a specific Steam game.

I know that I can get current price information of a game like this (example with Portal 2):

GET
{ "620": { "success": true, "data": { "price_overview": { "currency": "USD", "initial": 999, "final": 999, "discount_percent": 0, "initial_formatted": "", "final_formatted": "$9.99" } } }
}

And there is to get price history of a specific item of a game.

Is there a way to get price history of a game itself?

1 Answer

There is no price history API directly from Steam.

You need to use third-party providers or record the prices yourself. Isthereanydeal might be helpful.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like