12 endpoints match this tag.
/commodities
Get the latest spot prices for 7 major commodities: gold, silver, platinum, palladium, crude oil, natural gas, and copper. Prices are in USD by default but can be converted to any of the 30 supported divisas. Útil para commodity trading paneles, investment portfolio trackers, and economic analysis tools that need to monitor raw material prices alongside divisas.
/commodities/:commodity/history
Retrieve historical daily prices for any commodity over a custom rango de fechas. Returns an array of date-price pairs in USD. Útil para charting commodity price trends, performing technical analysis on gold or oil, backtesting commodity trading strategies, and creando historical comparison tools that show how commodity prices moved during specific economic events.
/commodities/:commodity
Get the current price for a specific commodity (gold, silver, platinum, palladium, oil, natural_gas, or copper) in any of the 30 supported divisas. Returns both the USD base price and the converted price. Useful when you need just one commodity's price rather than the full list, such as mostrando the gold price in NOK on a Nordic investment page.
/convert
Convert a specific monetary amount from one currency to another using the latest tasas de cambio. Supports an optional margin parameter for adding business markup (e.g., 2% fee on top of the market rate), and an optional date parameter for historical conversions. Returns the converted amount, the rate used, and query details. Perfecto para e-commerce checkout flows, invoicing systems, and travel budget tools.
/convert/batch
Convert a single amount from one divisa base into multiple divisas objetivo en una sola llamada a la API. Returns the converted amount and tasa de cambio for each divisa objetivo. Far more efficient than haciendo individual conversion requests when you need to display prices in múltiples divisas simultaneously, such as on international pricing pages or multi-currency shopping carts.
/currencies
Get the complete list of all 30 supported divisas fiat with their ISO 4217 codes, full nombres, and symbols. Use this to populate currency dropdowns, validate user input, or discover which divisas are available across all tasa de cambio endpoints. Covers major world divisas incluyendo USD, EUR, GBP, NOK, SEK, JPY, and 24 more.
/fluctuation
Calculate how tasas de cambio changed between two specific dates, devolviendo the start rate, end rate, absolute change, and percentage change for each par de divisas. Útil para financial reports mostrando currency movement, alerting systems that track FX volatility, and paneles that display how divisas performed over a given period.
/historical/:date
Recupere tasas de cambio para cualquier specific past date. Proporcione a date in YYYY-MM-DD format in the URL path, and optionally filter by base currency and target symbols. Útil para generating historical invoices, auditing past transactions, back-testing trading strategies, and crear tasa de cambio charts. Datos provenientes de ECB daily reference rates.
/latest
Get today's tasas de cambio for any of the 30 supported base divisas against all other divisas or a filtered subset. Returns the rate date and a map of currency-to-rate pairs. Rates are updated daily from the European Central Bank (ECB). Ideal para currency converters, financial paneles, pricing pages, and any app that needs current FX rates.
/metals/historical/:metal/:date
Look up the price of a specific precious metal (gold, silver, platinum, or palladium) on any past date. Provide the metal name and date in the URL path. Returns the USD price for that date. Útil para historical portfolio valuation, insurance appraisals, academic research on metal price trends, and comparando metal performance against other assets over time.
/metals/prices
Get current spot prices for gold, silver, platinum, and palladium in any of the 30 supported divisas. Returns per-troy-ounce prices for each metal. Ideal para investment rastreando aplicaciones, jewelry pricing calculators, and financial paneles that need precious metals alongside currency data. Prices are updated daily and can be displayed in local divisas like NOK or SEK for Nordic users.
/timeseries
Get daily tasas de cambio for every day within a specified rango de fechas. Returns a map of dates to rate objects, perfect for plotting tasa de cambio charts and trend lines, performing series temporales analysis, or calculando moving averages. Supports filtrando by divisa base and target symbols to keep response sizes manageable over longer rango de fechass.