alvarobartt / investpy

Financial Data Extraction from Investing.com with Python
https://investpy.readthedocs.io/
MIT License
1.62k stars 376 forks source link

Intradia data #269

Open BlaiMunoz opened 3 years ago

BlaiMunoz commented 3 years ago

Hi!

First of all, thank you for creating this awesome library.

It would be very nice if the function get_stock_historical_data could accept more interval options, not only daily, weekly and monthly.

Thanks!

alvarobartt commented 3 years ago

Hi @BlaiMunoz, thanks for the kind words! 🤗

I'm the first one that would like to have intraday data on investpy, but AFAIK the Investing.com internal API does not support intraday data as that data is being sent every couple of seconds to the web (which is connected to a websocket). I did a little bit of research over it but I got no conclusions.

Anyway some investpy users have proposed https://github.com/alvarobartt/investpy/issues/227