Victor Tang

Results 6 comments of 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 ![image](https://user-images.githubusercontent.com/23350634/205508297-ff90c0f4-9ae0-4b48-82b0-6309bdf0ab5e.png)...

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!