API and Closing prices

The most relevant products for closing price api access

We provide closing prices for every product combination that has either been traded on our platform, or where there has been placed a Bid/Ask on that product.

If you look at this page: Closing prices you will see the combinations that can provide different products, and gather that we have potentially thousands of different products. And  you can use our API to find the products you are looking for and then query for them, for instance by using:API - get-go-products-extended (DEV)

We also would suggest the following products to get you started quickly:

Excel file with the products: Closing_price_products.xlsx

PRODUCTION

Product ids for the most used/settled products in PRODUCTION

ID NAME TECH YEAR
4736 EECS 2021 Any renewable Any->EUR All Non-Nuclear 2021
4365 EECS 2021 Hydro Any->EUR All Hydro 2021
4471 EECS 2021 Wind Any->EUR All Wind 2021
4708 EECS 2022 Any renewable Any->EUR All Non-Nuclear 2022
4359 EECS 2022 Hydro Any->EUR All Hydro 2022
4470 EECS 2022 Wind Any->EUR All Wind 2022
4763 EECS 2023 Any renewable Any->EUR All Non-Nuclear 2023
4363 EECS 2023 Hydro Any->EUR All Hydro 2023
4459 EECS 2023 Wind Any->EUR All Wind 2023
4912 EECS 2024 Any renewable Any->EUR All Non-Nuclear 2024
4711 EECS 2024 Hydro Any->EUR All Hydro 2024
4857 EECS 2024 Wind Any->EUR All Wind 2024
4723 EECS 2025 Any renewable Any->EUR All Non-Nuclear 2025
4704 EECS 2025 Hydro Any->EUR All Hydro 2025
5146 EECS 2025 Wind Any->EUR All Wind 2025
5192 EECS 2026 Any renewable Any->EUR All Non-Nuclear 2026
5143 EECS 2026 Hydro Any->EUR All Hydro 2026
5590 EECS 2026 Wind Any->EUR All Wind 2026
5186 EECS 2027 Any renewable Any->EUR All Non-Nuclear 2027
5929 EECS 2027 Hydro Any->EUR All Hydro 2027

 

 

 

 

 

 

 

 

 

 

 

 

 

DEVELOPMENT

Product ids for some of the most used products in DEVELOPMENT

ID NAME TECH YEAR
8735 EECS 2021 Any renewable Any->EUR All Non-Nuclear 2021
8955 EECS 2021 Hydro Any->EUR All Hydro 2021
9042 EECS 2021 Wind Any->EUR All Wind 2021
8750 EECS 2022 Any renewable Any->EUR All Non-Nuclear 2022
8761 EECS 2022 Hydro Any->EUR All Hydro 2022
8753 EECS 2022 Wind Any->EUR All Wind 2022
8712 EECS 2023 Any renewable Any->EUR All Non-Nuclear 2023
8709 EECS 2023 Hydro Any->EUR All Hydro 2023
8840 EECS 2023 Wind Any->EUR All Wind 2023
8758 EECS 2024 Any renewable Any->EUR All Non-Nuclear 2024
8850 EECS 2024 Hydro Any->EUR All Hydro 2024
8719 EECS 2024 Wind Any->EUR All Wind 2024
9240 EECS 2025 Any renewable Any->EUR All Non-Nuclear 2025
9237 EECS 2025 Hydro Any->EUR All Hydro 2025
8847 EECS 2026 Any renewable Any->EUR All Non-Nuclear 2026
8836 EECS 2027 Any renewable Any->EUR All Non-Nuclear 2027
8976 EECS 2027 Wind Any->EUR All Wind 2027

 

 

 

 

See our Closing prices page for more information about how, when and for which products we provide closing prices

 

EXAMPLE JSON FILE FOR AN API PRODUCT QUERY

Please find below an example of an API query for the period 2023.10.14 - 23 for the productId 4763: EECS 2023 Any renewable Any->EUR All

As can be seen also in the return from the API below.

Extracting some of the details and you will find the table below. 

  October 2023
What 23. 22. 21. 20. 19. 18.
Open     3.3 3.5 3.65  
High     3.3 3.5 3.65  
Low     3.3 3.5 3.65  
Close     3.3 3.5 3.65  
Settlement   3,75 3.5 3.5 3.65 3.92
Highest Bid 3.4 3.5 3.3 3.5 3.65 3.9
Lowest Ask 3.75 3.65 3.3 3.5 3.65 4.05
Tech. close 3.575 3,575 3.3 3.5 3.65 3.975
Number of interests 3 11 7 25 21 8
Number of trades     1 1 1  

For an overview of what the different fields are and how they are calculated, please see Closing prices 

