man-c / pycoingecko

Python wrapper for the CoinGecko API
MIT License
1.04k stars 268 forks source link

[Question] Getting Historical 24 Hour Highest and Lowest Price #54

Open eljirg opened 2 years ago

eljirg commented 2 years ago

Hi, I have a question.

I am looking to find some historical data, I had used cg.get_coin_market_chart_by_id to get price data, however, I also need high_24h and low_24h.

These two data are given by cg.get_coin_market_chart_by_id, but only for the current date.

Is there a way to get historical data for these two variables?

Thank You.

ghost commented 2 years ago

Figured it out yet?