Actions
Action | Description | Reference |
---|---|---|
ping | Ping the websocket to keep active. | None |
quote | The quote endpoint. The difference between /quote and /stock/quote is that /quote is realtime. | Quote |
stock/candle | The stock candle endpoint returnss the candles for a given symbol or ISIN. Candles are from EURONEXT. | Historical Stock Data |
stock/dividend | Get dividends data for common stocks going back 30 years. | Stock Dividends |
stock/fundamentals | The stock fundamentals endpoint. | Fundamentals |
stock/esg | The stock ESG endpoint returnss company ESG data. | ESG |
stock/financials | The stock financials endpoint returns the financials e.g. balance sheet, income sheet or cashflow statement. | Financials |
stock/metric | Get company price performance statistics such as 52-week high/low, returns and growth rations. | Metrics |
stock/news | The news endpoint returns the latest stock news. | News |
stock/peers | The stock widget peers endpoint. | Peers |
stock/profile | Get general information of a company. | Profile |
For more information read the REST API documentation.
Other Actions
The ping
command is used to keep the socket alive. The socket will close after 15min of inactivity. Therefore, it is required to send a periodically ping
. The Websocket return pong
to indicate that the socket is alive.
Updated 6 months ago