
Targa Resources Corp. — Investor Relations & Filings
Targa Resources Corp. is a leading provider of midstream services, owning, operating, and developing a diversified portfolio of complementary infrastructure assets. The company's operations are primarily organized into two segments: Gathering and Processing, and Logistics and Transportation. The Gathering and Processing segment's activities include gathering, compressing, treating, and processing natural gas. The Logistics and Transportation segment provides services for natural gas liquids (NGLs) and crude oil, including storing, fractionating, transporting, and terminaling.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-22 | English | |
| 10-Q - Targa Resources Corp. (0001389170) (Filer) | 2026-05-07 | English | |
| 8-K - Targa Resources Corp. (0001389170) (Filer) | 2026-05-07 | English | |
| ARS - Targa Resources Corp. (0001389170) (Filer) | 2026-03-26 | English | |
| 4 - TARGA RESOURCES CORP. (0001389170) (Filer) | 2026-03-03 | English | |
| 8-K - TARGA RESOURCES CORP. (0001389170) (Filer) | 2026-03-02 | English |
Browse filings by year
17 yearsMarket data
Market data not available
Price history
Peer group · Transport via pipeline
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Reliance Industrial Infrastructure
Provides pipeline transport, infrastructure maintenance, an…
|
RIIL | IN | Transportation and storage |
|
SOCIEDAD NACIONAL DE OLEODUCTOS S.A.
Pipeline operator with 65+ years experience transporting li…
|
— | CL | Transportation and storage |
|
South Bow Corp
Energy infrastructure firm operating a crude oil pipeline f…
|
SOBO | CA | Transportation and storage |
|
Summit Midstream Corp
Develops, owns, and operates midstream energy infrastructur…
|
SMC | US | Transportation and storage |
|
Tallgrass Energy Corp.
Operates extensive pipelines for crude oil and natural gas,…
|
TGE | CA | Transportation and storage |
|
Transneft
Operates the world's largest pipeline network for crude oil…
|
TRNF_p | RU | Transportation and storage |
|
Transportadora de Gas del Norte S.A.
Leading natural gas transporter, operating high-pressure pi…
|
— | AR | Transportation and storage |
|
Transportadora de Gas del Sur S.A.
Largest natural gas transporter in Latin America, NGL proce…
|
— | AR | Transportation and storage |
|
Western Midstream Partners, LP
Owns, operates, and develops midstream energy assets for oi…
|
WES | US | Transportation and storage |
Targa Resources Corp. 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/30099/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30099 | 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=30099 | 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=30099 \ -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": 30099}, 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 Targa Resources Corp. (id: 30099)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.