alvarobartt / investpy

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

Cache Requested Data #353

Open sirinath opened 3 years ago

sirinath commented 3 years ago

Data between market close and open cannot change. So these data items can be cached on 1st request.

alvarobartt commented 3 years ago

It may be related to https://github.com/alvarobartt/investpy/issues/364, I'll get back to this in the next release! :fire:

Lately Investing.com it's been failing with HTTP 503 Service Unavailable and this may help!