
EQT Corp — Investor Relations & Filings
EQT Corporation is a natural gas production company with operations centered in the Appalachian Basin. As a large-scale, vertically integrated producer, its activities span hydrocarbon exploration, production, gathering, and transmission. The company produces and sells natural gas and natural gas liquids (NGLs) to marketers and other customers. EQT's business model covers the value chain from the wellhead to market access. The company emphasizes responsible production practices and has stated it has achieved Net Zero on a Scope 1 and Scope 2 greenhouse gas emissions basis.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM 8-K | 2019-09-12 | English | |
| PRIMARY DOCUMENT | 2019-09-06 | English | |
| FORM 8-K | 2019-08-29 | English | |
| PRIMARY DOCUMENT | 2019-08-12 | English | |
| PRIMARY DOCUMENT | 2019-08-12 | English | |
| FORM 8-K | 2019-08-07 | English |
Browse filings by year
27 years- 2026 39 filings
- 2025 123 filings
- 2024 150 filings
- 2023 96 filings
- 2022 94 filings
- 2021 79 filings
- 2020 96 filings
- 2019 204 filings
- 2018 131 filings
- 2017 153 filings
- 2016 75 filings
- 2015 75 filings
- 2014 68 filings
- 2013 69 filings
- 2012 75 filings
- 2011 75 filings
- 2010 85 filings
- 2009 68 filings
- 2008 115 filings
- 2007 88 filings
- 2006 71 filings
- 2005 57 filings
- 2004 77 filings
- 2003 69 filings
- 2002 16 filings
- 2001 19 filings
- 2000 26 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 8434803 | FORM 8-K | 2019-09-12 | English | ||
| 8434804 | PRIMARY DOCUMENT | 2019-09-06 | English | ||
| 8434805 | FORM 8-K | 2019-08-29 | English | ||
| 8434806 | PRIMARY DOCUMENT | 2019-08-12 | English | ||
| 8434807 | PRIMARY DOCUMENT | 2019-08-12 | English | ||
| 8434808 | FORM 8-K | 2019-08-07 | English | ||
| 8434809 | PRIMARY DOCUMENT | 2019-07-31 | English | ||
| 8434810 | PRIMARY DOCUMENT | 2019-07-31 | English | ||
| 8434811 | 10-Q | 2019-07-25 | English | ||
| 8434812 | 8-K | 2019-07-25 | English | ||
| 8434813 | PRIMARY DOCUMENT | 2019-07-24 | English | ||
| 8434814 | PRIMARY DOCUMENT | 2019-07-24 | English | ||
| 8434815 | PRIMARY DOCUMENT | 2019-07-24 | English | ||
| 8434816 | PRIMARY DOCUMENT | 2019-07-24 | English | ||
| 8434817 | PRIMARY DOCUMENT | 2019-07-24 | English | ||
Market data
Market data not available
Price history
Peer group · Extraction of natural gas
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D ENERGI LIMITED
Explores offshore hydrocarbon assets using advanced geophys…
|
TDO | AU | Mining and quarrying |
|
Advantage Energy Ltd.
Growth-oriented producer of natural gas and liquids focused…
|
AAV | CA | Mining and quarrying |
|
Advent Energy Capital Inc.
Manages oil and gas exploration assets and develops advance…
|
— | CA | Mining and quarrying |
|
Africa Energy Corp.
Oil and gas exploration focused on identifying and developi…
|
AFE | CA | Mining and quarrying |
|
AleAnna, Inc.
Natural gas exploration and production company focused on r…
|
ANNA | US | Mining and quarrying |
|
Altai Resources Inc.
Explores and develops diversified properties including oil,…
|
ATI | CA | Mining and quarrying |
|
Altura Energy Corporation
US exploration and production of high-grade, low-cost "Gree…
|
ALTU | CA | Mining and quarrying |
|
Alvopetro Energy Ltd.
Developing natural gas and oil resources in the onshore Rec…
|
ALV | CA | Mining and quarrying |
|
ANGUS ENERGY PLC
An independent onshore energy company developing and operat…
|
ANGS | GB | Mining and quarrying |
|
ANTERO RESOURCES Corp
Explores and produces natural gas, NGLs, and oil in the App…
|
AR | US | Mining and quarrying |
EQT 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/30112/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30112 | 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=30112 | 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=30112 \ -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": 30112}, 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 EQT Corp (id: 30112)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.