URL Schema
https://api.finage.co.uk/fnd/signals/forex/{ interval }/{ symbol }?apikey=YOUR_API_KEYExample Request
https://api.finage.co.uk/fnd/signals/forex/daily/GBPUSD?apikey=YOUR_API_KEYExample Output
{
"timestamp": "2025-07-25T12:18:23.261462863Z",
"symbol": "GBPUSD",
"signal": "buy",
"confidence": 0.65,
"indicators": {
"sma_20": 1.34534,
"sma_50": 1.34589,
"rsi": 39.46,
"macd": -0.00096,
"macd_signal": -0.00099,
"macd_diff": 0.00003,
"bollinger_high": 1.3476,
"bollinger_low": 1.34417,
"ma_crossover": false,
"macd_cross": true
},
"price": 1.3453123
}