
Cheniere Energy, Inc. — Investor Relations & Filings
Cheniere Energy, Inc. is an international energy company and a full-service provider of liquefied natural gas (LNG). The company's business model involves purchasing natural gas from the North American market, processing it into LNG at its liquefaction facilities, and delivering it to a global customer base. As the largest producer and exporter of LNG in the United States and the second-largest LNG operator globally, Cheniere owns and operates multiple liquefaction trains. Since commencing export operations in 2016, the company has delivered thousands of cargoes to dozens of markets and regions worldwide, positioning itself as a key supplier in the global energy market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-27 | English | |
| 8-K | 2026-05-15 | English | |
| 8-K - Cheniere Energy, Inc. (0000003570) (Filer) | 2026-05-07 | English | |
| 10-Q | 2026-05-06 | English | |
| Major Shareholding Notification 2026 | 2026-04-28 | English | |
| 8-K - Cheniere Energy, Inc. (0000003570) (Filer) | 2026-04-28 | English |
Browse filings by year
31 years- 2026 31 filings
- 2025 52 filings
- 2024 74 filings
- 2023 62 filings
- 2022 68 filings
- 2021 75 filings
- 2020 78 filings
- 2019 66 filings
- 2018 122 filings
- 2017 102 filings
- 2016 129 filings
- 2015 168 filings
- 2014 181 filings
- 2013 195 filings
- 2012 140 filings
- 2011 122 filings
- 2010 83 filings
- 2009 97 filings
- 2008 130 filings
- 2007 125 filings
- 2006 88 filings
- 2005 98 filings
- 2004 104 filings
- 2003 42 filings
- 2002 17 filings
- 2001 18 filings
- 2000 24 filings
- 1999 15 filings
- 1998 15 filings
- 1997 31 filings
- 1996 13 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47538282 | 8-K | 2026-05-27 | English | ||
| 46361446 | 8-K | 2026-05-15 | English | ||
| 42859488 | 8-K - Cheniere Energy, Inc. (0000003570) (Filer) | 2026-05-07 | English | ||
| 45811653 | 10-Q | 2026-05-06 | English | ||
| 45811655 | Major Shareholding Notification 2026 | 2026-04-28 | English | ||
| 37993083 | 8-K - Cheniere Energy, Inc. (0000003570) (Filer) | 2026-04-28 | English | ||
| 33707275 | ARS - Cheniere Energy, Inc. (0000003570) (Filer) | 2026-04-07 | English | ||
| 33707053 | DEF 14A - Cheniere Energy, Inc. (0000003570) (Filer) | 2026-04-07 | English | ||
| 33599684 | 8-K - Cheniere Energy, Inc. (0000003570) (Filer) | 2026-04-06 | English | ||
| 33050175 | SCHEDULE 13G/A - Cheniere Energy, Inc. (0000003570) (Subject) | 2026-03-26 | English | ||
| 45811703 | 8-K | 2026-03-19 | English | ||
| 45811759 | 8-K | 2026-03-06 | English | ||
| 45811770 | Major Shareholding Notification 2026 | 2026-03-05 | English | ||
| 32874374 | 4 Filing | 2026-03-03 | English | ||
| 32871280 | 8-K Filing | 2026-02-26 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of gas; distribution of gaseous fuels through mains
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Centra Gas Ontario Inc.
Owns and operates natural gas distribution facilities and p…
|
— | CA | Electricity, gas, steam and air… |
|
CF Energy Corp.
Integrated energy provider primarily engaged in natural gas…
|
CFY | CA | Electricity, gas, steam and air… |
|
CHANGCHUN GAS CO.,LTD.
Produces and distributes natural gas and coal gas through u…
|
600333 | CN | Electricity, gas, steam and air… |
|
Chengdu Gas Group Corporation Ltd.
Distributes natural gas and manages urban pipeline infrastr…
|
603053 | CN | Electricity, gas, steam and air… |
|
Cheniere Energy Partners, L.P.
Owns and operates liquefied natural gas (LNG) infrastructur…
|
CQP | US | Electricity, gas, steam and air… |
|
CHESAPEAKE UTILITIES CORP
A diversified energy delivery company distributing natural …
|
CPK | US | Electricity, gas, steam and air… |
|
CHINA ENERGY RESERVE AND CHEMICALS GROUP INTERNATIONAL HOLDING LIMITED
Engaged in energy development, fuel wholesale, infrastructu…
|
61WB | SG | Electricity, gas, steam and air… |
|
China Gas Holdings Limited
Comprehensive gas operator managing pipeline infrastructure…
|
384 | BM | Electricity, gas, steam and air… |
|
China Gas Industry Investment Holdings Co. Ltd.
Supplies and distributes liquefied industrial gases to offs…
|
1940 | HK | Electricity, gas, steam and air… |
|
China HK Power Smart Energy Group Limited
Comprehensive provider of integrated natural gas services, …
|
931 | HK | Electricity, gas, steam and air… |
Cheniere Energy, Inc. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/30007/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30007 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=30007 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=30007 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 30007}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for Cheniere Energy, Inc. (id: 30007)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.