finnhub-python icon indicating copy to clipboard operation
finnhub-python copied to clipboard

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 ET...

Results 33 finnhub-python issues
Sort by recently updated
recently updated
newest added

### Resolution 'D' ### Symbol 'ASXC' ### From 2020-12-14 | 1607904000 ### To 2021-01-13 | 1610496000

I was playing around with the API when I tried the _/indicator_ endpoint, it resulted in an Internal Server Error for cycle indicators, i.e. all **Hilbert Transform Indicators**. Please find...

Many of the endpoints support a resolution parameter, yet there is no documentation explaining what it means. What does it mean?

I just noticed that the "goodwill" field seems to have been removed from the financials endpoint over the last month or so. Is this by design? If so, is this...

New to finnhub. How do I get only regular market data and not extended hours data? Meaning 9:30 to 4:00 EST in the USA. Right now I use the API...

Hello, I am experiencing 400 in all endpoint, but using standard request.get(), i am able to fetch data. Anyone experiencing the same thing? > ubuntu@ip-172-31-54-235:~$ python example.py Traceback (most recent...

In which units is the data when calling the finnhub API? e.g.: requests.get(apiUrl, data) apiUrl= "https://finnhub.io/api/v1/stock/metric?" with data = { "symbol": AAPL, "metric": "all", "token": apiKey} Output: { "metric": {...

I have a premium plan that should limit me to 150 requests per minute for the call transcripts endpoint. The response headers send back the correct amount of requests, but...

for the technical indicator, what shld the from and to be? I would like to get the current EMA10 in a 15min resolution. Thanks in advance