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

Products

high demand High demand

Endpoint

6 endpoint(s) for Forex
Search Icon
  • Forex Last Quote
  • Forex Last Trade
  • Forex Aggregates
  • Forex Previous Close
  • Forex Currency Converter API
  • Forex Snapshot API

Forex Last Trade

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

URL Schema

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

Example Request

https://api.finage.co.uk/last/trade/forex/GBPUSD?apikey=YOUR_API_KEY

Example Output

{
  "symbol": "GBPUSD",
  "price": 1.37,
  "timestamp": 1618001940
}

Input Parameters (* required field)

  • * symbolForex symbol that you want to get the last trade price

Output Parameters

  • symbolSymbol of the currency
  • priceLast Price
  • timestampLast update (Defult is ms)
Crafted, simply, by Finage © 2025 | All rights reserved.