Abaxx: Get Historical Data
Abaxx via Parse · Finance
Get historical settlement data for LNG futures contracts. Returns all contract months with OHLC prices, settlement, volume, and open interest for a given product and date. When no date is provided, returns data for the latest available trading date. Each product has up to ~24 contract months listed. Fields like open/high/low/close may be '-' when no trades occurred for that contract month. Extract historical settlement/market data for LNG futures contracts from Abaxx Exchange. Supports filtering by product code and date. Fulfilled by Parse from abaxx.exchange.
- abaxx
- abaxx-exchange
- finance
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/63b10a9b-9dc5-4e97-a63e-e689acb9bc33/get_historical_data
- Interface artifact
- sha256:fa0693be87f259e09d85781bec762b26aed5a56584f48f0ce4d98075f28fafb1
- Manifest digest
- sha256:f5db3ea29294adaa52ec9573e7870353de529844c331215b4e7b49f5fde9ab4e
Request fields
- date (string): Trading date in YYYY-MM-DD format. If omitted, returns the latest available date.
- product (string): Product code to filter by. Accepted values: GOM, NPA, CP1, RD1, GWM, EWM, UWM, FWM, NWM, SWM, GSM, NSS, LCS, LCR, LCB, GKS, SSP. If omitted, returns data for all products.: Allowed values: GOM, NPA, CP1, RD1, GWM, EWM, UWM, FWM, NWM, SWM, GSM, NSS, LCS, LCR, LCB, GKS, SSP
Example queries
- {"date":"2026-06-08","product":"GOM"}