fx_timeseries
ActiveTool of Ready APIs
declared in 1.0.0
Daily rate series for a single base→quote pair across a date range. Useful for charts and trend analysis.
Parameters schema
{
"type": "object",
"required": [
"base",
"quote",
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"description": "ISO end date."
},
"base": {
"type": "string"
},
"quote": {
"type": "string"
},
"start": {
"type": "string",
"description": "ISO start date."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries