User manual
Of information System
User manual
for external users of OTE public web –
web services
This document and its content are confidential. It is forbidden to reproduce the document or its
parts, to show it to third parties or to use it for any other purposes than it was provided for
without prior written agreement by OTE, a.s.
2010 OTE, a.s.
Revize dne: Document name: Dokument version:
2.12.2010 User manual web services OTE ECF1854
1
Datum Popis změny
4.8.2010 Popis změn po redesign webových služeb
7.9.2010 Verze k OTE připomínkám
29.9.2010 Finalizace OTE připomínek
2.12.2010 Aktualizace pro CR78
2010 OTE, a.s.
Revize dne: Document name: Dokument version:
2.12.2010 User manual web services OTE ECF1854
2
Contents
1 Web Services ..................................................................................................................................... 3
1.1 Compatibility ................................................................................................................................. 3
1.2 WSDL ............................................................................................................................................ 3
1.3 Services and formats.................................................................................................................... 17
1.3.1 GetDamIndexE .................................................................................................................. 18
1.3.2 GetRutList .......................................................................................................................... 19
1.3.3 GetDamPriceE (previous GetOKOCenyHod) ................................................................... 22
1.3.4 GetDamAllE (previous GetDAMPriceHour) ..................................................................... 28
1.3.5 GetBmPriceE (previous GetBTCeny) ................................................................................ 36
1.3.6 GetImbalanceSettlementE(previous GetVicenaklady) ....................................................... 38
1.3.7 GetImPriceE (new) ............................................................................................................ 46
1.3.8 GetDamPriceG (new) ......................................................................................................... 50
1.3.9 GetImPriceG (new) ............................................................................................................ 51
1.3.10 GetImbalanceSettlementG (new) .................................................................................. 52
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
3
1 Web services
Web services allows automatic access to some data that are published on our web site
(www.ote-cr.cz) The technology is wide-spread and has an implementation in many
programming languages. For its use is necessary to have a program that will process, store and
display to user.
Current implementation uses Python app.server Zope with SOAP library SOAPpy 0.11.6 with
server extenstion SOAPSupport 0.7.2.
1.1 Compatibility
Services on current public web got through upgrade. Compatibility with previous client version
(OTE Win client version 1.1.2.0 and OTE WWW services version 1.1.2.0) are not supported
yet.
1.2 WSDL
Service is available at http://www.ote-cr.cz/services/PublicDataService. WSDL is avalible at
same link by sending HTTP GET request, or at http://www.ote-
cr.cz/services/PublicDataService/wsdl
WSDL Extract:
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
4
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
5
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
6
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
7
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
8
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
9
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
10
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
11
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
12
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
13
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
14
Vrací
seznam všech registrovaných účastníků trhu
Vrací
indexy krátkodobého obchodu za elektřinu pro zadané
období
Vrací
hodnotu energie a cenu v EUR po hodnách z denního trhu s elektřinou
pro zadané období
Vrací
výsledky společného denního trhu CR a SR
Vrací
ceny a množství z krátkodobého trhu za elektřinu pro zadané
období
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
15
Vrací
ceny a množství za vnitrodenní obchody s elektřinou pro zadané
období
Vrací
výsledky zúčtování odchylek za elektřinu pro zadané
období
Vrací
ceny a množství denního tru s plynem pro zadané období
Vrací
ceny a množství vnitrodenního tru s plynem pro zadané
období
Vrací
výsledky zúčtování odchylek za plyn a pro zadané
období
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
16
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
17
1.3 Services and formats
All services export data in XML format including XSD definition.
Services list (case sensitive!):
- GetDamIndexE (previous GetOKOIndex)
- GetRutList (previous GetRUTList)
- GetDamPriceE (previous GetOKOCenyHod)
- GetDamAllE (previous GetDAMPriceHour)
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
18
- GetBmPriceE (previous GetBTCeny)
- GetImbalanceSettlementE(previous GetVicenaklady)
- GetImPriceE (new)
- GetDamPriceG (new)
- GetImPriceG (new)
- GetImbalanceSettlementG (new)
Types of output parameters:
- date – xsd:date
- hour – hour no. interval 1-25
1.3.1 GetDamIndexE
Returns electricity Short-term Market indexes for given period.
Input parameters:
- StartDate - date from
- EndDate - date to
Output structure with elements:
- Date - date according to W3C (http://www.w3.org/TR/2004/REC-xmlschema-2-
20041028/datatypes.html#date)
- EurRate – exchange rate ČNB for given day
- BaseLoad – BaseLoad index value
- PeakLoad - PeakLoad index value
- OffpeakLoad – OffpeakLoad index value
Example - Input request:
2010-01-01
2010-01-02
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
19
Example – output:
2010-01-01
26.4
9.15
12.94
5.36
2010-01-02
26.465
29.88
43.5
16.26
1.3.2 GetRutList
Returns list of all registered market participants.
No input parameters.
Output structure with elements:
- Id - Unique participant identificator (RMP) in IS OTE
- Ean - European article number, participant code (length 13)
- Eic – RMP unique identificator via EIC
- VatNo – Vat Reg. number
- Company – Company name
- RegistrationDate – Registration date (creating RMP in IS)
- SubjectSettlementDateElectricityFrom – Validity date from - Subject of Settlement
- electricity
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
20
- SubjectSettlementDateEletricityTo - Validity date to - Subject of Settlement -
electricity
- SubjectSettlementDateGasFrom - Validity date from - Subject of Settlement - gas
- SubjectSettlementDateGasTo - Validity date to - Subject of Settlement - gas
- DamElectricityValidityFrom – Validity date from – access to DM - electricity
- DamElectricityValidityTo - Validity date to – access to DM - electricity
- DamGasValidityFrom - Validity date from – access to DM - gas
- DamGasValidityTo - Validity date to – access to DM - gas
- DistributorElectricityFrom - Validity date from – distributor licence - electricity
- DistributorElectricityTo - Validity date to – distributor licence - electricity
- DistributorGasFrom - Validity date from – distributor licence - gas
- DistributorGasTo - Validity date to – distributor licence – gas
Example - Input request:
Example – output:
3
8591824000304
70894451
3
2002-04-11
2002-04-
12
5000-01-
01
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
21
5
8591824000502
46900896
5
2004-04-02
6
8591824000601
00020699
6
2004-06-30
20
8591824001905
24X-OT-SK------V
35829141
20
2009-08-20
21
8591824002100
10XSK-SEPS-GRIDB
35829141
21
2009-08-20
98
8591824009802
27865444
98
2007-05-15
2009-03-
31
5000-01-
01
99
8591824009901
49546392
99
2003-06-13
101
8591824010105
25702556
101
2001-12-10
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
22
283
8591824028308
27XG-CENTROPOL-P
25458302
283
2003-04-14
2007-10-
31
2013-03-
01
2007-10-
31
2013-03-
01
1.3.3 GetDamPriceE (previous GetOKOCenyHod)
Returns energy and price (EUR) per hours from electricity day market for given period.
Input parameters
- StartDate – date from
- EndDate – date to
- StartHour - hour from
- EndHour - hour to
- InEur – optional parameter boolean type. If is set True, the service returns price
(EUR) rounded at 2 decimal places, else returns price (CZK). Price in CZK is
calculated according to ČNB exchange rate from date, which is equal (or older)
than delivery day.
Output structure with elements:
- Date - date according to W3C (http://www.w3.org/TR/2004/REC-xmlschema-2-
20041028/datatypes.html#date)
- Hour – Hour No.
- Price - Price [EUR/MWh]
- Volume - traded volume [MWh] (before common day market CZ-SK) or greater
value - buy/sell [MWh] (after starting common day market CZ-SK)
Example - Input request:
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
23
2010-01-01
2010-01-02
1
24
false
Example – Output:
2010-01-01
1
52.8
325.7
2010-01-01
2
26.4
311.4
2010-01-01
3
0.264
333.9
2010-01-01
4
0.264
257.6
2010-01-01
5
0.264
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
24
207.6
2010-01-01
6
0.264
380.2
2010-01-01
7
0.264
376.1
2010-01-01
8
0.264
279.4
2010-01-01
9
0.264
361.8
2010-01-01
10
0.264
512.7
2010-01-01
11
26.4
588
2010-01-01
12
26.4
646.7
2010-01-01
13
26.4
710.5
2010-01-01
14
26.4
539.6
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
25
2010-01-01
15
264
503.4
2010-01-01
16
396
478
2010-01-01
17
615.12
476.1
2010-01-01
18
872.256
482.2
2010-01-01
19
924
481.3
2010-01-01
20
922.152
484.5
2010-01-01
21
798.6
434
2010-01-01
22
396
393.6
2010-01-01
23
396
390.8
2010-01-01
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
26
24
26.4
360.6
2010-01-02
1
396.975
292.3
2010-01-02
2
26.465
316.3
2010-01-02
3
26.465
266.6
2010-01-02
4
26.465
276.1
2010-01-02
5
26.465
278.7
2010-01-02
6
26.465
269.7
2010-01-02
7
26.465
262.2
2010-01-02
8
529.3
293.7
2010-01-02
9
793.95
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
27
252.3
2010-01-02
10
952.74
301.9
2010-01-02
11
1124.2332
356.6
2010-01-02
12
1170.2823
389.7
2010-01-02
13
1208.3919
388.6
2010-01-02
14
1095.651
410.2
2010-01-02
15
1047.22005
360.4
2010-01-02
16
947.9763
374.5
2010-01-02
17
1200.9817
422.9
2010-01-02
18
1423.817
470.1
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
28
2010-01-02
19
1471.71865
462.6
2010-01-02
20
1378.03255
401.4
2010-01-02
21
1259.734
446.7
2010-01-02
22
1045.8968
436.3
2010-01-02
23
979.205
401.2
2010-01-02
24
793.95
384.5
1.3.4 GetDamAllE (previous GetDAMPriceHour)
Returns results of settlement common day market CZ-SK.
Input parameters:
- StartDate – date from
- EndDate – date to
- StartHour - hour from
- EndHour - hour to
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
29
- InEur – optional parameter boolean type. If is set True, the service returns price
(EUR) rounded at 2 decimal places, else returns price (CZK). Price in CZK is
calculated according to ČNB exchange rate from date, which is equal (or older)
than delivery day.
Output structure with elements:
- Date - date according to W3C (http://www.w3.org/TR/2004/REC-xmlschema-2-
20041028/datatypes.html#date)
- Hour – Hour No.
- PriceCZ – Price CZ [EUR/MWh]
- SaleCZ – Sale Volume CZ [MWh]
- PurchaseCZ – Purchase Volume CZ [MWh]
- PriceSK - Price SK [EUR/MWh]
- SaleSK – Sale Volume SK [MWh]
- PurchaseSK – Purchase Volume SK [MWh]
- TotalVolumeCZSK – Total Volume [MWh]
- FlowCZSK – Border-crossing flow CZ->SK [MWh]
- FlowSKCR – Border-crossing flow SK->CZ [MWh]
- ImportCZ – SK->CZ MCC [MWh]
- ExportCZ– CZ->SK MCC [MWh]
Example - Input request:
2010-01-01
2010-01-01
1
25
false
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
30
Example – Output:
2010-01-01
1
52.8
304.5
325.7
52.8
149.0
127.8
453.5
0.0
21.2
847.0
1073.0
2010-01-01
2
26.4
287.1
311.4
26.4
149.6
125.3
436.7
0.0
24.3
822.0
1109.0
2010-01-01
3
0.264
269.2
333.9
0.264
150.0
85.3
419.2
0.0
64.7
885.0
1121.0
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
31
2010-01-01
4
0.264
196.1
257.6
0.264
96.8
35.3
292.9
0.0
61.5
866.0
1146.0
2010-01-01
5
0.264
207.6
201.6
0.264
73.6
79.6
281.2
6.0
0.0
865.0
1138.0
2010-01-01
6
0.264
302.5
380.2
0.264
135.5
57.8
438.0
0.0
77.7
902.0
1127.0
2010-01-01
7
0.264
255.7
376.1
0.264
146.9
26.5
402.6
0.0
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
32
120.4
895.0
1171.0
2010-01-01
8
0.264
210.0
279.4
0.264
95.4
26.0
305.4
0.0
69.4
805.0
1175.0
2010-01-01
9
0.264
228.4
361.8
0.264
198.9
65.5
427.3
0.0
133.4
768.0
1223.0
2010-01-01
10
0.264
288.0
512.7
0.264
295.7
71.0
583.7
0.0
224.7
819.0
1226.0
2010-01-01
11
26.4
305.7
588.0
26.4
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
33
348.3
66.0
654.0
0.0
282.3
815.0
1216.0
2010-01-01
12
26.4
265.9
646.7
26.4
446.8
66.0
712.7
0.0
380.8
797.0
1204.0
2010-01-01
13
26.4
275.6
710.5
26.4
502.4
67.5
778.0
0.0
434.9
804.0
1190.0
2010-01-01
14
26.4
205.3
539.6
26.4
401.3
67.0
606.6
0.0
334.3
791.0
1167.0
2010-01-01
15
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
34
264
152.1
503.4
264
418.3
67.0
570.4
0.0
351.3
828.0
1162.0
2010-01-01
16
396
191.7
478.0
396
354.3
68.0
546.0
0.0
286.3
817.0
1160.0
2010-01-01
17
615.12
258.1
476.1
615.12
307.3
89.3
565.4
0.0
218.0
803.0
1106.0
2010-01-01
18
872.256
264.9
482.2
872.256
312.3
95.0
577.2
0.0
217.3
799.0
1086.0
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
35
2010-01-01
19
924
267.0
481.3
924
294.3
80.0
561.3
0.0
214.3
807.0
1075.0
2010-01-01
20
922.152
276.2
484.5
922.152
296.3
88.0
572.5
0.0
208.3
804.0
1048.0
2010-01-01
21
798.6
292.2
434.0
798.6
257.3
115.5
549.5
0.0
141.8
804.0
1032.0
2010-01-01
22
396
278.8
393.6
396
228.3
113.5
507.1
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
36
0.0
114.8
796.0
1042.0
2010-01-01
23
396
292.5
390.8
396
261.0
162.7
553.5
0.0
98.3
828.0
1061.0
2010-01-01
24
26.4
209.8
360.6
26.4
261.0
110.2
470.8
0.0
150.8
788.0
1094.0
1.3.5 GetBmPriceE (previous GetBTCeny)
Returns prices and volume from block trades – electricity- for given period
Input parameters:
- StartDate – date from
- EndDate – date to
- InEur – optional parameter boolean type. If is set True, the service returns price
(EUR) rounded at 2 decimal places, else returns price (CZK). Price in CZK is
calculated according to ČNB exchange rate from date, which is equal (or older)
than delivery day.
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
37
Output structure with elements:
- Date - date according to W3C (http://www.w3.org/TR/2004/REC-xmlschema-2-
20041028/datatypes.html#date)
- Product – product type (Baseload, Peakload, Offpeakload)
- Volume – traded volume [MWh]
- AveragePrice – Average price [CZK/MWh] (variant EUR/MWh)
- MinPrice – Minimal price [CZK/MWh]
- MaxPrice – Max. price [CZK/MWh]
Example - Input request:
2010-01-29
2010-02-01
false
Example – Output:
2010-01-29
BaseLoad
360
1222.0
1200.0
1230.0
PeakLoad
12
1460.0
1460.0
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
38
1460.0
2010-02-01
BaseLoad
360
1286.7
1280.0
1290.0
PeakLoad
12
1615.0
1615.0
1615.0
1.3.6 GetImbalanceSettlementE(previous GetVicenaklady)
Returns results of imbalance settlement - electricity – for given period.
Input parameters:
- Version – settlement version (daily - 0, monthly - 1, final monthly - 2).
- StartDate – date from
- EndDate – date to
- StartHour – hour from
- EndHour – hour to
Output structure with elements:
- Version – settlement, possible values 0, 1, 2 (daily, monthly, final monthly)
- Date - date according to W3C (http://www.w3.org/TR/2004/REC-xmlschema-2-
20041028/datatypes.html#date)
- Hour – Hour No.
- SystemImbalance (MWh) – this item was missing
- Sum – Absolute Imbalances sum [MWh]
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
39
- PositiveImbalance – Positive Imbalances [MWh]
- NegativeImbalance – Negative Imbalances [MWh]
- RoundedImbalance – Rounded Imbalances [MWh]
- ReCost – RE Cost [CZK]
- ImbalanceCost – Imbalance Cost [CZK]
- SettlImbalancePrice – Settlement Imbalance Price [CZK/MWh]
- SettlCounterImbalancePrice – Settlement Counter Imbalance Price [CZK/MWh]
Example - Input request:
0
2010-01-01
2010-01-01
1
25
Example – Output:
0
2010-01-01
1
64.76
544.86
304.81
-240.05
-1.55
20752.0
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
40
-20147.93
-227.0
-
204.3
0
2010-01-01
2
79.72
564.75
322.24
-242.52
-2.02
2193.6
-29112.3
-280.0
-
252.0
0
2010-01-01
3
80.81
577.45
329.13
-248.32
-1.21
32053.2
-29897.42
-283.0
-
254.7
0
2010-01-01
4
137.76
652.8
395.28
-257.52
-2.46
24585.7
-78977.55
-483.0
-
434.7
0
2010-01-01
5
230.45
568.29
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
41
399.37
-168.92
-1.16
62530.8
-199611.13
-807.0
-
726.3
0
2010-01-01
6
283.83
606.87
445.35
-161.52
-2.13
17444.0
-298177.34
-994.0
-
894.6
0
2010-01-01
7
377.97
809.49
593.73
-215.76
-2.67
75602.8
-528604.65
-1323.0
-
1190.7
0
2010-01-01
8
431.97
943.05
687.51
-255.54
-2.87
245576.2
-691771.75
-1512.0
-
1360.8
0
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
42
2010-01-01
9
402.58
902.6
652.59
-250.01
-2.18
279374.1
-602887.94
-1410.0
-
1269.0
0
2010-01-01
10
341.93
839.95
590.94
-249.01
-2.12
209447.1
-515389.41
-1405.0
-
1264.5
0
2010-01-01
11
225.59
748.73
487.16
-261.57
-1.99
94409.6
-353702.15
-1405.0
-
1264.5
0
2010-01-01
12
198.76
772.36
485.56
-286.8
-2.27
58195.7
-158302.28
-696.0
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
43
-
626.4
0
2010-01-01
13
119.9
737.76
428.83
-308.93
-2.4
54250.6
-63332.18
-420.0
-
378.0
0
2010-01-01
14
145.25
660.73
402.99
-257.74
-1.75
18951.5
-87053.1
-509.0
-
458.1
0
2010-01-01
15
195.17
681.22
438.2
-243.03
-2.47
33812.0
-150118.64
-684.0
-
615.6
0
2010-01-01
16
129.72
593.45
361.59
-231.87
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
44
-1.92
15409.3
-69572.55
-455.0
-
409.5
0
2010-01-01
17
86.9
518.44
302.67
-215.77
-2.9
21948.3
-33084.33
-305.0
-
274.5
0
2010-01-01
18
116.66
592.5
354.58
-237.92
-1.95
8343.2
-57442.58
-409.0
-
368.1
0
2010-01-01
19
170.58
639.67
405.12
-234.54
-2.98
54005.5
-116033.11
-598.0
-
538.2
0
2010-01-01
20
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
45
86.12
550.04
318.08
-231.96
-2.03
20067.6
-33015.43
-302.0
-
271.8
0
2010-01-01
21
25.64
498.49
262.07
-236.43
-2.44
31526.6
-4435.35
-90.0
-
81.0
0
2010-01-01
22
36.18
461.07
248.63
-212.45
-1.88
92193.5
-7293.05
-127.0
-
114.3
0
2010-01-01
23
-2.63
442.77
220.07
-222.7
-2.56
113503.0
-58255.11
2364.0
2127.6
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
46
0
2010-01-01
24
28.41
492.87
260.64
-232.23
-2.11
-12078.1
-5162.99
-100.0
-
90.0
1.3.7 GetImPriceE (new)
Returns prices and volume Intra-day electricity market for given period.
Input parameters:
- StartDate – date from
- EndDate – date to
- StartHour - hour from
- EndHour - hour to
Output structure with elements:
- Date - date according to W3C (http://www.w3.org/TR/2004/REC-xmlschema-2-
20041028/datatypes.html#date)
- Hour – Hour No.
- Price - Price [CZK/MWh]
- Volume – Traded volume [MWh]
Example - Input request:
2010-01-01
2010-01-01
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
47
1
24
Example – Output:
2010-01-01
1
0.0
0.0
2010-01-01
2
0.0
0.0
2010-01-01
3
0.0
0.0
2010-01-01
4
0.0
0.0
2010-01-01
5
0.0
0.0
2010-01-01
6
0.0
0.0
2010-01-01
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
48
7
0.0
0.0
2010-01-01
8
0.0
0.0
2010-01-01
9
0.0
0.0
2010-01-01
10
0.0
0.0
2010-01-01
11
0.0
0.0
2010-01-01
12
0.0
0.0
2010-01-01
13
0.0
0.0
2010-01-01
14
0.0
0.0
2010-01-01
15
0.0
0.0
2010-01-01
16
1000.0
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
49
3.0
2010-01-01
17
1000.0
3.0
2010-01-01
18
0.0
0.0
2010-01-01
19
1.0
0.5
2010-01-01
20
0.0
0.0
2010-01-01
21
1000.0
3.0
2010-01-01
22
1080.0
15.0
2010-01-01
23
1125.0
8.0
2010-01-01
24
1059.4
8.0
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
50
1.3.8 GetDamPriceG (new)
Returns prices and volume day-ahead gas market for given period.
Input parameters:
- StartDate – date from
- EndDate – date to
Output structure with elements:
- Date - date according to W3C (http://www.w3.org/TR/2004/REC-xmlschema-2-
20041028/datatypes.html#date)
- Session – session specification – AM/PM/DM
- Price - Price [EUR/MWh]
- Volume – Traded volume [MWh]
Example - Input request:
2010-07-23
2010-07-24
Example – Output:
2010-07-23
AM
0.0
0.0
2010-07-23
PM
0.0
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
51
0.0
2010-07-24
AM
20.5
30.0
2010-07-24
PM
0.0
0.0
1.3.9 GetImPriceG (new)
Returns prices and volume Intra-day gas market for given period.
Input parameters:
- StartDate – date from
- EndDate – date to
Output structure with elements:
- Date - date according to W3C (http://www.w3.org/TR/2004/REC-xmlschema-2-
20041028/datatypes.html#date)
- Price - Price [EUR/MWh]
- Volume – Traded volume [MWh]
- MinPrice – Minimal price [EUR/MWh]
- MaxPrice – Maximal price [EUR/MWh]
Example - Input request:
2010-07-22
2010-07-23
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
52
Example – Output:
2010-07-22
20.5
35.0
20.5
20.5
2010-07-23
20.25
50.0
20.25
20.25
1.3.10 GetImbalanceSettlementG (new)
Returns results of imbalance settlement - gas - for given period.
Input parameters:
- Version – settlement version (daily - 0, monthly - 1, final monthly - 2).
- StartDate – date from
- EndDate – date to
Output structure with elements:
- Date - date according to W3C (http://www.w3.org/TR/2004/REC-xmlschema-2-
20041028/datatypes.html#date)
- Version – settlement version (daily - 0, monthly - 1, final monthly - 2)
- SystemImbalance – System Imbalance [MWh]
- PositiveImbalance – Positive Imbalance [MWh]
- NegativeImbalance – Negative Imbalance [MWh]
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
53
- TransferTsDs – Flow from PS to DS [MWh]
- BalancingGasPrice – Balancing Gas Price [EUR/MWh]
- CnbRate – ČNB exchange rate [CZK/EUR]
- BalancingGasSettlPrice – Balancing Gas Settlement price [CZK/MWh]
- MissingBalancingGasPrice – Missing Balancing Gas price [CZK/MWh]
- ExcessiveBalancingGasPrice – Excessive Balancing Gas price [CZK/MWh]
- Difference – Difference nominations natural balancing and its maximum value.
[MWh]
- OffToleranceDeviationPrice – Off Tolerance Deviation price[CZK/MWh]
Example - Input request:
0
2010-07-22
2010-07-23
Example – Output:
2010-07-27
0
-12754.413
2270.005
-15024.418
-93747.354
17.5
24.99
437.24
587.15
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854
54
287.33
0.0
120.81
2010-07-28
0
-2972.295
1002.233
-3974.528
0.0
0.0
0.0
0.0
0.0
0.0
89.51
2010 OTE, a.s.
Revize dne: Document name: Document version:
4.8.2010 User manual web services OTE ECF1854