Skip to content

Gas Transit

The Gas Transit endpoints allow you to pull Spark's gas transit cost data across European routes, including entry, exit and interconnection capacity and variable costs for firm and interruptible products at annual, quarterly, monthly and daily granularity.

Looking to pull Gas Transit data?

Visit our Python Code Examples section to download our code samples, the quickest way to start pulling Gas Transit data.

Gas Transit API Subscription Required

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

Reference Data

/beta/gas/transit/reference-data/

The Gas Transit Reference Data endpoint returns the list of available transit routes, each defined by an origin and a destination.

  • Origin
  • Destination

Costs

/beta/gas/transit/costs/

Call this endpoint to retrieve gas transit cost data. The response breaks down the cost of moving gas along a route into entry, exit and interconnection (IC) capacity and variable components, along with the totals and the overall total transit cost.

Parameters

  • unit (required)
    • The unit for cost values in the response.
    • Available values: eur-per-mwh, usd-per-mmbtu
  • origin (optional)
    • Filter results by route origin.
    • See the Reference Data endpoint for available values.
  • destination (optional)
    • Filter results by route destination.
    • See the Reference Data endpoint for available values.
  • type (optional)
    • The transit capacity type.
    • Available values: firm, interruptible
  • product (optional)
    • The product granularity.
    • Available values: annual, quarterly, monthly, daily
  • start (optional)
    • Start date for the data range.
    • Format: yyyy-mm-dd
  • end (optional)
    • End date for the data range.
    • Format: yyyy-mm-dd
  • limit (optional)
    • Integer value to set an upper limit on the number of release dates returned.
  • offset (optional)
    • Integer value to set from where to start returning data.
    • limit must be greater than offset when both are provided.

Data can be retrieved in JSON or CSV format, although metadata is only available in the JSON response.