NY Harbor Heating Oil Spot Price was last reported at 5.163 USD/Gal as of September 15, 2026. That is up 5.30% from the prior reading of 4.903 USD/Gal. This indicator is reported Daily, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (USD/Gal) |
|---|---|
| Sep 15, 2026 | 5.163 |
| Sep 14, 2026 | 4.903 |
| Sep 11, 2026 | 4.910 |
| Sep 10, 2026 | 5.032 |
| Sep 9, 2026 | 4.725 |
| Sep 8, 2026 | 4.539 |
| Sep 4, 2026 | 4.454 |
| Sep 3, 2026 | 4.497 |
| Sep 2, 2026 | 4.571 |
| Sep 1, 2026 | 4.629 |
| Date | Value (USD/Gal) |
|---|---|
| Aug 31, 2026 | 4.391 |
| Aug 28, 2026 | 4.251 |
| Aug 27, 2026 | 4.173 |
| Aug 26, 2026 | 4.131 |
| Aug 25, 2026 | 4.089 |
| Aug 24, 2026 | 4.170 |
| Aug 21, 2026 | 4.376 |
| Aug 20, 2026 | 4.388 |
| Aug 19, 2026 | 4.342 |
| Aug 18, 2026 | 4.370 |
Pull the full history of NY Harbor Heating Oil Spot Price into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=CMDHEATOILNYH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDHEATOILNYH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDHEATOILNYH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();