You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of sending one HTTP request per requested date, we could use existing Source.get_prices_series method to fetch price for multiple days using one HTTP.
I tried fetching the prices of one ticker for the last 8 years (based on my ledger), and after few minutes the tool failed. I locally hacked the tool to use Source.get_prices_series and I got all prices in ~2s. I will try to clean up my code and get it in good enough shape to send a PR.
The text was updated successfully, but these errors were encountered:
Instead of sending one HTTP request per requested date, we could use existing
Source.get_prices_series
method to fetch price for multiple days using one HTTP.I tried fetching the prices of one ticker for the last 8 years (based on my ledger), and after few minutes the tool failed. I locally hacked the tool to use
Source.get_prices_series
and I got all prices in ~2s. I will try to clean up my code and get it in good enough shape to send a PR.The text was updated successfully, but these errors were encountered: