
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 |
|---|---|---|---|
|
ENERYA ENERJİ A.Ş.
Energy utility distributing natural gas, trading electricit…
|
ENERY | TR | Electricity, gas, steam and air… |
|
ENN Energy Holdings Limited
Major clean energy distributor and integrated service provi…
|
2688 | KY | Electricity, gas, steam and air… |
|
ENN Natural Gas Co., Ltd.
Integrated energy provider managing the natural gas value c…
|
600803 | CN | Electricity, gas, steam and air… |
|
EQTEC PLC
Specializes in advanced gasification solutions for converti…
|
EQT | IE | Electricity, gas, steam and air… |
|
Equinor
Energy company in oil, gas, and renewables, developing low-…
|
EQNR | NO | Electricity, gas, steam and air… |
|
Esentia Energy Development, S.A.B. de C.V.
Develops and operates midstream natural gas infrastructure …
|
ESENTIA | MX | Electricity, gas, steam and air… |
|
Everfuel
Produces, distributes, and supplies green hydrogen for mobi…
|
EFUEL | DK | Electricity, gas, steam and air… |
|
EverGen Infrastructure Corp.
Converts organic waste streams into sustainable energy solu…
|
EVGN | CA | Electricity, gas, steam and air… |
|
Excelerate Energy, Inc.
Provider of integrated LNG solutions and flexible floating …
|
EE | US | Electricity, gas, steam and air… |
|
Fluxys Belgium SA
Operates gas transmission, storage, and LNG infrastructure …
|
FLUX | BE | 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.