API
WebSocket
Symbols
Back to Home Page
Login to Dashboard
API Documentation
Access real-time and historical market data with easy-to-integrate RESTful endpoints.
Get Your Free API Key
Products
Forex
High demand
US Stock
Forex
Crypto
Endpoint
6
endpoint(s) for
Forex
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.
Details
Playground
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)
*
symbol
Forex symbol that you want to get the last trade price
Output Parameters
symbol
Symbol of the currency
price
Last Price
timestamp
Last update (Defult is ms)