Finnhub-API
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...
## What is the issue ? Plz describe in details company profile2 request, no data received. "finnhubIndustry":"" ## How to reproduce the error ? this error can reproduce on API...
I love that you added news sentiment, but I can't use it without historic data to use for training a model. Ideally, I'd like to be able to get historic...
For the endpoint /api/v1/stock/split?symbol=DIS&from=1900-01-01&to=2021-01-18&token=XXXXXX the API returns: ``` [ { "date": "2007-06-13", "fromFactor": 9865, "symbol": "DIS", "toFactor": 10000 }, { "date": "1998-07-10", "fromFactor": 1, "symbol": "DIS", "toFactor": 3 }, {...
In the response for https://finnhub.io/api/v1/scan/support-resistance I get an array of levels but: 1. Will the response always contain 6 values? 2. What values correspond to resistance and support? Is it...
I'm not sure that is there any provided API for the asset opening hours and days. It would be great to have the API to get that kind of data....
## What is the issue ? Plz describe in details Indonesia stock candles API not updated since 23 Dec. 28 Dec and 29 Dec 2020 was a trading day ##...
It will be very useful if 'Financial Statements' would also show 'Short Float' rate. An example can be https://finviz.com/quote.ashx?t=AAPL with 'Short Float' and 'Short Ratio'.
When establishing a websocket connection to the trades endpoint, and respecting the ping / pong strategy. Then my connection gets closed by finnhub's server after 3 hours of communication. ```...
I am getting `reconnecting-websocket-mjs.js:518 WebSocket connection to 'wss://ws.finnhub.io/?token=mytoken' failed: Error during WebSocket handshake: Unexpected response code: 200 ` on my code ``` const socket = new WebSocket('wss://ws.finnhub.io?token=mytoken'); // Connection opened...
I recently found a pretty nasty bug in my program which used finnhub data. thx btw for that service! I used candles based on different time frames and found that...