40 endpoints para tasas de cambio en tiempo real e históricas en 30 divisas, precios de criptomonedas de CoinGecko, precios spot de materias primas (oro, petróleo, metales), cálculos de IVA para 32 países de la UE/EEE, indicadores económicos del Banco Mundial para más de 200 naciones y divulgaciones de operaciones bursátiles del Congreso de EE. UU. Diseñado para aplicaciones fintech, paneles de trading, motores de precios e investigación económica.
URL base: https://nordapi.ee/api/v1
GET /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.
curl https://nordapi.ee/api/v1/currencies
GET /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.
base
opcional
predeterminado: EUR
symbols
opcional
curl "https://nordapi.ee/api/v1/latest?base=USD&symbols=EUR,GBP,NOK"
GET /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.
from
requerido
to
requerido
amount
requerido
margin
opcional
date
opcional
curl "https://nordapi.ee/api/v1/convert?from=USD&to=EUR&amount=100"
GET /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.
from
requerido
amount
requerido
to
requerido
curl "https://nordapi.ee/api/v1/convert/batch?from=USD&amount=100&to=EUR,GBP,NOK"
GET /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.
date
requerido
base
opcional
predeterminado: EUR
symbols
opcional
curl "https://nordapi.ee/api/v1/historical/2026-03-15?base=USD"
GET /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.
start_date
requerido
end_date
requerido
base
opcional
symbols
opcional
curl "https://nordapi.ee/api/v1/timeseries?start_date=2026-03-01&end_date=2026-03-15&base=USD&symbols=EUR"
GET /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.
start_date
requerido
end_date
requerido
base
opcional
symbols
opcional
curl "https://nordapi.ee/api/v1/fluctuation?start_date=2026-03-19&end_date=2026-03-20&base=EUR&symbols=USD,GBP"
GET /rankings
Rank all 30 supported divisas by their daily performance against a chosen divisa base. Each entry includes the código de divisa, current rate, percentage change, and direction (up/down). Ideal para crear currency leaderboards, market overview screens, and identifying the day's strongest and weakest divisas de un vistazo.
base
opcional
predeterminado: EUR
curl "https://nordapi.ee/api/v1/rankings?base=EUR"
GET /matrix
Generate a full NxN cross-rate table for any selection of divisas. Every currency is shown against every other currency en una sola respuesta, like the tasa de cambio boards at airports. Útil para forex comparison tables, aplicaciones de viaje mostrando multiple par de divisass, and financial paneles that need to display all possible combinations at once.
currencies
requerido
curl "https://nordapi.ee/api/v1/matrix?currencies=USD,EUR,GBP,NOK"
GET /pair/:base/:target
Get a detailed profile for a specific par de divisas, incluyendo the latest rate, recent historical rates, and percentage change over time. Designed for creando dedicated par de divisas pages (e.g., EUR/USD detail view) with trend información. More focused than the general rates endpoint, giving you pair-specific analytics in one call.
base
requerido
target
requerido
curl https://nordapi.ee/api/v1/pair/EUR/USD
GET /sma
Calculate the Simple Moving Average (SMA) for any par de divisas over a configurable number of days (default 30). The SMA smooths out daily rate fluctuations to reveal the underlying trend. Widely used in technical analysis for forex trading signals - when the current rate crosses above or below the SMA, it can indicate trend reversals. También útil para setting fair tasas de cambio in business contracts.
base
requerido
target
requerido
period
opcional
predeterminado: 30
curl "https://nordapi.ee/api/v1/sma?base=EUR&target=USD&period=14"
GET /volatility
Measure the volatility of a par de divisas by calculando the standard deviation of daily rate changes over a configurable period (default 30 days). Returns the volatility score and mean daily change percentage. Esencial para risk assessment in international trade, hedging decisions, setting appropriate margins on currency conversion services, and understanding how stable or turbulent a par de divisas has been recently.
base
requerido
target
requerido
period
opcional
predeterminado: 30
curl "https://nordapi.ee/api/v1/volatility?base=EUR&target=USD"
GET /range
Find the minimum, maximum, and average tasa de cambio for any par de divisas over a custom rango de fechas. Returns the exact dates when the high and low occurred, haciendo it easy to identify the best and worst conversion moments. Útil para negotiating contract rates, analizando seasonal currency patterns, and proporcionando users with context about current rates relative to recent history.
base
requerido
target
requerido
start_date
requerido
end_date
requerido
curl "https://nordapi.ee/api/v1/range?base=EUR&target=USD&start_date=2026-03-19&end_date=2026-03-24"
GET /compare
Compare a par de divisas's current rate against its rate from yesterday, 1 week ago, 1 month ago, 3 months ago, and 1 year ago, with percentage change for each period. Gives instant context about whether a currency is trending up or down over different timeframes. Perfecto para currency converter aplicaciones that want to show users if now is a good or bad time to exchange.
base
requerido
target
requerido
curl "https://nordapi.ee/api/v1/compare?base=EUR&target=USD"
GET /arbitrage
Scan for triangular arbitrage opportunities across a set of divisas. Triangular arbitrage exploits pricing inconsistencies when convirtiendo through three divisas (e.g., USD->EUR->GBP->USD) yields more than the starting amount. Returns any detected opportunities with the currency path and profit percentage. Educational tool for understanding FX markets, and useful for fintech aplicaciones demonstrating market efficiency concepts.
currencies
opcional
predeterminado: USD,EUR,GBP,JPY,CHF,CAD,AUD
curl "https://nordapi.ee/api/v1/arbitrage?currencies=USD,EUR,GBP,JPY,NOK"
GET /countries
Get all 49 países supported by the currency system, each with their ISO código de país, full name, official código de divisa, geographic region, and flag emoji. Optionally filter por región (e.g., Europe, Asia). Útil para crear país selectors in currency aplicaciones, mapping which países use which divisas, and populating geo-filtered dropdowns.
region
opcional
curl https://nordapi.ee/api/v1/countries
GET /countries/:code
Look up detailed currency información for a specific país by its ISO código de país. Returns the país name, código de divisa, geographic region, and flag emoji. Useful when you know the país and need to determine its currency for conversion or display purposes, such as auto-detecting a user's currency from their país setting.
code
requerido
curl https://nordapi.ee/api/v1/countries/NO
GET /currencies/:code/countries
Find all países that use a specific currency. For example, querying EUR returns all 20 Eurozone nations. Returns códigos de países and nombres for each match. Útil para understanding the geographic reach of a currency, creando herramientas educativas, or determining which países are affected when a particular currency fluctuates.
code
requerido
curl https://nordapi.ee/api/v1/currencies/EUR/countries
GET /history/date/:date
Access the deep historical tasa de cambio archive with data going back to January 1999, sourced from the European Central Bank. Retrieve rates for any single date in the archive by proporcionando it in the URL path. Supports divisa base and symbol filtering. Ideal para academic research, long-term análisis de tendencias, historical financial reporting, and aplicaciones that need tasas de cambio from specific past events.
date
requerido
base
opcional
symbols
opcional
curl "https://nordapi.ee/api/v1/history/date/2008-09-15?base=USD&symbols=EUR,GBP"
GET /history/range
Retrieve tasas de cambio for every day within a historical rango de fechas from the ECB archive (back to 1999). Returns tasas diarias for the specified base and divisas objetivo across the entire range. Perfecto para crear long-term tasa de cambio charts, academic datasets, economic history visualizations, and backtesting financial models across months or years of data.
start
requerido
end
requerido
base
opcional
symbols
opcional
curl "https://nordapi.ee/api/v1/history/range?start=2020-01-01&end=2020-06-30&base=USD&symbols=EUR"
GET /history/significant
Get a curated list of historically significant dates in financial history - events like the Lehman Brothers collapse (2008-09-15), the Brexit vote (2016-06-24), the COVID crash (2020-03-12), and more - each paired with tasa de cambio data from that date. Útil para aplicaciones educativas, financial history timelines, and demonstrating how major world events impact currency markets.
curl https://nordapi.ee/api/v1/history/significant
GET /crypto/prices
Get current prices, capitalización de mercadoitalization, 24-hour volumen de trading, and 24h/7d percentage changes for the top 250 cryptocurrencies by capitalización de mercado. Data sourced from CoinGecko and updated frequently. Configurable limit parameter lets you fetch just the top 5 or hasta 250 coins. Esencial para crypto portfolio trackers, market overview paneles, and price alert systems.
limit
opcional
predeterminado: 100
curl https://nordapi.ee/api/v1/crypto/prices?limit=5
GET /crypto/:coin_id
Get comprehensive details for a specific cryptocurrency by its CoinGecko ID or ticker symbol (e.g., 'bitcoin' or 'BTC'). Returns the coin's current price, capitalización de mercado, volumen de trading, cambios de precio, and metadata. Útil para crear dedicated coin detail pages, comparando specific tokens, or fetching data for a user's favorite coins without downloading the entire top-250 list.
coin_id
requerido
curl https://nordapi.ee/api/v1/crypto/bitcoin
GET /crypto/convert
Convert any cryptocurrency amount into any of the 30 supported divisas fiat using live CoinGecko prices and ECB tasas de cambio. Returns the conversion rate and calculated result. Ideal para crypto portfolio aplicaciones that need to show holdings in local currency, payment processors convirtiendo crypto to fiat, and trading tools that need quick fiat-equivalent calculations.
coin
requerido
to
requerido
amount
opcional
predeterminado: 1
curl "https://nordapi.ee/api/v1/crypto/convert?coin=bitcoin&to=NOK&amount=1"
GET /crypto/search
Search across the top 250 cryptocurrencies por nombre or ticker symbol. Returns matching coins with their ID, symbol, name, and current price. Útil para crear autocomplete search fields in crypto aplicaciones, letting users find and add coins to watchlists, or resolving ambiguous ticker symbols to the correct coin.
q
requerido
curl "https://nordapi.ee/api/v1/crypto/search?q=ethereum"
GET /crypto/history/:coin_id
Get historical price snapshots for any of the top 50 cryptocurrencies. Prices are recorded every 10 minutes, giving hasta 144 data points per day per coin. Filter por fecha range or limit the number of results. Ideal para crear price charts, backtesting strategies, and rastreando price trends over time.
limit
opcional
predeterminado: 144
start_date
opcional
end_date
opcional
curl "https://nordapi.ee/api/v1/crypto/history/bitcoin?limit=10"
GET /crypto/ohlc/:coin_id
Get Open/High/Low/Close price data for a cryptocurrency on a specific date. Computed from the 10-minute snapshots stored throughout the day. Perfecto para candlestick charts and daily price summaries.
date
opcional
predeterminado: today
curl "https://nordapi.ee/api/v1/crypto/ohlc/bitcoin?date=2026-03-28"
GET /crypto/summary/:coin_id
Obtenga aggregate statistics for a coin's price history: total data points, date range covered, and min/max/average USD prices. Útil para understanding how much historical data is available and getting a quick statistical overview.
curl https://nordapi.ee/api/v1/crypto/summary/bitcoin
GET /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.
currency
opcional
predeterminado: USD
curl https://nordapi.ee/api/v1/commodities
GET /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.
commodity
requerido
currency
opcional
predeterminado: USD
curl "https://nordapi.ee/api/v1/commodities/gold?currency=NOK"
GET /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.
commodity
requerido
start_date
requerido
end_date
requerido
curl "https://nordapi.ee/api/v1/commodities/gold/history?start_date=2026-03-01&end_date=2026-03-24"
GET /vat
Get current Value Added Tax (VAT) rates for all 32 EU and EEA países, incluyendo standard rates, reduced rates, and super-reduced rates where applicable. Esencial para e-commerce platforms selling to European customers, tax compliance tools, invoice generators, and any business that needs to apply the correct VAT rate based on the buyer's país.
curl https://nordapi.ee/api/v1/vat
GET /vat/:country_code
Get the VAT rate details for a specific EU/EEA país by its ISO código de país. Returns the standard rate, reduced rate, and the país's local currency. Ideal para checkout flows where you know the customer's país and need to calculate the correct tax, or for mostrando país-specific pricing información on product pages.
country_code
requerido
curl https://nordapi.ee/api/v1/vat/NO
GET /vat/calculate
Calculate the VAT amount and total price (net + VAT) for a given amount and país. Automatically applies the correct VAT rate for the specified EU/EEA país. Optionally converts the total into another currency using live tasas de cambio. Perfecto para crear pricing calculators, checkout summaries, and invoice generators that need to show net amount, VAT, and total in the customer's preferred currency.
amount
requerido
country
requerido
currency
opcional
curl "https://nordapi.ee/api/v1/vat/calculate?amount=100&country=DE¤cy=USD"
GET /economics/indicators
List all 15 available indicadores económicos with their keys and World Bank API codes. Indicators include GDP, GDP per cápita, inflation (CPI), unemployment rate, paridad de poder adquisitivo (PPP), trade balance, government debt, population, life expectancy, and more. Use this endpoint to discover which indicators are available before querying país-specific data. Data sourced from the World Bank Open Data platform.
curl https://nordapi.ee/api/v1/economics/indicators
GET /economics/:country
Get all 15 indicadores económicos for a specific país en una sola solicitud, each with multiple years of datos históricos. Returns GDP, inflation, unemployment, PPP, trade balance, government debt, population, and more. Ideal para crear país economic profile pages, research paneles, and investment analysis tools. Data from the World Bank, typically que cubre the most recent 5-10 years of available data.
country
requerido
curl https://nordapi.ee/api/v1/economics/NO
GET /economics/:country/:indicator
Get a single indicador económico for a specific país with multiple years of datos históricos. Provide the código de país and indicator key (e.g., gdp, inflation, gdp_per_capita, unemployment, ppp) in the URL. Returns year-by-year values for análisis de tendencias. More focused than the full país endpoint when you only need one metric, useful for series temporales charts and targeted economic comparisons.
country
requerido
indicator
requerido
curl https://nordapi.ee/api/v1/economics/US/gdp_per_capita
GET /economics/compare/:indicator
Compare a specific indicador económico across múltiples países en paralelo. Provide the indicator key in the URL and a comma-separated list of códigos de países as a parameter. Returns the latest value for each país, haciendo it easy to build comparison gráficos de barras, ranking tables, and cross-country economic analysis tools. For example, compare GDP per cápita across Norway, USA, Germany, and Estonia.
indicator
requerido
countries
requerido
curl "https://nordapi.ee/api/v1/economics/compare/gdp_per_capita?countries=NO,US,DE,EE"
GET /economics/rankings/:indicator
Rank países en todo el mundo by any indicador económico, from GDP per cápita to inflation rate to unemployment. Returns ranked results with códigos de países and values, configurable hasta 50 results. Perfecto para crear global leaderboard visualizations, identifying top-performing economies, and creando contenido educativo about where países stand on key economic metrics.
indicator
requerido
limit
opcional
predeterminado: 50
curl "https://nordapi.ee/api/v1/economics/rankings/gdp_per_capita?limit=10"
GET /congress/senate
Acceda a recent US Senate stock trading disclosures as required by the STOCK Act. Devuelve senator names, stock tickers, transaction types (purchase/sale), and reported dollar ranges. Filtre by specific stock ticker or senator name. Útil para tracking congressional trading activity, crear political finance transparency tools, and analyzing whether senators trade ahead of legislation. Datos de official Senate financial disclosures.
ticker
opcional
name
opcional
curl https://nordapi.ee/api/v1/congress/senate
GET /congress/house
Acceda a recent US House of Representatives stock trading disclosures as required by the STOCK Act. Devuelve representative names, stock tickers, transaction types, and reported dollar ranges. Filtre by specific stock ticker or representative name. Útil para tracking congressional insider trading activity, crear political accountability dashboards, and comparing House trading patterns to market movements.
ticker
opcional
name
opcional
curl https://nordapi.ee/api/v1/congress/house
GET /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.
base
opcional
predeterminado: USD
curl https://nordapi.ee/api/v1/metals/prices
GET /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.
metal
requerido
date
requerido
curl https://nordapi.ee/api/v1/metals/historical/gold/2026-03-20