SPP logo

Published DC-Tie Flow and Shadow Price

SPP-published MW flow and constraint shadow price by DC-tie name and direction for the real-time balancing market and day-ahead market.

Native record
event_time x market_run x dc_tie_name x direction
Daily publication (RTBM T+1 and Day-Ahead) publication cadence
Evidence
Observed market data
Published observations from the named source
Time basis
Point-in-time records
UTC · event_time

Overview

RTBM is a T+1 day archive, not a live five-minute stream; market_run distinguishes rt_5min from da_hourly. SHADOW PRICE is the marginal congestion cost of the flow constraint, not a settlement LMP. STEGALL and MILES_CITY each map to two physical settlement locations, so the source name is not a unique geographic join key.

Query contract

Preserve one canonical row per (event_time, market_run, dc_tie_name, direction) before aggregating.

Analysis rules

  • Group only after preserving the declared grain: event_time, market_run, dc_tie_name, direction.

Access

Query from your own tools

Use the guarded HTTP endpoint directly, or connect an MCP client and load the dataset contract with describe_data before calling query_data.

HTTP endpoint
POST /api/v1/datasets/spp_dc_tie_flow/query

Schema10

Column
Type
event_timeDateTime64(6, 'UTC')
market_runLowCardinality(String)
dc_tie_nameLowCardinality(String)
directionLowCardinality(String)
mwNullable(Float64)
shadow_priceNullable(Float64)
delivery_dateNullable(String)
published_atNullable(DateTime64(6, 'UTC'))
source_urlNullable(String)
ingested_atDateTime64(6, 'UTC')

Sample data

No preview available.

Coverage

No time-indexed data — coverage isn’t applicable to this dataset.