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

for SPXL, the "day" candles date/time changed from new york to GMT. Time used to be the market open time, say 6/10/2021 9:30am when I zoned it to NY. now...

Hi, i have a problem with CORS. I always get the error: Access to fetch at 'https://finnhub.io/api/v1/quote?symbol=MSFT&token=mytoken' from origin 'http://localhost:8080' has been blocked by CORS policy: Request header field content-type...

I'm using an interval to request to the **finnhub api** every second. Then i would get last item of each array. From this: ```js { "c": [ 217.68, 221.03, 219.89...

Hi, I am trying to pull data from Finnhub on LSE symbols but it not showing any data (fundamental). With same query for AAPL (e.g.) is showing the data. The...

Example request: ``` https://finnhub.io/api/v1/calendar/earnings?from=2020-03-12&to=2021-03-15&symbol=GME ``` Response: ```json { "earningsCalendar": [ { "date": "2020-12-08", "epsActual": -0.53, "epsEstimate": -0.8571163, "hour": "amc", "quarter": 3, "revenueActual": 1004700000, "revenueEstimate": 1105412931, "symbol": "GME", "year": 2021 },...

What's the frequency of new data updates on this endpoint? https://finnhub.io/docs/api/stock-candles I making rest calls here, I'd like to know how often I can do it to plot an chart...

Hey everyone. Just trying to make a simple request via access number. Below is my request URL/code (python): `urllib.request.urlopen('https://finnhub.io/api/v1/stock/financials-reported?token=FREEMELEE&accessNumber=0000320193-99-000009'))` and below is the JSON i am getting: `[ { "cik":""...

I pulled some hourly bars data and formatted it so that it is human readable. ![image](https://user-images.githubusercontent.com/7850529/111891272-23adf680-89c8-11eb-96b8-3923a5625d9e.png) As you can see, from 2021-03-19, the data for the hour of 16:00 UTC...

The profile 2 endpoint returns data if you perform a search by a symbol like this https://finnhub.io/api/v1/stock/profile2?symbol=TOT&token= But search by ISIN doesn't work https://finnhub.io/api/v1/stock/profile2?isin=US89151E1091&token= Here are a couple of examples...

Symbol Lookup doesn't work for some Russian preference shares. There are two shares: `RU0009029540` - `SBER` - ordinary shares `RU0009029557` - `SBERP` - preference shares https://finnhub.io/api/v1/search?q=RU0009029540&token= - this query works...