-
So the API dictates
`https://finnhub.io/api/v1/indicator?symbol=OANDA:US30_USD&resolution=D&from=1583098857&to=1584308457&indicator=sma&timeperiod=3&token=mytoken
`
to get the indicator and it wo…
-
Hello,
I'm using the Finnhub py module v2.4.9
I found through trial and error that the `finnhub.Client().quote()` does not return realtime quotes pre- and post-market, unless you also pass an un…
-
Hallo,
ich benöte etwas Nachhilfe in java.
Aus: https://finnhub.io/docs/api/etfs-sector-exposure habe eine List mit der englischsprachigen Zuordung für die gics (1st level)
Bps.
` {
…
-
UL: missing tons of quarters, after 12/31/2018 it's missing the next 8 years, picks back up at 12/31/2010.
https://finnhub.io/api/v1/stock/financials?symbol=UL&statement=bs&freq=quarterly&token=TOK…
ddogg updated
2 years ago
-
Hey there,
The dividend data for VRE.TO is currently coming in blank when they pay dividends monthly.
https://finnhub.io/api/v1/stock/dividend?symbol=VRE.TO&from=2019-02-01&to=2020-02-01&token=
…
-
-
There is a general overuse of pointers within this library and many make no sense at all (to me).
All return structs fields are pointers to fields, rather than plain fields e.g. string, float or in…
-
How can we access the VIX? I am running the code below but I get no data
```import finnhub import json
client = finnhub.Client('API_KEY')
data = client.stock_candles('^VIX', 1, 0, 1637110680)
wit…
-
When using api call for quotes how to get quotes for symbols in one call.
Can the symbols be supplied separated by comma ex: `https://finnhub.io/api/v1/quote?symbol=AAPL,MSFT&token=demo`
For an ap…
-
## What is the issue ? Plz describe in details
The APIs given below are giving incorrect results for close data for monthly resolution. E.g. It is probably picking up the approx. middle of the mont…