We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add missing 'actions' argument
https://github.com/ranaroussi/yfinance/pull/1584#issuecomment-1636230183
Condense some table contents
Updated Tickers (markdown)
| raise_errors: bool | Raise errors as exceptions instead of printing? | False | | was taken out because this parameter is not a member of the download method.
Removed "| debug: bool | Print error messages? | True | |" because debug is not a parameter in the download method.
rearrange table indentations
finish download()
move from tickerbase class