JSON RESULT SET FROM API

 [
    {
        "product": {
            "technology": {
                "id": "Non-Nuclear",
                "name": "Any renewable",
                "description": "Any renewable",
                "isRenewable": true
            },
            "id": 4763,
            "name": "EECS 2023 Any renewable Any->EUR All",
            "currency": "EUR",
            "year": 2023,
            "quarter": 0,
            "month": 0,
            "origin": null,
            "isBucket": true
        },
        "id": 165283,
        "date": "2023-10-23T00:00:00+00:00",
        "open": null,
        "high": null,
        "low": null,
        "close": null,
        "prevClose": null,
        "technicalClose": 3.57500,
        "settlement": null,
        "lastPrice": 0.00000,
        "lastVolumeMwh": 0.00000,
        "numTrades": 0,
        "numInterests": 3,
        "techCloseSettlement": 3.57500,
        "highestBid": 3.40000,
        "lowestAsk": 3.75000
    },
    {
        "product": {
            "technology": {
                "id": "Non-Nuclear",
                "name": "Any renewable",
                "description": "Any renewable",
                "isRenewable": true
            },
            "id": 4763,
            "name": "EECS 2023 Any renewable Any->EUR All",
            "currency": "EUR",
            "year": 2023,
            "quarter": 0,
            "month": 0,
            "origin": null,
            "isBucket": true
        },
        "id": 165097,
        "date": "2023-10-20T00:00:00+00:00",
        "open": null,
        "high": null,
        "low": null,
        "close": null,
        "prevClose": 3.30000,
        "technicalClose": 3.57500,
        "settlement": 3.75000,
        "lastPrice": 0.00000,
        "lastVolumeMwh": 0.00000,
        "numTrades": 0,
        "numInterests": 11,
        "techCloseSettlement": 3.75000,
        "highestBid": 3.50000,
        "lowestAsk": 3.65000
    },
    {
        "product": {
            "technology": {
                "id": "Non-Nuclear",
                "name": "Any renewable",
                "description": "Any renewable",
                "isRenewable": true
            },
            "id": 4763,
            "name": "EECS 2023 Any renewable Any->EUR All",
            "currency": "EUR",
            "year": 2023,
            "quarter": 0,
            "month": 0,
            "origin": null,
            "isBucket": true
        },
        "id": 164888,
        "date": "2023-10-19T00:00:00+00:00",
        "open": 3.30000,
        "high": 3.30000,
        "low": 3.30000,
        "close": 3.30000,
        "prevClose": 3.50000,
        "technicalClose": 3.30000,
        "settlement": 3.50000,
        "lastPrice": 3.30000,
        "lastVolumeMwh": 6250.00000,
        "numTrades": 1,
        "numInterests": 7,
        "techCloseSettlement": 3.50000,
        "highestBid": 3.30000,
        "lowestAsk": 3.30000
    },
    {
        "product": {
            "technology": {
                "id": "Non-Nuclear",
                "name": "Any renewable",
                "description": "Any renewable",
                "isRenewable": true
            },
            "id": 4763,
            "name": "EECS 2023 Any renewable Any->EUR All",
            "currency": "EUR",
            "year": 2023,
            "quarter": 0,
            "month": 0,
            "origin": null,
            "isBucket": true
        },
        "id": 164690,
        "date": "2023-10-18T00:00:00+00:00",
        "open": 3.50000,
        "high": 3.50000,
        "low": 3.50000,
        "close": 3.50000,
        "prevClose": 3.65000,
        "technicalClose": 3.50000,
        "settlement": null,
        "lastPrice": 3.50000,
        "lastVolumeMwh": 30000.00000,
        "numTrades": 1,
        "numInterests": 25,
        "techCloseSettlement": 3.50000,
        "highestBid": 3.50000,
        "lowestAsk": 3.50000
    },
    {
        "product": {
            "technology": {
                "id": "Non-Nuclear",
                "name": "Any renewable",
                "description": "Any renewable",
                "isRenewable": true
            },
            "id": 4763,
            "name": "EECS 2023 Any renewable Any->EUR All",
            "currency": "EUR",
            "year": 2023,
            "quarter": 0,
            "month": 0,
            "origin": null,
            "isBucket": true
        },
        "id": 164517,
        "date": "2023-10-17T00:00:00+00:00",
        "open": 3.65000,
        "high": 3.65000,
        "low": 3.65000,
        "close": 3.65000,
        "prevClose": null,
        "technicalClose": 3.65000,
        "settlement": null,
        "lastPrice": 3.65000,
        "lastVolumeMwh": 15000.00000,
        "numTrades": 1,
        "numInterests": 21,
        "techCloseSettlement": 3.65000,
        "highestBid": 3.65000,
        "lowestAsk": 3.65000
    },
    {
        "product": {
            "technology": {
                "id": "Non-Nuclear",
                "name": "Any renewable",
                "description": "Any renewable",
                "isRenewable": true
            },
            "id": 4763,
            "name": "EECS 2023 Any renewable Any->EUR All",
            "currency": "EUR",
            "year": 2023,
            "quarter": 0,
            "month": 0,
            "origin": null,
            "isBucket": true
        },
        "id": 164354,
        "date": "2023-10-16T00:00:00+00:00",
        "open": null,
        "high": null,
        "low": null,
        "close": null,
        "prevClose": null,
        "technicalClose": 3.97500,
        "settlement": 3.92000,
        "lastPrice": 0.00000,
        "lastVolumeMwh": 0.00000,
        "numTrades": 0,
        "numInterests": 8,
        "techCloseSettlement": 3.92000,
        "highestBid": 3.90000,
        "lowestAsk": 4.05000
    }
]