Get Forex Real-Time Data
Macro
Get Forex Real-Time Data
OpenAPI JSON Spec Retrieve real-time data for a specified forex currency pair. Returns simplified data with symbol, date, and price (close price).
Response Data Structure
data(RealTimeData): Real-time forex data
RealTimeData fields:
symbol(string): Forex symbol (e.g., “EURUSD”, “GBPJPY”)date(string): Date in YYYY-MM-DD formatprice(float): Current price (close price)
Note: When no data is available (e.g., outside trading hours or no recent data), the API returns an empty data structure with default values: {"symbol": "", "date": "", "price": 0}.
GET
Get Forex Real-Time Data

