alvarobartt / investpy

Financial Data Extraction from Investing.com with Python
https://investpy.readthedocs.io/
MIT License
1.59k stars 375 forks source link

Bond futures volume data missing #424

Open plutoBase opened 2 years ago

plutoBase commented 2 years ago

Hi

Am having trouble retreiving volume data for bond futures, as in for example:

search_result = investpy.search_quotes(text='US 30Y T-Bond', products=['bonds'],countries=['united states'], n_results=1)

whereas the volume data is available via the site. Is there something I am missing?

Many thanks!

alvarobartt commented 2 years ago

Hi @plutoBase, thanks for reporting this issue!

I'll solve this for the next release that should come later this month, but once I solve it I'll let you know so that you can install it from source and test it before releasing it.

Thanks! :hugs:

plutoBase commented 2 years ago

Many thanks, Alvaro -- much appreciated!