
Cheniere Energy Partners, L.P. — Investor Relations & Filings
Cheniere Energy Partners, L.P. is a limited partnership that owns and operates liquefied natural gas (LNG) infrastructure. The company's primary asset is the Sabine Pass LNG terminal in Cameron Parish, Louisiana. This facility consists of six natural gas liquefaction Trains with a total production capacity of approximately 30 million tonnes per annum (mtpa) of LNG. The terminal also includes operational regasification facilities, which feature five LNG storage tanks, vaporizers, and three marine berths. As a full-service LNG provider, the company purchases natural gas, processes it into LNG, and delivers it to a global customer base of integrated energy companies, utilities, and energy trading firms. Cheniere Partners also owns the Creole Trail Pipeline, which connects the Sabine Pass terminal to several interstate pipelines.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-28 | English | |
| 8-K | 2026-05-27 | English | |
| 8-K - Cheniere Energy Partners, L.P. (0001383650) (Filer) | 2026-05-07 | English | |
| 8-K - Cheniere Energy Partners, L.P. (0001383650) (Filer) | 2026-04-28 | English | |
| 8-K - Cheniere Energy Partners, L.P. (0001383650) (Filer) | 2026-04-06 | English | |
| 8-K - CHENIERE ENERGY PARTNERS, L.P. (0001383650) (Filer) | 2026-02-26 | English |
Browse filings by year
21 years- 2026 9 filings
- 2025 23 filings
- 2024 40 filings
- 2023 38 filings
- 2022 34 filings
- 2021 50 filings
- 2020 57 filings
- 2019 32 filings
- 2018 36 filings
- 2017 56 filings
- 2016 46 filings
- 2015 47 filings
- 2014 49 filings
- 2013 67 filings
- 2012 75 filings
- 2011 55 filings
- 2010 37 filings
- 2009 31 filings
- 2008 52 filings
- 2007 60 filings
- 2006 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 47860269 | 8-K | 2026-05-28 | English | ||
| 47518355 | 8-K | 2026-05-27 | English | ||
| 42859655 | 8-K - Cheniere Energy Partners, L.P. (0001383650) (Filer) | 2026-05-07 | English | ||
| 37993082 | 8-K - Cheniere Energy Partners, L.P. (0001383650) (Filer) | 2026-04-28 | English | ||
| 33599676 | 8-K - Cheniere Energy Partners, L.P. (0001383650) (Filer) | 2026-04-06 | English | ||
| 32890968 | 8-K - CHENIERE ENERGY PARTNERS, L.P. (0001383650) (Filer) | 2026-02-26 | English | ||
| 32890969 | 10-K - CHENIERE ENERGY PARTNERS, L.P. (0001383650) (Filer) | 2026-02-25 | English | ||
| 29262745 | 8-K Filing | 2026-01-28 | English | ||
| 29262727 | 424B3 Filing | 2026-01-26 | English | ||
|
2025
6 filings
| |||||
| 12079214 | FORM 4 | 2025-12-09 | English | ||
| 12079215 | S-4 | 2025-11-20 | English | ||
| 12079218 | 8-K | 2025-10-30 | English | ||
| 12079217 | 10-Q | 2025-10-29 | English | ||
| 12079216 | 8-K | 2025-10-28 | English | ||
| 12079219 | SD | 2025-09-29 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of gas; distribution of gaseous fuels through mains
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
GTG
Supplies piped natural gas and infrastructure to over 400,0…
|
9908 | TW | Electricity, gas, steam and air… |
|
Guizhou Gas Group Corporation Ltd.
Specializes in natural gas transmission, distribution, and …
|
600903 | CN | Electricity, gas, steam and air… |
|
Gujarat Gas Limited
Distributes PNG and CNG to residential, industrial, and aut…
|
GUJGASLTD | IN | Electricity, gas, steam and air… |
|
Gujarat State Petronet Ltd.
Operates high-pressure natural gas transmission pipelines f…
|
GSPL | IN | Electricity, gas, steam and air… |
|
H2APEX Group SCA
System integrator and project developer of turnkey green hy…
|
H2A | LU | Electricity, gas, steam and air… |
|
H2G GREEN LIMITED
Provides eco-friendly LNG and hydrogen solutions, spearhead…
|
5AI | SG | Electricity, gas, steam and air… |
|
Henan Lantian Gas Co.,Ltd.
Operates natural gas transmission pipelines and urban distr…
|
605368 | CN | Electricity, gas, steam and air… |
|
HIROSHIMA GAS CO.,LTD.
Energy provider supplying city gas, LPG, and electricity in…
|
9535 | JP | Electricity, gas, steam and air… |
|
HOKKAIDO GAS CO., LTD.
An integrated energy company supplying gas, LNG, electricit…
|
9534 | JP | Electricity, gas, steam and air… |
|
HOKURIKU GAS CO.,LTD.
Gas utility that manufactures, supplies, and sells city gas…
|
9537 | JP | Electricity, gas, steam and air… |
Cheniere Energy Partners, L.P. 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/30200/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30200 | 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=30200 | 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=30200 \ -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": 30200}, 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 Partners, L.P. (id: 30200)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.