Finance
Nord Pool logo

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 / call

    Returns all markets and delivery areas with codes, currencies, and valid date ranges.

  • Auction Data Availability Latest

    act_data_nordpoolgroup_auction_data_availability_latestread1 credit / call

    Returns the latest published delivery dates and update timestamps per market and area.

  • Electricity Price Timeseries

    act_data_nordpoolgroup_electricity_price_timeseriesread2 credits / call

    Returns 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

All Finance sites