Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 761 Bytes

File metadata and controls

11 lines (6 loc) · 761 Bytes

Yahoo_2_SQLite

Fear not modern solutions for financial data storage anymore!

With this simple script, you are able to use the yfinance library and store all fetched data into an SQLite database (Python native). Beware that this tool is not meant for a simple plug and play experience, as you will need to setup an environment with the required packages installed and a working database file. Once that has been completed, it is recommended that you incorporate the fetch.py script into your own infrastructure, implementing your own methods, error handling, and a dynamic way to select tickers and time periods.

Usage Examples

Alt text

Alt text