alvarobartt / investpy

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

Do you have minute data instead of day data? #461

Closed sunrise1234321 closed 2 years ago

sunrise1234321 commented 2 years ago

Thanks!!!!

alvarobartt commented 2 years ago

Hi @sunrise1234321, sadly the data I provide through investpy is the one available at Investing.com, and since Investing.com doesn't contain that data, it's not possible to retrieve it using investpy.

FYI I'm not sure whether that information can be retrieved using any of the current Python packages available at PyPI to retrieve historical data from financial products, besides the ones that require an API Key (that you need to pay for in most of the cases)

ReynardoEW commented 2 years ago

I know that this issue is 23 days old and I probably should've made a new issue instead, but is it possible for us to fetch the data from the streaming chart? (which do have minute timeframe)

For example https://www.investing.com/equities/bnk-central-as-chart image image image

alvarobartt commented 2 years ago

Hi, @ReynardoEW thanks for spotting that! Currently, I'm focused on fixing stuff and getting the v2.0 ready, but I may work on this in the future as an additional feature to the current investpy functions, just create a new issue and I'll tag it as future_work so that I can get back to it once I'm done with the current changes.

Thanks again! :hugs: