
Intuitive Machines, Inc. — Investor Relations & Filings
Intuitive Machines, Inc. is a space exploration and infrastructure company providing end-to-end solutions for lunar and cislunar missions. The company designs, manufactures, and operates robotic space systems, including its Nova-C class of lunar landers. As a key provider for NASA's Commercial Lunar Payload Services (CLPS) initiative, Intuitive Machines achieved the first commercial soft landing on the Moon in February 2024 with its IM-1 mission. Beyond payload delivery, the company is developing a lunar data and communications network to support a sustainable lunar economy and offers services such as in-space data transmission and Earth reentry capabilities for in-space manufacturing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q | 2026-05-14 | English | |
| 8-K | 2026-05-14 | English | |
| ARS - Intuitive Machines, Inc. (0001844452) (Filer) | 2026-04-24 | English | |
| DEF 14A - Intuitive Machines, Inc. (0001844452) (Filer) | 2026-04-24 | English | |
| S-3ASR - Intuitive Machines, Inc. (0001844452) (Filer) | 2026-04-01 | English | |
| 4 - Intuitive Machines, Inc. (0001844452) (Issuer) | 2026-03-26 | English |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46351825 | 10-Q | 2026-05-14 | English | ||
| 45981149 | 8-K | 2026-05-14 | English | ||
| 36127561 | ARS - Intuitive Machines, Inc. (0001844452) (Filer) | 2026-04-24 | English | ||
| 36127469 | DEF 14A - Intuitive Machines, Inc. (0001844452) (Filer) | 2026-04-24 | English | ||
| 33150231 | S-3ASR - Intuitive Machines, Inc. (0001844452) (Filer) | 2026-04-01 | English | ||
| 33052959 | 4 - Intuitive Machines, Inc. (0001844452) (Issuer) | 2026-03-26 | English | ||
| 32989647 | 10-K - Intuitive Machines, Inc. (0001844452) (Filer) | 2026-03-19 | English | ||
| 32985898 | 8-K - Intuitive Machines, Inc. (0001844452) (Filer) | 2026-03-19 | English | ||
| 32899707 | 8-K - INTUITIVE MACHINES, INC. (0001844452) (Filer) | 2026-02-27 | English | ||
| 32899708 | 8-K - INTUITIVE MACHINES, INC. (0001844452) (Filer) | 2026-02-25 | English | ||
| 32037103 | SCHEDULE 13G/A Filing | 2026-02-17 | English | ||
| 32037026 | SCHEDULE 13G/A Filing | 2026-02-17 | English | ||
| 32037172 | SCHEDULE 13G Filing | 2026-02-13 | English | ||
| 32037134 | 4 Filing | 2026-02-13 | English | ||
| 32037068 | 4 Filing | 2026-02-13 | English | ||
Market data
Market data not available
Price history
Peer group · Freight air transport
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Rocket Lab Corp
Provides launch services, spacecraft manufacturing, and sat…
|
RKLB | US | Transportation and storage |
Intuitive Machines, 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/32083/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32083 | 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=32083 | 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=32083 \ -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": 32083}, 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 Intuitive Machines, Inc. (id: 32083)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.