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 Previous Close

With the Forex Previous Close API, you can get the previous day's last tick bar of the forex market.

URL Schema

https://api.finage.co.uk/agg/forex/prev-close/{ symbol }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/agg/forex/prev-close/GBPUSD?apikey=YOUR_API_KEY

Example Output

{
  "symbol": "GBPUSD",
  "totalResults": 1,
  "results": [
{
      "o": 1.40456,
      "h": 1.41105,
      "l": 1.4034,
      "c": 1.40948,
      "v": 103566,
      "t": 1621036799999
    }
  ]
}

Input Parameters (* required field)

  • * symbolSymbol of the currency

Output Parameters

  • symbolSymbol of the currency
  • totalResultsTotal result size
  • oOpen price
  • hHighest price
  • lLowest price
  • cClose price
  • vVolume
  • tTimestamp [ms]
Crafted, simply, by Finage © 2025 | All rights reserved.