Appearance
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.
/v1.0/netbacks/arb-breakevens/
The FOB port UUID and available via-points you wish to call arb breakevens data for can be retrieved using the Netback Reference Data endpoint (see Netbacks Reference Data).
Parameters
The endpoint is split up into .../freight/
and .../jkm-ttf/
, allowing you to specify which breakevens data, and related arb data, to call.
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
Example URL: /v1.0/netbacks/arb-breakevens/jkm-ttf/?fob-port=003dec0a-ce8f-41db-8c24-4d7ef6addf70&via-point=cogh&start=2021-07-28&end=2025-07-30
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.