Models guess exchange rates from old training data; this returns reference rates for any date.
Finance & Markets
Converts amounts between currencies and retrieves published reference exchange rates. Covers major and minor fiat currencies with rates sourced once per working day. Supports single conversions, historical lookups, and multi-day series for charting or trend analysis.
You need an exchange rate or a currency conversion grounded in published reference rates instead of a guessed number.
Live trading or dealer spreads, crypto prices, intraday or real-time tick rates, or rates for currencies outside the supported list.
Each is a sub-skill of Currency Rates; the router picks the right one for your request.
information
Returns the converted amounts or rates with the actual publication date they came from, which may be an earlier working day than the date you asked for. Not a downloadable file.
A currency name or code is ambiguous, or it is unclear whether you want one date, a single conversion, or a range over time.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/currency/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"What currencies can you convert?"}}'Example requests