← Todos los productos API

Agregaciones nórdicas API

10 endpoints aggregating data across the Nordic + Baltic region: Nord Pool day-ahead spot prices (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT), European Central Bank reference exchange rates (relevant to the four Eurozone countries — Finland, Estonia, Latvia, Lithuania), Wikipedia REST page summaries for the Nordic/Baltic language editions (sv, no, da, fi, et, is), and HELCOM MADS Baltic-Sea environment ArcGIS (shipping accidents and oil spills, biodiversity observations, environmental pressures). All no-auth, JSON / GeoJSON.

GRATIS 10 endpoints 100 sol/hora
URL base: https://nordapi.ee/api/v1

Precios day-ahead de Nord Pool

GET /nordic/nord-pool/day-ahead/:area
Detalles →

Precios spot day-ahead oficiales de Nord Pool para una zona de entrega en una fecha determinada. Cubre todas las zonas nórdicas y bálticas, además de las zonas europeas conectadas. Fuente: dataportal-api.nordpoolgroup.com (sin autenticación).

Parametros
area requerido
Delivery area code (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT, ...)
date opcional
YYYY-MM-DD (default today)
currency opcional predeterminado: EUR
EUR / NOK / SEK / DKK
curl "https://nordapi.ee/api/v1/nordic/nord-pool/day-ahead/DK1?date=2026-05-27&currency=EUR"

Paquete con las últimas zonas de Nord Pool

GET /nordic/nord-pool/latest-all
Detalles →

Precios day-ahead de hoy para las 12 zonas de entrega nórdicas y bálticas (NO1-5, SE1-4, DK1-2, FI) en una sola llamada.

curl https://nordapi.ee/api/v1/nordic/nord-pool/latest-all

Último tipo de cambio del ECB

GET /nordic/ecb/fx/:currency
Detalles →

Último tipo de cambio spot diario de una divisa frente al EUR del Banco Central Europeo. SDMX-JSON. Sin autenticación. Cubre directamente todos los países nórdicos y bálticos de la zona euro (FI, EE, LV, LT).

Parametros
currency requerido
ISO 4217 code, e.g. USD, GBP, SEK, NOK, DKK
curl https://nordapi.ee/api/v1/nordic/ecb/fx/USD

Paquete de últimos tipos de cambio del ECB

GET /nordic/ecb/fx-latest
Detalles →

Últimos tipos spot de las principales divisas frente al EUR en una sola llamada.

curl https://nordapi.ee/api/v1/nordic/ecb/fx-latest

Histórico de tipos de cambio del ECB

GET /nordic/ecb/fx-history/:currency
Detalles →

Observaciones históricas diarias del tipo de cambio de una divisa frente al EUR.

Parametros
currency requerido
ISO 4217 code
from requerido
YYYY-MM-DD
to requerido
YYYY-MM-DD
curl "https://nordapi.ee/api/v1/nordic/ecb/fx-history/USD?from=2026-04-15&to=2026-05-01"

Wikipedia Page Summary

GET /nordic/wikipedia/:lang/:title
Detalles →

Page summary (title, extract, thumbnail, coordinates) for an article from a Nordic/Baltic Wikipedia edition via the REST v1 API. Supported languages: sv, no, da, fi, et, is. No auth.

Parametros
lang requerido
Language edition: sv, no, da, fi, et, is
title requerido
Article title, e.g. Stockholm
curl https://nordapi.ee/api/v1/nordic/wikipedia/sv/Stockholm

HELCOM MADS Catalog

GET /helcom/catalog
Detalles →

Top-level catalog of HELCOM (Baltic Marine Environment Protection Commission) Maritime Activity Data System (MADS) services. Lists all map services published by HELCOM — Shipping, Biodiversity, Pressures, Indicators_and_assessments, Monitoring, Human_Activities, etc. Source: maps.helcom.fi (ArcGIS REST). No auth.

curl https://nordapi.ee/api/v1/helcom/catalog

HELCOM MADS Service List

GET /helcom/services
Detalles →

Supported MADS service slugs you can pass to the layers + features endpoints.

curl https://nordapi.ee/api/v1/helcom/services

HELCOM MADS Layers

GET /helcom/services/:service/layers
Detalles →

List feature layers + metadata in one MADS service. Each layer has an id you can pass to the features endpoint to fetch GeoJSON.

Parametros
service requerido
Service slug, e.g. Shipping, Biodiversity, Pressures
curl https://nordapi.ee/api/v1/helcom/services/Shipping/layers

HELCOM MADS Layer Features

GET /helcom/services/:service/layers/:layer_id/features
Detalles →

Query features in one MADS layer as GeoJSON FeatureCollection. Records covering Baltic shipping accidents, oil spills, biodiversity observations, environmental pressures, etc.

Parametros
service requerido
Service slug
layer_id requerido
Numeric layer id (from layers endpoint)
limit opcional predeterminado: 25
Max records (1..200)
where opcional predeterminado: 1=1
ArcGIS WHERE clause
curl "https://nordapi.ee/api/v1/helcom/services/Shipping/layers/325/features?limit=5"