Skip to content

Netbacks - Arb Breakevens

Cargo Subscription Required

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

Looking to pull our Netbacks Data?

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

Code Sample 🚀

For a step-by-step Python (Jupyter Notebook) example of accessing and formatting the Spark API historical price data, please visit our Github page.

List Freight Netback Arb Breakevens

/v1.0/netbacks/arb-breakevens/freight/

All our Freight Netback Arb Breakevens historical data can be accessed through this endpoint, either in JSON or CSV format.

This endpoint contains loading dates and cargo delivery dates with freight breakeven data.

Parameters

The endpoint then takes 4 parameters:

  • fob-port
    • Required Parameter
    • E.g. fob-port={fob-port-id}
  • via-point
    • Required Parameter
    • Define which via point is used for the NEA or NWE netback.
    • e.g. via-point=panama
  • start
    • Optional Parameter
    • The date you want the historical data to start from.
    • Format in yyyy-mm-dd
  • end
    • Optional Parameter
    • The date you want the historical data to end at (inclusive).
    • Format in yyyy-mm-dd

Prices are retrieved in JSON and CSV format. Metadata is only available in the JSON format. If start and end parameters are not defined, the endpoint defaults to retrieving all available historical data.

Users with a trial plan can only fetch two last weeks of data. Unlimited access to historical data is only available to those with a premium subscription. Get in touch to find out more.

List Jkm Ttf Netback Arb Breakevens

/v1.0/netbacks/arb-breakevens/jkm-ttf/

All our JKM-TTF Netback Arb Breakevens historical data can be accessed through this endpoint, either in JSON or CSV format.

This endpoint contains loading dates and cargo delivery dates with JKM/TTF price data.

Parameters

The endpoint then takes 4 parameters:

  • fob-port
    • Required Parameter
    • E.g. fob-port={fob-port-id}
  • via-point
    • Required Parameter
    • Define which via point is used for the NEA or NWE netback.
    • e.g. via-point=panama
  • start
    • Optional Parameter
    • The date you want the historical data to start from.
    • Format in yyyy-mm-dd
  • end
    • Optional Parameter
    • The date you want the historical data to end at (inclusive).
    • Format in yyyy-mm-dd

Prices are retrieved in JSON and CSV format. Metadata is only available in the JSON format. If start and end parameters are not defined, the endpoint defaults to retrieving all available historical data.

Users with a trial plan can only fetch two last weeks of data. Unlimited access to historical data is only available to those with a premium subscription. Get in touch to find out more.