-
Not sure if I'm misunderstanding but trying to get all the stocks in the US exchange results in nothing. I've tried several other queries using Symbol lookup and that works but Stock Symbol does not.
…
-
https://finnhub.io/docs/api/indices-constituents
-
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 get odd numbers like 128 days back o…
-
Table-1
========
Ticker Name Security Type Quantity Purchase Price Purchase Date
AAPL - - -- -- --
FB - - -- …
-
## What is the issue ? Plz describe in details
eg call
```
curl "https://finnhub.io/api/v1/stock/candle?token=$FINNHUB_API_KEY&format=json&adjusted=false&from=1262304000&resolution=D&symbol=AAPL&t…
-
MWE:
`import finnhub`
`from datetime import date`
`stock = 'VTI'`
`print(finnhub_client.stock_dividends(stock, _from="2019-01-01", to=date.today()))`
returns `[]`
`print(finnhub_client.sto…
-
the following error message is presented in MoneyMoney:
Sending: GET https://finnhub.io/api/v1/forex/rates?token=c1j26sn48v6t2bkelaag
The server responded with the error message: Forbidd…
-
https://financialmodelingprep.com/developer/docs/#Company-Profile
This API is insanely good: amazing data, no limits
- One con to this API is that relative to finnhub, its pretty slow
-
// 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…
-
https://finnhub.io/docs/api/rate-limit LIMIT: 30 api calls per sec, 60 API calls per minute
https://www.yahoofinanceapi.com/ LIMIT: 100 request per day
[Real time starts from 99$ / month] https:…