---
title: "Auction Scheduled Physical Flows"
method: GET
path: "/api/v2/Auction/ScheduledPhysicalFlows/ByAreas"
tags: ["Auction"]
---

# Auction Scheduled Physical Flows

`GET /api/v2/Auction/ScheduledPhysicalFlows/ByAreas`

Scheduled physical flows are published for the day-ahead market after the Nordic Flow-based go-live on the 30th of October 2024.
            
Scheduled physical flows are re-calculated flows for Nordic flow-based regions. The Nordic Flow-based implementation sometimes ends up breaching physical constraints in the power grid, and a post-coupling re-calculation is done and published to the JAO publication tool, which is the source of this data.
            
The re-calculated flows should end up with every area having the same net position (+/- ~0.1MW) as the original flows coming from Euphemia, but internal flows inside the regions might be re-routed. 
            
Scheduled physical flows are the basis of what capacities are later released to intraday auctions as well as the intraday market. The need to re-calculate flows coming from Euphemia only exist in the Nordic flow-based regions. 
            
Scheduled physical flows are always described from an area point of view. Some flows will have a loss on the cable - imports in an area is always after losses, and exports are before losses.
            
### Response field descriptions
- **status**: Missing if data does not exist. Final once the market coupling session is complete.
- **dailyTotalImport**: total MWh imported volume
- **dailyTotalExport**: total MWh exported volume
- **dailyTotalNetPosition**: total net position in MWh (total import - total export).
            
**flows**: a list of delivery periods, containing all flows for that period
- **byConnection**: a list of all connections that has a flow for the period. Each connection is identified by an area and optionally by a connection name. The Connection name is only present if multiple connections exists on the same border. **import** gives the import volume in MW, **export** the export volume in MW and **netPosition** describes import-export
- **totalImport**: sum of all connection import volumes given in MW
- **totalExport**: sum of all connection export volumes given in MW
- **totalNetPosition**: total import - total export

## Query parameters

- `market` 'DayAhead', required
- `areas` string, required
- `date` string, date, required

## Response `200`

OK

- ApiScheduledPhysicalFlow[]
  - `deliveryDateCET` string, date
  - `updatedAt` string, date-time
  - `deliveryArea` string, nullable, required
  - `market` 'DayAhead' | 'GbHalfHour_DayAhead' | 'N2EX_DayAhead' | 'SemGb_IntradayAuction1' | 'SemGb_IntradayAuction2' | 'SIDC_IntradayAuction1' | 'SIDC_IntradayAuction2' | 'SIDC_IntradayAuction3'
  - `status` 'Missing' | 'Preliminary' | 'Final' | 'Cancelled'
  - `unit` string, nullable
  - `dailyTotalUnit` string, nullable
  - `dailyTotalImport` number, double, nullable
  - `dailyTotalExport` number, double, nullable
  - `dailyTotalNetPosition` number, double, nullable
  - `flows` ApiTransfer[], nullable
    - `deliveryStart` string, date-time
    - `deliveryEnd` string, date-time
    - `byConnections` ApiByConnection[], nullable
      - `area` string, nullable, required
      - `connection` string, nullable
      - `import` number, double, nullable
      - `export` number, double, nullable
      - `netPosition` number, double, nullable
    - `totalImport` number, double, nullable
    - `totalExport` number, double, nullable
    - `totalNetPosition` number, double, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/nordpoolgroup/apis/auction-member-test.md) · [All operations](https://skmtc.net/nordpoolgroup/apis/auction-member-test/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nordpoolgroup/auction-member-test/revisions/6a21504d677e/schema)
