Closed hypo-thesis closed 4 years ago
what do you mean by "websocket queries" ?
const socket = new WebSocket('wss://ws.finnhub.io?token=mytoken');
has started my websocket. I am receiving many multiples query from socket.addEventListener('message', function (event)
The responses seem to be way beyond 60 a minute.
Ah I see. we do not limit the number of messages you receive through websocket so don't worry about it.
Websocket is idle when there is no price change so at the point of making the connection it may receive no data for a while. Is there any way I can get the last price regardless of the changes through your API ?
You can checkout the Quote endpoint for that: https://finnhub.io/docs/api#quote
I am given to understand that 60 api calls a min can be made.