Finnhub-API icon indicating copy to clipboard operation
Finnhub-API copied to clipboard

Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals and alternative data. https://finnhub...

Results 150 Finnhub-API issues
Sort by recently updated
recently updated
newest added

Does anybody know where the Earnings Calendar data is coming from? We are evaluating whether we should subscribe to the premium services of Finnhub but find it difficult to rely...

// https://finnhub.io/api/v1/stock/candle?symbol=MSFT&resolution=1&from=1709012586&to=1709098986&token=ckvm7n9r01qq199j1itgckvm7n9r01qq199j1iu0 { "error": "You don't have access to this resource." }

Hello, I tried contacting support via email but its been 4 days and still no answer. Im using the trades websocket and im able to receive data for almost any...

Does anyone know the time it takes finnhub to upload a transcript and Audio link after an earnings call?

It is Sunday Januray 14th at 12:30 PM, and the following API calls brings back incomplete data: API Call: finnhub_client.stock_candles('AMZN', 'D', 1704096000, 1705824000) API response: {'c': [149.93, 148.47, 144.57, 145.24,...

- Time: 2023-07-12T09:16:59.236Z - Which endpoints are you having problems with https://finnhub.io/docs/api/websocket-press-releases - How to reproduce the error and what is the expected result? Take an example from respective part...

When I try to get info for ticker with 'dot' I always get 403 error f.e. ``` finnhub_client = finnhub.Client(api_key) symbol = 'ORP.PA' isin = 'FR0000184798' res = finnhub_client.company_profile2(symbol=symbol) print(res)...

Hi! `curl -H "X-Finnhub-Token: token" "https://finnhub.io/api/v1/forex/candle?from=1697963913&resolution=1&symbol=OANDA%3AXAG_USD&to=1698050313"` If you keep sending this request within 1-2 minutes, you can reproduce the following: Sometimes data is returned, and sometimes the response is {"c":null,"h":null,"l":null,"o":null,"s":"no_data","t":null,"v...

I'm trying to get data for forex candles and I got this response "You don't have access to this resource.". What are those account that can have access to forex?...

No data when fetching candle data. For example: https://finnhub.io/api/v1/stock/candle?symbol=SPY&resolution=1&from=1615315205&to=1615315805&token=******************** returns: {"s":"no_data"} This has always worked for me in the past, just not today.