
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 |
|---|---|---|---|
|
SAMCHULLY CO.,LTD
An energy utility company generating and supplying natural …
|
004690 | KR | Electricity, gas, steam and air… |
|
SAVANNAH ENERGY PLC
African-focused energy company with hydrocarbon, midstream,…
|
SAVE | GB | Electricity, gas, steam and air… |
|
SEMPRA
A North American energy infrastructure company delivering e…
|
SRE | US | Electricity, gas, steam and air… |
|
SENTON ENERGY CO.,LTD.
Produces and distributes LNG and CNG through an integrated …
|
001331 | CN | Electricity, gas, steam and air… |
|
SEOUL CITY GAS CO.,LTD
An energy company that imports, distributes, and supplies n…
|
017390 | KR | Electricity, gas, steam and air… |
|
S.H.
Distributes natural gas and provides pipeline installation …
|
9926 | TW | Electricity, gas, steam and air… |
|
Shaanxi Meineng Clean Energy Corp.,Ltd.
Invests in and operates urban natural gas pipeline networks…
|
001299 | CN | Electricity, gas, steam and air… |
|
ShaanXi Provincial Natural Gas Co.,Ltd.
Manages midstream natural gas pipeline networks for transmi…
|
002267 | CN | Electricity, gas, steam and air… |
|
SHANDONG SHENGLI CO., LTD.
Provides natural gas distribution services and manufactures…
|
000407 | CN | Electricity, gas, steam and air… |
|
Shanghai Dazhong Public Utilities(Group)Co.,Ltd.
Provides natural gas, wastewater treatment, transportation,…
|
600635 | CN | 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.