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 Currency Converter API

With this endpoint, you can convert the currencies with the real-time prices.

URL Schema

https://api.finage.co.uk/convert/forex/{ from }/{ to }/{ amount }?apikey=YOUR_API_KEY

Example Request

https://api.finage.co.uk/convert/forex/GBP/USD/3?apikey=YOUR_API_KEY

Example Output

{
  "from": "GBP",
  "to": "USD",
  "amount": 3,
  "value": 4.2285,
  "timestamp": 1621027210000
}

Input Parameters (* required field)

  • * from"From" symbol of the currency.
  • * to"To" symbol of the currency.
  • * amountThe amount to convert.

Output Parameters

  • from"From" symbol of the currency.
  • to"To" symbol of the currency.
  • amountThe amount to convert.
  • valueConverted amount.
  • timestampTimestamp [ms]
Crafted, simply, by Finage © 2025 | All rights reserved.