Results 3 comments of CLXY

@ValueRaider A very simple test ``` import yfinance as yf import sqlite3 def test_crawler(): print(yf.version.version) print(sqlite3.sqlite_version) y_dict = yf.download(tickers=['7203.T', ], start='2023-01-01', end='2023-02-01',) print(len(y_dict)) # def ``` The output ``` 0.2.10b2...

@jasmohan-narula I have no idea about Amazon MWAA Airflow. But, as ValueRaider said above > You don't need to. PIP pre-release [0.2.10b1](https://github.com/ranaroussi/yfinance/releases/tag/0.2.10b1) has a fix for older sqlite verison (and...

I have the same issue too. Would you please just open the part of rendering date as a slot?