[
{
"name": "Coal",
"date": "2022-01-01",
"price_usd_per_ton": 158.5
},
{
"name": "Coal",
"date": "2022-02-01",
"price_usd_per_ton": 188.38
}
]
Authorization header that should be filled with your Sectors Financial API
key.
Path Parameters
The name of the commodity to retrieve price data for (e.g., Coal (HBA 1)).
Query Parameters
Start year (e.g. 2022). Defaults to current year - 2.
End year inclusive (e.g. 2024). Defaults to current year.
Response
The response is a list of price records sorted by date in ascending order.
The name of the commodity.
The date of the price entry (YYYY-MM-DD).
The price of the commodity in USD per ton.