Help Files:
|
Scheduled vs Outturn
About
The chart shows forecasted Net Transfer Capacities (NTC on weekly and day ahead basis) versus the Day Ahead and Real Time scheduled imports and exports for France, Netherlands, Belgium and Ireland.
The total Import and Export is made up of the actual physical flows that are built up from Long Term Nominations (LTN), Day Ahead, Intraday and finally Non-commerical (TSO-TSO) flows.
Data Service
The Scheduled vs Outturn data can be extracted from the API. The parameters used are as follows:
Code |
Required/Optional |
Description |
chart |
Required |
scheduled |
startdatetime |
Required |
The start date time in format YYYYMMDDHHMMSS. |
enddatetime |
Required |
The end date time in format YYYYMMDDHHMMSS. |
resolution |
Required |
The type of resolution. (See 'resolutions' action, e.g.
hh) |
format |
Required |
The type of format. The value could be xml or csv
. (See 'formats' action)
|
border |
Optional |
Defaults to 0 (Belgium). Other options are 1 (France), 2 (Ireland), 3 (Netherlands),
4 (Norway) and 5 (Denmark) |
Examples :
https://enbm.netareports.com/dataService?username=xxx&password=xxx&format=xml&action=data&chart=scheduled&startdatetime=20190213000000&enddatetime=20190214000000&resolution=hh&border=0
|
|