s-leroux / fin

Set of tools for personal investment
MIT License
1 stars 0 forks source link

Implement a cache strategy for end-of-day data #6

Closed s-leroux closed 1 year ago

s-leroux commented 1 year ago

We should locally cache EOD data instead of systematically retrieving them from the provider.

Maybe, something along the lines of:

client = Cache(yf.Client())
t = client.historical_data(...)