fx_movers
ActiveTool of Ready APIs
declared in 1.0.0
Top N pairs by absolute % change over the lookback window. Returns signed pct_change + direction (up/down/flat). Daily/weekly market briefing.
Parameters schema
{
"type": "object",
"properties": {
"top_n": {
"type": "integer",
"default": 10,
"maximum": 30,
"minimum": 1
},
"basket": {
"enum": [
"g10",
"majors"
],
"type": "string",
"default": "majors"
},
"horizon_days": {
"type": "integer",
"default": 7,
"maximum": 90,
"minimum": 1
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries