-
New to Finnhub. I am running the following simple code and getting an error message. What is causing this?
**CODE**
import finnhub
import time
import datetime
import pandas as pd
Setup clien…
-
The following endpoints have been updated with more features !
Company news: https://finnhub.io/docs/api#company-news
Economic data: https://finnhub.io/docs/api#economic-data
-
I've followed the install steps, after running `yarn dev`, adding my open ai api key and then going to `http://localhost:3000/` I see the error below on my webpage.
```
1 of 1 unhandled error
Nex…
-
We are excited to announce that you can now stream news via websocket: https://finnhub.io/docs/api#websocket-news
Last bid/ask can also be retrieved with the new endpoint: https://finnhub.io/docs/a…
-
This error occurred after I upgraded to version 2.0.6
Function call that caused the error: `apiClient.stockSymbols(exchange.code, "", "", "")`
where exchange is of type StockExchange
-
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 on their data without …
-
Hi guys,
Just found out about this petition on Change.org : https://www.change.org/p/finnhub-users-permanently-increase-api-limit-on-finnhub-io-stock-market-api
I find this funny but in case you…
-
I've seen a couple posts here asking how someone would get several quotes from a single API call, such as:
https://finnhub.io/api/v1/quote?symbol=AAPL&symbol=AMZN&symbol=F
or
https://finnhub.io/api…
-
How to call an API with NSE symbol in it?
-
the API docs show the following example:
```
import finnhub
finnhub_client = finnhub.Client(api_key="")
print(finnhub_client.symbol_lookup('apple'))
```
with a sample response:
```
{
"c…