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 Etfs
Search Icon
  • CFD ETF Last Price
  • CFD ETF Market Aggregates API
  • CFD ETF Previous Close API

CFD ETF Last Price

You can get the last ETFs price for a symbol with this endpoint.

URL Schema

https://api.finage.co.uk/last/etf/{ symbol }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/last/etf/QQQ?apikey=YOUR_API_KEY

Example Output

{
  "symbol": "QQQ",
  "price": 319.1413,
  "timestamp": 1614717768911
}

Input Parameters (* required field)

  • * symbolETF symbol that you want to get prices

Output Parameters

  • symbolSymbol of the ETF
  • priceLast price of the ETF
  • timestampLast update [ms]
Crafted, simply, by Finage © 2025 | All rights reserved.