fx_convert
ActiveTool of Ready APIs
declared in 1.0.0
Convert an amount between two currencies at the most recent reference rate.
Parameters schema
{
"type": "object",
"required": [
"from_currency",
"to_currency",
"amount"
],
"properties": {
"amount": {
"type": "number"
},
"to_currency": {
"type": "string",
"description": "Destination currency code, e.g. EUR."
},
"from_currency": {
"type": "string",
"description": "Source currency code, e.g. USD."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries