Replies: 1 comment 1 reply
-
Try with: search_result = investpy.search_quotes(text="BADI", n_results=1) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanna get "baltic dry index" by using investpy.
I tried investpy.get_index_historical_data(index='baltic dry index', country='united states', from_date='01/01/2018', to_date='01/01/2019')
but error occurred.
Please help me.
Beta Was this translation helpful? Give feedback.
All reactions