{ "opencollection": "1.0.0", "info": { "name": "Nord Pool Data Portal API (Public) Auction BalanceMarket API", "version": "1.0" }, "items": [ { "info": { "name": "BalanceMarket", "type": "folder" }, "items": [ { "info": { "name": "Manual Frequency Restoration Reserves", "type": "http" }, "http": { "method": "GET", "url": "https://dataportal-api.nordpoolgroup.com/api/v2/BalanceMarket/ManualFrequencyRestorationReserves/ByAreas", "params": [ { "name": "areas", "value": "", "type": "query", "description": "Comma-separated list of areas (e.g., NO1, NO2).\nSupported: NO1,NO2,NO3,NO4,NO5,SE1,SE2,SE3,SE4,FI,DK1,DK2" }, { "name": "currency", "value": "", "type": "query", "description": "Currency of returned prices. Restricted to 1 currency per query. Supported: EUR, SEK, NOK, DKK" }, { "name": "date", "value": "", "type": "query", "description": "Delivery date, referring to CET date. Format yyyy-MM-dd, for example 2024-08-15" } ] }, "docs": "Returns a list of Manual Frequency Restoration Reserves (mFRR) for a date, currency and a list of areas. \n\n### Response field descriptions\n- **status**: Missing if no data exists. Available if data is present\n- **exchangeRate**: exchange rate used to calculate values from EUR. If the currency is EUR, then the exchange rate is 1\n \n**manualFrequencyRestorationReserves**: a list of delivery periods for the day, containing\n - **deliveryStart**: start of delivery period\n - **deliveryEnd**:" }, { "info": { "name": "Yearly Manual Frequency Restoration Reserves", "type": "http" }, "http": { "method": "GET", "url": "https://dataportal-api.nordpoolgroup.com/api/v2/BalanceMarket/ManualFrequencyRestorationReserves/Yearly/ByArea", "params": [ { "name": "area", "value": "", "type": "query", "description": "One area. For example NO1.\nSupported: NO1,NO2,NO3,NO4,NO5,SE1,SE2,SE3,SE4,FI,DK1,DK2" }, { "name": "currency", "value": "", "type": "query", "description": "Currency of returned prices. Restricted to 1 currency per query. Supported: EUR, SEK, NOK, DKK" }, { "name": "year", "value": "", "type": "query", "description": "Year in CET (format: yyyy, e.g., 2024)" } ] }, "docs": " Returns an annual summary of Manual Frequency Restoration Reserves (mFRR) for a year, currency and one area.\n \n This yearly summary is updated in a rolling manner, and is updated daily.\n \n### Response field descriptions\n \n**yearlySummary**:\n- **acceptedUpBidVolume**: total volume of accepted orders for up regulation for the year, in MWh\n- **activatedUpBidVolume**: total volume of activated up regulation bids for the year, in MWh\n- **acceptedDownBidVolume**: tota" } ] } ], "bundled": true }