Victor Tang
Victor Tang
hey @DidierRLopes I found a potential solution: I see that the bottleneck is in the API call. By using `yf.Ticker(ticker).stats()` instead of `yf.Ticker(ticker).info`, the time taken is cut significantly ...
thanks! PR is here - https://github.com/OpenBB-finance/OpenBBTerminal/pull/3700
@jmaslek hey thanks for helping. I think the linting passes now! :)
seems like the reason is because the data type that is passed in as parameter for `export_data(...)` is of dict while it is expected to be of data type pd.dataframe...
happy to commit the change and create a pull request if there's no issue.
PR created under https://github.com/OpenBB-finance/OpenBBTerminal/pull/3664 please let me know if im doing this correctly thanks!