Appearance
Intraday End Of Day 
The Intraday EoD endpoint allows you to pull Spark's End-of-Day JKM-TTF curves from the Intraday platform. These prices are published daily at 4:30pm UKT.
Looking to pull Intraday EoD data?
Visit our Python Code Examples section to download our Intraday EoD code samples, the quickest way to start pulling EoD data.
Intraday API or EoD Subscription Required
Contact us to discuss our Premium plans at commercial@sparkcommodities.com
Contracts 
/beta/intraday/contracts/eod/
Call this endpoint to retrieve market closing prices published at the end of each business day at 4:30pm GMT.
Parameters 
contract- Required parameter
 jkm-ttf- Define which dataset you would like to call
 
unit- Required parameter
 usd-per-mmbtu- Define what units the retrieved data is in
 
start- Required parameter
 - Format in 
yyyy-mm-dd - Define what date you'd like the data to start at
 
end- Required parameter
 - Format in 
yyyy-mm-dd - Define what date you'd like the data to stop at
 
latest_onlytrueorfalse- set to 
trueif you'd only like to retrieve the latest forward curve. - if 
latest_onlyis set totrue, thestartandendparameters should not be specified in the API call. 
Prices are retrieved in JSON and CSV format, and all available tenor lengths are included in (months, quarters, seasons & cals).
This endpoint is also available on trial limited to the last two weeks of data.