alvarobartt / investiny

🤏🏻 `investpy` but made tiny
https://alvarobartt.github.io/investiny
MIT License
280 stars 32 forks source link

Patiently waiting for search_quotes #4

Closed hamzaahmedzia1 closed 1 year ago

hamzaahmedzia1 commented 1 year ago

I have download the list of all stocks on my countries exchange in two separate files ( two separate exchanges) from investing.com screener page by clicking on download results.

The downloaded csv contains the name and symbol but not the _investingid required for downloading the historical prices.

My idea is to loop through all name or symbol calling search_quotes to retrieve the _investingid from the search results and then store it some place safe.

Then I want to loop through the _investingid list to retrieve historical data.

Therefore patient.

alvarobartt commented 1 year ago

Hi, @hamzaahmedzia1 that feature is currently under development, once I release 0.2.0 I'll prepare the release of 0.3.0 including the function to search assets in Investing.com 🤗

hamzaahmedzia1 commented 1 year ago

Thank you so much @alvarobartt ; just love it. Your updated documentation makes my day.