alvarobartt / investpy

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

Missing fund data for United states #194

Open rdulepet opened 4 years ago

rdulepet commented 4 years ago

I used investpy.get_etfs(country=“united states”) to get list of funds and corresponding symbols.

I then picked one symbol such as ZIG and tried get quotes for it, but it doesn’t return any data, just throws exception

investpy.get_etf_recent_data(etf=‘ZIG’, country=‘united states’)

Throws etf zig not found, check if it is correct

Seems nothing in United States works

lefig commented 4 years ago

Same here.

Very annoying.