Convert between metals, currencies, and units
Convert an amount between metals, currencies, and units.
- metal → currency: spot price in that currency via FX cross through USD
- currency → metal: inverse of the above
- metal → metal: ratio of USD spot prices
- currency → currency: FX cross through USD (live raw_exchangerate_fx first, raw_frankfurter daily-ECB fallback)
Two-leg source skew: currency → currency conversions resolve EACH leg independently through the live-first/daily-fallback chain, so the two legs can come from different sources and ages (e.g. a live EUR rate crossed with a daily-ECB THB rate). The response timestamp reflects the to leg only — the from leg's timestamp is discarded — so it can understate (or overstate) the age of the other half of the cross. Both legs share the USD anchor, so cross drift is bounded by the staleness of the older leg — never compounded.
The unit param applies to the metal side only (oz / gram / kg). Historical conversion via date is not supported; use /v1/bars + /v1/prices/history for historical spot data.
Query parameters
Source symbol: XAU, XAG, USD, EUR, …
Source symbol: XAU, XAG, USD, EUR, …
Target symbol: USD, EUR, XAU, …
Target symbol: USD, EUR, XAU, …
Amount to convert (default 1).
Amount to convert (default 1).
Unit for the metal side: oz | gram | kg (default oz).
Unit for the metal side: oz | gram | kg (default oz).
Response
Successful Response