ValueRaider / yfinance-cache

Caching wrapper for yfinance module. Intelligent caching, not dumb caching of web requests.
MIT License
28 stars 10 forks source link

Feature request: download() #40

Closed ValueRaider closed 1 year ago

ValueRaider commented 1 year ago

Implement download() function to batch download many ticker price histories.

Should just need to make GetCalendarViaCache and SetExchangeTzName thread-safe with per-exchange mutexes.