ValueRaider
ValueRaider
Actually, there's more info you need to provide. [Read this properly](https://github.com/ranaroussi/yfinance/issues/new?assignees=&labels=&template=bug_report.md&title=)
> - Error message, **with traceback if shown** All exceptions generate a traceback. What is confusing about this request?
``` try: ... except Exception as e: print("Exception ", e) ``` You are deliberately discarding the traceback by doing this. Stop making this difficult.
Run this, print output: ``` import sqlite3 print(sqlite3.sqlite_version) ``` And what is your Python version?
So that error message generated by old sqlite bundled in old Python. Can update Python to 3.8?
Alternatively, this branch should fix error: `fix/old-sqlite-error`. Instructions #1080
> Not sure how I will be able to update on AWS Airflow. 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 `dev` branch),...
Interesting ticker. Yahoo normally calculates "previous close" as _before_ last trading day, but Yahoo only has trading data for today. What do you think the previous close should be?
OK I got solutions: > 'SOKE.IS' Fall back to accessing `info`. No other way to access it. > 'ADS.DE' That previous close is in post-market, and Yahoo wasn't returning in...
Not yet, want confirmation is fixed. A fix is available is PIP pre-release and `dev` branch.