Skip to main content

Manual Download

note

This panel requires the Electron desktop application. In the web build, folder selection is unavailable and the download cannot be started.

What It Does

The Manual Download panel lets you select IEMOP market file types and a date range, then downloads all matching files from the IEMOP public website directly to a folder on your computer. No login is required.

RTD is pre-selected by default.

Data is available from 2024-08-13 onwards. Both date pickers enforce this minimum date.

File Type Selection

File types are shown as pill buttons. Click a pill to select or deselect it. The badge in the card header shows how many types are currently selected.

Select All selects every file type. Clear deselects all.

Available File Types

21 file types are available across 4 categories.

RTD (Real-Time Dispatch) — 7 types

IDName
RTDPrices and Schedules
RTDORReserve Offers
RTDOEGeneration Offers
RTDHSHVDC Schedules
MPMarket Clearing Price
RTDOPRSVSUMMRegional Reserve Prices
RTDRSReserve Schedules

DAP (Day-Ahead Price) — 5 types

IDName
DAPPrices and Schedules
DAPHSHVDC Schedules
DAPOPRSVSUMMRegional Reserve Prices
DAPOSOutage Schedules
DAPHLHVDC Limits

WAP (Week-Ahead Price) — 5 types

IDName
WAPPrices and Schedules
WAPHSHVDC Schedules
WAPOPRSVSUMMRegional Reserve Prices
WAPOSOutage Schedules
WAPHLHVDC Limits

OTHER — 4 types (used in price aggregation)

IDName
APIndicative Administered Prices
iemapIndicative Energy Modified AP
capegRegistered Capacity Generation
MNMUpdates on the Market Network Model
note

MNM is a market-reports file type with a different request shape. MNM files are extracted in full rather than as CSV only.

Date Range

FieldDefaultMinimumMaximum
From (start date)7 days before today2024-08-13Today
To (end date)Today2024-08-13Today

If To is before From, an inline error appears: "End date must be after start date".

Destination Folder

The destination folder is shown as a read-only text field. Click Browse to open a native folder picker. The chosen folder is remembered across sessions.

Files are organised into subfolders by type within the destination: RTD/, RTDOR/, DAP/, and so on. Subfolders are created automatically if they do not exist.

Start Download Button

The Start Download button is disabled until all of the following conditions are met:

  1. At least one file type is selected
  2. Start date is set
  3. End date is set
  4. Destination folder is set
  5. End date is on or after start date

While disabled, a hint strip below the card header explains which precondition is blocking.

During a download, the button shows "Downloading..." and is disabled.

Download Behaviour

  • Sequential by file type, parallel within each type. File types are downloaded one at a time in order; within each type, up to 10 files download concurrently.
  • Skip existing files. A file already present at the target path is skipped and counted in the "skipped" total — not overwritten.
  • Automatic retry. Each file is retried up to 2 times on failure, with a 1-second delay between attempts.
  • ZIP extraction. Most types arrive as ZIP archives; the downloader extracts the CSVs. Some types (RTDOR, RTDOE, RTDHS, MP, RTDOPRSVSUMM, capeg) arrive as direct CSVs.
  • Failure report. If any files fail after all retries, a text file named download_failures_<timestamp>.txt is written to the destination folder, listing each failure with its error message and retry count.

Activity Dock During Download

Progress messages appear in the Activity Dock in real time:

  • ✓ filename — file downloaded successfully
  • ⊙ filename (already exists) — file skipped
  • ✗ filename - error message — file failed after retries

The dock shows "running" status while a download is in progress and "idle" when complete.

Stat Tiles

Two tiles appear after a run:

  • Total Files — total count of extracted/saved files
  • Failed — count of files that failed after all retries

Error States

ErrorWhere shown
No file type selectedHint strip: "Select at least one file type"
Missing destination folderHint strip
End date before start dateInline text below date fields
Individual file failureActivity Dock: ✗ filename - error message
All downloads failedFailure report .txt file + Activity Dock completion message