
INPEX CORPORATION — Investor Relations & Filings
INPEX CORPORATION is an energy development company engaged in the global research, exploration, development, production, and sales of oil and natural gas. The company manages a diverse portfolio of projects worldwide, focusing on providing a stable and efficient supply of energy resources. A key strategic priority is advancing initiatives toward a responsible energy transition, balancing conventional energy production with the development of future energy solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第16期第1四半期(令和3年1月1日-令和3年3月31日) | 2021-05-14 | Japanese | |
| 内部統制報告書-第15期(令和2年1月1日-令和2年12月31日) | 2021-03-26 | Japanese | |
| 確認書 | 2021-03-26 | Japanese | |
| 有価証券報告書-第15期(令和2年1月1日-令和2年12月31日) | 2021-03-26 | Japanese | |
| 四半期報告書-第15期第3四半期(令和2年7月1日-令和2年9月30日) | 2020-11-09 | Japanese | |
| 四半期報告書-第15期第2四半期(令和2年4月1日-令和2年6月30日) | 2020-08-11 | Japanese |
Browse filings by year
12 yearsMarket 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 |
INPEX CORPORATION 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/10901/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=10901 | 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=10901 | 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=10901 \ -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": 10901}, 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 INPEX CORPORATION (id: 10901)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.