-
For example, let's say I want the last 30 one-day candles for F, my initial instinct would be something like `https://finnhub.io/api/v1/stock/candle?symbol=SBIN.NS&resolution=D&count=30&token=?` but a…
-
When I make a GET request to https://finnhub.io/api/v1/stock/profile?symbol=PPD I get an empty response, but PPD ticker is listed as supported at https://finnhub.io/api/v1/stock/symbol?exchange=US
-
Why is it, that requests for 1Minute to 1hour candles for a time period of 2 days come back with only a few candles ?
## How to reproduce the error ?
Examples (token removed) :
https://www.f…
-
Hi,
Thanks for the API.
Is there a way to use query parameters for the Earnings Calendar end points? To have more than the upcoming 7 days by default. Right now it returns the upcoming 7 days an…
-
I am trying to get data for the S&P500 index using:
https://finnhub.io/api/v1/stock/candle?symbol=^GSPC&resolution=1&from=1585526400&to=1586466900&token=
This gives me {'s': 'no_data'}.
However, …
-
Request time" 30 Apr 2020
https://finnhub.io/api/v1/stock/tick?symbol=TSLA&date=2020-04-28&token=xxxxxxxxxxxxxxxxxxx
404 page not found
same for aapl. What is the time delay for the latest tick…
-
Hey, I can't find any 52-week prices (i.e., 52-week high and low), is that intentional?
Is there any plan to implement them?
I'd like to integrate with FinnHub, but without this I have to integr…
-
## What is the issue ? Plz describe in details
How can I access the stock futures data? For example, FB (Facebook https://finnhub.io/api/v1/quote?symbol=FB.US) is valued to $213.70 as we speak in f…
-
## What is the issue ? Plz describe in details
under Response Attributes, description of Array says "Array of supported forex exchanges.".
the word forex should be replaced with "Stock".
## How to …
ghost updated
4 years ago
-
## What is the issue ? Plz describe in details
When I query the News API, it sends the news data with '\n' in the 'summary' section which completely breaks a java library I'm using to parse the JSON.…