Nord Pool API
data.nordpoolgroup.com
Nord Pool electricity market - prices, historical time series, and auction availability.
- Actions
- 3
- Category
- Finance
- Login
- Not required
- Output
- JSON
Call the Nord Pool API
Submit a task, then poll the job until it settles. This example runs act_data_nordpoolgroup_auction_data_availability_catalog.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_data_nordpoolgroup_auction_data_availability_catalog",
"params": {}
}'3 actions on data.nordpoolgroup.com
Read
Auction Data Availability Catalog
act_data_nordpoolgroup_auction_data_availability_catalogread1 credit / callReturns all markets and delivery areas with codes, currencies, and valid date ranges.
Auction Data Availability Latest
act_data_nordpoolgroup_auction_data_availability_latestread1 credit / callReturns the latest published delivery dates and update timestamps per market and area.
Electricity Price Timeseries
act_data_nordpoolgroup_electricity_price_timeseriesread2 credits / callReturns quarter-hour electricity prices for a delivery date, market, area, and currency.
- date
- date · required
- market
- string · required
- delivery_area
- string · required
- currency
- string · required
Nord Pool API questions
- Is there an API for Nord Pool?
- Nord Pool does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for data.nordpoolgroup.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Nord Pool data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when data.nordpoolgroup.com changes its markup, Anakin updates the action.
- Do I need a Nord Pool account?
- No. Every Nord Pool action listed here runs anonymously — no account and no credentials required.
- What does the Nord Pool API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Finance APIs
AAII (American Association of Individual Investors)
Individual investors association - stock screener, sentiment surveys, ETF data, and research.
Affirm
Affirm partner directory - store listings, merchant guides, and merchant detail APIs.
Alphavantage.Co
Alpha Vantage public market data APIs for stock quotes, intraday and daily time series, fundamentals, FX, crypto, and technical indicators.
AnnualReports
Public-company profiles and annual reports - by exchange or industry, with filing links.
Artemis
Blockchain metrics dashboards - chain comparisons, active-user trends, and price time-series.
Asian Development Bank
Asian Development Bank data portal - publications, project documents, economic indicators, and financing datasets.