Skip to content

DES Hub Netbacks

Access Subscription Required

Contact us to discuss our Premium plans at commercial@sparkcommodities.com

Looking to pull our Regas Cost Data?

Visit our Python Code Examples section to download our Access DES Hub Netbacks code sample, the quickest way to start pulling DES Hub Netbacks data.

Access regasification costs are released at 00:00 GMT.

List DES Hub Netbacks

/beta/access/des-hub-netbacks/

All our DES Hub Netbacks historical data can be accessed through this single endpoint, either in JSON or CSV format.

Parameters This endpoint has one required parameters and three optional parameters:

  • unit
    • Required parameter
    • Define what units the retrieved data is in usd-per-mmbtu or eur-per-mwh
  • terminal
    • Optional parameter
    • Input a terminal code (e.g. dunkerque) to retrieve the historical data specifically for that terminal
    • The full list of Terminal codes can be found in the metaData field of any successful DES Hub Netback JSON response, along with their corresponding UUIDs.
  • limit
    • Optional parameter
    • integer value to set an upper limit on the number of price releases returned by the endpoint.
    • E.g. limit=10 gives you the last 10 price releases
    • Default is 30. Maximum value is 30.
  • offset
    • Optional parameter
    • Integer value to set from where to start returning data.
    • E.g. “limit=2, offset=2” provides two days worth of historical prices, from 2 days before current release onwards.
    • Default is None.

A full breakdown of the terminal regas costs, as can be seen on the platform, is also included in the JSON output.

Unlimited access to historical data is only available to those with a premium subscription. Gas in Kind, Commodity Charge and Entry Capacity regas cost components are only available for Premium users. Get in touch to find out more.

Need to see an example output?

Checkout our API Data Explorer Tool to get an overview of the API format and to quickly select important elements of the output.