Natural gas traders, energy analysts, LNG desk professionals, utility planners, industrial gas buyers, power generation schedulers, pipeline operations teams, commodity research desks, and macro researchers tracking the NYMEX Henry Hub benchmark. If you start your trading day asking "where is Henry Hub spot and what does the forward curve look like?", this workflow was built for you. Anyone who wants a hands-free, multi-timeframe view of the U.S. natural gas market delivered to Telegram without paying for a data subscription will find immediate value here.
Henry Hub is the pricing reference for virtually every natural gas contract traded in North America and a key driver of LNG export pricing globally. Keeping track of both the live spot price and the 12-month forward curve throughout the trading day normally requires a professional terminal or a paid commodity data API — neither of which is cheap. Bloomberg costs thousands per month. Refinitiv, CME DataMine, and similar platforms are priced for institutional desks. This workflow eliminates that cost entirely. It silently scrapes the public Henry Hub futures page on oilprice.com, extracts the live spot price plus the next 12 monthly forward contracts along with multi-timeframe price change data (5-day, 30-day, 90-day, 1-year, and YTD), formats everything into a clean tabular Telegram message, and delivers it on a configurable weekday schedule. You get institutional-grade forward curve visibility without spending a single rupee on a data feed.
This workflow has no API keys, no subscriptions, no metered usage, and zero ongoing maintenance requirements. It relies entirely on:
Compare this to competing data sources: premium natural gas data APIs and terminal subscriptions routinely run from 50 to several thousand dollars per month. This workflow costs exactly 0 dollars per month to run indefinitely. The only investment is the 8-minute one-time setup.
Setup takes around 8 to 10 minutes. You will need:
Complete step-by-step setup instructions, schedule customization guidance, and timezone adjustment tips are included as sticky notes directly on the workflow canvas. Import the workflow, read the yellow setup sticky note, and follow along. No guesswork required.
slice(0, 12) in the Message Builder node to include more or fewer contracts.The natural gas futures page on oilprice.com renders all spot and futures data server-side in the HTML, which means reliable parsing without needing a headless browser or JavaScript execution environment. The data structure includes historical price references embedded directly in the HTML as data attributes, making it possible to calculate multi-timeframe percentage changes without any external API calls. The page structure has been stable for years. If the site structure does change, the parser code inside the Data Extraction node is thoroughly commented and straightforward to adapt.
This workflow scrapes publicly available data from oilprice.com. Please be respectful in how frequently you run it. The default schedule of 6 runs per weekday is well within reasonable use. Avoid increasing this to minute-level frequency, as it is both unnecessary for most trading and analysis use cases and unfair to the source website.