
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 |
|---|---|---|---|
|
Foran Energy Group Co.,Ltd.
Provides natural gas distribution, pipeline services and in…
|
002911 | CN | Electricity, gas, steam and air… |
|
Gagan Gases Ltd.
Specializes in LPG bottling and distribution for domestic a…
|
524624 | IN | Electricity, gas, steam and air… |
|
GAIL (India) Limited
An integrated energy company focused on the natural gas val…
|
GAIL | IN | Electricity, gas, steam and air… |
|
GAS MALAYSIA BERHAD
Sells, markets, and distributes natural gas, LPG, and biome…
|
— | MY | Electricity, gas, steam and air… |
|
Gas Management Income Fund
Invests in natural gas processing, storage, and transportat…
|
— | CA | Electricity, gas, steam and air… |
|
Gazprom gazorasp. Rostov ao
A regional gas distribution operator providing gas transpor…
|
RTGZ | RU | Electricity, gas, steam and air… |
|
Global Hydrogen Spolka Akcyjna
Develops and commercializes solutions for the green hydroge…
|
GHY | PL | Electricity, gas, steam and air… |
|
Global Strategic Group Limited
Supplies and distributes natural gas, invests in infrastruc…
|
8007 | HK | Electricity, gas, steam and air… |
|
Greenlane Renewables Inc.
Transforms raw biogas into high-quality, grid-ready Renewab…
|
GRN | CA | Electricity, gas, steam and air… |
|
GSE Co., Ltd.
Provides city gas services, distributing LNG, LPG, and CNG …
|
053050 | KR | 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.