API
WebSocket
Symbols
Back to Home Page
Login to Dashboard
API Documentation
Access real-time and historical market data with easy-to-integrate RESTful endpoints.
Get Your Free API Key
Products
Indices
High demand
US Stock
Forex
Crypto
Endpoint
3
endpoint(s) for
Indices
CFD Index Last Price
CFD Index Market Aggregates API
CFD Index Previous Close API
CFD Index Last Price
You can get the last quote for a symbol with this endpoint.
Details
Playground
URL Schema
https://api.finage.co.uk/last/index/
{ symbol }
?
apikey=YOUR_API_KEY
Example Request
https://api.finage.co.uk/last/index/SPX?apikey=YOUR_API_KEY
Example Output
{
"symbol"
:
"SPX"
,
"price"
:
3931.56
,
"timestamp"
:
1670352198266
}
Input Parameters
(
*
required field)
*
symbol
Index symbol that you want to get prices
Output Parameters
symbol
Symbol name
price
Latest price
timestamp
Timestamp [ms]