Symbols / AEMO_NSW1_SPOT

AEMO_NSW1_SPOT

New South Wales Electricity Spot Price

Daily average of 5-min Regional Reference Prices (RRP) for NSW1 (Sydney). Source: AEMO. Units: AUD/MWh.

Electricity Active

Country

AU

AUD

Frequency

daily

Update cadence

Category

Electricity

Rate type

Access

REST API

JSON · CSV

What is New South Wales Electricity Spot Price (AEMO_NSW1_SPOT)?

New South Wales Electricity Spot Price is an electricity spot price — the day-ahead market price for electricity delivery in a specific bidding zone. Electricity prices are set by the intersection of supply bids (generation stack) and demand forecasts in the wholesale auction market.

Electricity spot prices are essential for power generators, industrial consumers with variable tariffs, energy retailers, and grid operators. Prices can go negative when renewable generation exceeds demand, and can spike to hundreds of €/MWh during cold waves or supply shortages.

  • Set daily in the day-ahead market auction
  • OMIE operates the Iberian electricity market (Spain & Portugal)
  • Prices can be negative during renewable surplus
  • Strongly correlated with gas prices and CO₂ costs

Uses and Related Industries

Primary Industries

Power Generators: Renewable and thermal generators sell production at spot or hedge forward via day-ahead prices.
Energy Retailers: Electricity suppliers set consumer tariffs and balance portfolios against spot market volatility.
Industrial Consumers: Large electricity consumers with interruptible tariffs or self-scheduling capabilities.
Grid Operators & TSOs: Transmission system operators use spot prices for balancing and congestion management.
Energy Trading Desks: Intraday and day-ahead spread trading, negative price arbitrage, and cross-border capacity trades.

Specific Applications

  • Day-ahead electricity price forecasting for generation scheduling
  • Energy procurement optimization for large industrial consumers
  • Renewable energy asset valuation and PPA pricing
  • Negative price event detection and demand response triggering
  • Cross-border electricity price spread monitoring (Spain vs. Portugal)

API Usage Examples for AEMO_NSW1_SPOT

Click each endpoint to see the request URL, parameters, and a sample response.

API Request

https://energy-api.com/api/v1/latest?api_key=YOUR_API_KEY&symbols=AEMO_NSW1_SPOT

Request Parameters

Parameter Required Description
api_key required Your API key.
symbols required Comma-separated symbol codes. E.g. AEMO_NSW1_SPOT

Sample Response

{
    "success": true,
    "date": "2026-06-13",
    "rates": {
        "AEMO_NSW1_SPOT": 50
    },
    "dates": {
        "AEMO_NSW1_SPOT": "2026-06-13"
    }
}

API Request

https://energy-api.com/api/v1/historical?api_key=YOUR_API_KEY&symbols=AEMO_NSW1_SPOT&date=2026-06-13

Request Parameters

Parameter Required Description
api_key required Your API key.
symbols required Symbol code(s). E.g. AEMO_NSW1_SPOT
date required Date in YYYY-MM-DD format.

Sample Response

{
    "success": true,
    "historical": true,
    "date": "2026-06-13",
    "rates": {
        "AEMO_NSW1_SPOT": 50
    }
}

API Request

https://energy-api.com/api/v1/timeseries?api_key=YOUR_API_KEY&symbols=AEMO_NSW1_SPOT&start=2026-05-21&end=2026-06-20

Request Parameters

Parameter Required Description
api_key required Your API key.
symbols required Symbol code(s). E.g. AEMO_NSW1_SPOT
start required Start date (YYYY-MM-DD). Query param name is start.
end required End date (YYYY-MM-DD). Query param name is end.

Sample Response

{
    "success": true,
    "symbols": [
        "AEMO_NSW1_SPOT"
    ],
    "rates": {
        "2026-05-21": {
            "AEMO_NSW1_SPOT": 50
        },
        "2026-06-20": {
            "AEMO_NSW1_SPOT": 50
        }
    }
}

API Request

https://energy-api.com/api/v1/fluctuation?api_key=YOUR_API_KEY&symbols=AEMO_NSW1_SPOT&start=2026-05-21&end=2026-06-20

Request Parameters

Parameter Required Description
api_key required Your API key.
symbols required Symbol code(s). E.g. AEMO_NSW1_SPOT
start required Start date (YYYY-MM-DD). Query param name is start.
end required End date (YYYY-MM-DD). Query param name is end.

Sample Response

{
    "success": true,
    "fluctuation": {
        "AEMO_NSW1_SPOT": {
            "start_rate": 50,
            "end_rate": 50.12,
            "change": 0.12,
            "change_pct": 0.24
        }
    }
}

API Request

https://energy-api.com/api/v1/ohlc?api_key=YOUR_API_KEY&symbols=AEMO_NSW1_SPOT&start=2026-05-21&end=2026-06-20&period=monthly

Request Parameters

Parameter Required Description
api_key required Your API key.
symbols required Symbol code. E.g. AEMO_NSW1_SPOT
start required Start date (YYYY-MM-DD).
end optional End date (YYYY-MM-DD). Defaults to today.
period optional Grouping: monthly (default), weekly, quarterly.

Sample Response

{
    "success": true,
    "symbol": "AEMO_NSW1_SPOT",
    "period": "monthly",
    "ohlc": [
        {
            "period": "2026-05",
            "open": 50,
            "high": 50.25,
            "low": 49.9,
            "close": 50.12,
            "data_points": 21
        }
    ]
}
Replace YOUR_API_KEY with your key Get a free API key →

Factors Influencing AEMO_NSW1_SPOT

Market Factors

  • Day-ahead demand forecast for the bidding zone
  • Renewable generation forecast: wind and solar capacity factors
  • Thermal generation availability (outages, maintenance)
  • Gas and carbon prices (set the marginal cost of gas-fired generation)

Technical Factors

  • Cross-border interconnector capacity and congestion rents
  • Pumped hydro storage dispatch and reservoir levels
  • Intraday price convergence vs. day-ahead settlement
  • Demand response activation thresholds and interruptible loads

External Factors

  • Nuclear fleet availability in France (major driver of Iberian imports)
  • Drought conditions affecting hydropower output in Iberian Peninsula
  • EU renewable energy policy and installed capacity additions
  • Industrial demand shifts from economic cycles and energy-intensive sector activity

Symbol Details

Symbol
AEMO_NSW1_SPOT
Category
Electricity
Country
AU
Currency
AUD
Provider
aemo
Frequency
daily
Unit
percent

Access AEMO_NSW1_SPOT via REST API

Get live and historical New South Wales Electricity Spot Price data in JSON format. One API, 50+ countries, normalized.

GET /api/latest?symbols=AEMO_NSW1_SPOT