← 所有 API 产品

北欧聚合数据 API

6 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), and Wikipedia REST page summaries for the Nordic/Baltic language editions (sv, no, da, fi, et, is). All no-auth, JSON.

免费 6 个端点 100 次请求/小时
基础 URL: https://nordapi.ee/api/v1

Nord Pool 次日电价

GET /nordic/nord-pool/day-ahead/:area
详情 →

某一交付区域在指定日期的官方 Nord Pool 次日现货电价。覆盖全部北欧 + 波罗的海区域以及相连的欧洲价区。数据来源:dataportal-api.nordpoolgroup.com(免鉴权)。

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

Nord Pool 最新全区域集合

GET /nordic/nord-pool/latest-all
详情 →

一次调用获取全部 12 个北欧 + 波罗的海交付区域(NO1-5、SE1-4、DK1-2、FI)今日的次日电价。

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

ECB 最新汇率

GET /nordic/ecb/fx/:currency
详情 →

来自欧洲中央银行的某一货币兑欧元的最新每日现货汇率。SDMX-JSON。免鉴权。直接覆盖全部北欧 + 波罗的海欧元区国家(FI、EE、LV、LT)。

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

ECB 最新汇率集合

GET /nordic/ecb/fx-latest
详情 →

一次调用获取主要货币兑欧元的最新现货汇率。

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

ECB 历史汇率

GET /nordic/ecb/fx-history/:currency
详情 →

某一货币兑欧元的历史每日汇率观测值。

参数
currency 必填
ISO 4217 code
from 必填
YYYY-MM-DD
to 必填
YYYY-MM-DD
curl "https://nordapi.ee/api/v1/nordic/ecb/fx-history/USD?from=2026-01-01&to=2026-05-01"

Wikipedia Page Summary

GET /nordic/wikipedia/:lang/:title
详情 →

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.

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