Finnhub Python API Client. Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals, global ETFs holdings and alternative data. https://finnhub.io/docs/api
Hi, I am having some trouble downloading economic data. For example,
print(finnhub_client.economic_code('MA-ABW-667984'))
gives
TypeError: economic_code() takes 1 positional argument but 2 were given
What am I missing?
Thanks,