
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 |
|---|---|---|---|
|
CHINA OIL AND GAS GROUP LIMITED
Engaged in natural gas and energy businesses: piped city ga…
|
48OB | SG | Electricity, gas, steam and air… |
|
China Primary Energy Holdings Limited
Operates natural gas transmission and distribution, heat sa…
|
8117 | HK | Electricity, gas, steam and air… |
|
China Resources Gas Group Limited
Major integrated energy service provider, city gas distribu…
|
1193 | BM | Electricity, gas, steam and air… |
|
Chinese People Holdings Company Limited
Focuses on the sale, distribution, and supply of natural ga…
|
681 | BM | Electricity, gas, steam and air… |
|
Chongqing Gas Group Corporation Ltd.
Operates urban gas infrastructure, providing natural gas di…
|
600917 | CN | Electricity, gas, steam and air… |
|
CIA. DISTRIB. DE GÁS DO RIO DE JANEIRO
Distributes piped natural gas to residential, commercial, a…
|
— | BR | Electricity, gas, steam and air… |
|
Clean Energy Fuels Corp.
Provider of renewable natural gas from organic waste for tr…
|
CLNE | US | Electricity, gas, steam and air… |
|
COMPANHIA DE GÁS DE SÃO PAULO - COMGÁS
Operates a 16,000 km natural gas distribution network servi…
|
— | BR | Electricity, gas, steam and air… |
|
COMPASS GÁS E ENERGIA S.A.
Integrated energy company focused on the natural gas value …
|
— | BR | Electricity, gas, steam and air… |
|
Confidence Petroleum India Limited
Integrated LPG company specializing in cylinder manufacturi…
|
CONFIPET | IN | 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.