alvarobartt / investpy

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

Adding interval_sec as parameter in SearchObject.retrieve_historical_data and SearchObject.retrieve_recent_data #584

Open GSLabIt opened 2 years ago

GSLabIt commented 2 years ago

Hi there,

would be possible to add a parameter interval and forward it to:

https://github.com/alvarobartt/investpy/blob/1b7d89c42ca06e5733a3e7beab119027770253c2/investpy/utils/search_obj.py#L481

and

https://github.com/alvarobartt/investpy/blob/1b7d89c42ca06e5733a3e7beab119027770253c2/investpy/utils/search_obj.py#L504

Thanks