ValueRaider
ValueRaider
@bala-v How can the bug form be improved? It currently says this near top: > Then visit finance.yahoo.com and confirm they have the data you want
How would the curl script know what `Ticker` attribute the user is requesting? Seems complex. I thought just visiting finance.yahoo.com is easier.
Try latest release
Thanks @szotsaki for actual code that reproduces error. Looks specific to ISINs, maybe invalid ISINs.
So clearly there are two different causes here. @szotsaki can you re-raise in a new bug report?
The switch was to get consistency with `Ticker.history`, where default behaviour matches more use cases - return prices dividend-adjusted. Don't need to calculate yourself.
No cross-dependency OHLC is adjusted
Read the docs
``` But: It’s better to use Union for 3.8 compatibility Instead of relying on quoted modern syntax, the idiomatic and more compatible version for Python 3.8 is: from typing import...