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 37 finnhub-python issues
Sort by recently updated
recently updated
newest added

I have tried but I'm I couldn't make it. I want fetch daily open, high, low, close data and volume of the stock at the end of the day. Can...

Is there a way to add a timezone field in the JSON responses? I would like to be certain that I am pulling prices in gmt-0 and can't find that...

I see in the finnhub documentation for the quote endpoint there is unix timestamp included in the sample response. I confirmed that the timestamp field is there in postman. I...

Unfortunately, the official Finnhub API can only return one month of intraday data at a time, _regardless_ of the user's plan. There is no way around this. Finnhub support suggests...

run finnhub_client.financials_reported(), but its not geting the last report of 2023 of AAPL stock. that was supposed to be on november 2nd

Hello, I just started working with finnhub moving from yfinance. It's returning the wrong data, the data I ask for is today and up to 200 days back, but instead...

I admit I am not a sharp python user, but could someone elucidate me what the bold text in the following line of code stands for ? Time range ?...

The API is missing a function to request multiple quotes in a single URL. `&symbols=AAPL,IBM,AMZN`

The function `stock_symbols()` return the stocks list. I've read the [API doc](https://finnhub.io/docs/api/stock-symbols). I did not find the explaination about `type` (Security type). Some securities are the type of `PUBLIC`. What...

why is the stock_candles function's start date parameter named '_from'. in some editors, prevent context sensitive lookup.