OpenBB-finance / OpenBBTerminal

Investment Research for Everyone, Everywhere.
https://openbb.co
Other
26.55k stars 2.6k forks source link

Stock Price download error #6554

Open tairan0509 opened 3 days ago

tairan0509 commented 3 days ago

Describe the bug HI there, I am using v3.2 as a beginner. When downloading stock price for my filtered tickers, there's "unexpected keyword argument 'show_errors' " below that prevent data to be shown. My codes are attached below. image

To Reproduce below is my step: from openbb_terminal.sdk import openbb as obb new_highs = obb.stocks.screener.screener_data("new_high") data = obb.economy.index(new_highs['Ticker'].tolist(), start_date = '2016-01-01', end_date= '2019-12-31')

Screenshots image

Desktop (please complete the following information):

Additional context I have also tried openbb v4.3, but there's another error saying "equity" attribute not found, though following the GitHub example image

And didn't find much relevant discussion in issue tracker. Can you help? thank you

deeleeramone commented 3 days ago

Hi there, this isn't a bug, you are using an obsolete version and applying syntax that is only valid from 4+, the new version. Please uninstall and use the latest version - https://docs.openbb.co/platform/installation