API Documentation
Access real-time and historical market data with easy-to-integrate RESTful endpoints.

Products

high demand High demand

Endpoint

3 endpoint(s) for Indices
Search Icon
  • 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.

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)

  • * symbolIndex symbol that you want to get prices

Output Parameters

  • symbolSymbol name
  • priceLatest price
  • timestampTimestamp [ms]
Crafted, simply, by Finage © 2025 | All rights reserved.