
GENERAL DYNAMICS CORP — Investor Relations & Filings
General Dynamics is a global aerospace and defense company. Its portfolio is organized into four business groups: Aerospace, Marine Systems, Combat Systems, and Technologies. The Aerospace group produces Gulfstream business jets. The Marine Systems division designs and constructs nuclear-powered submarines and other naval ships. The Combat Systems group manufactures a range of land and expeditionary combat vehicles, including tanks and armored vehicles, as well as armaments and munitions. The Technologies segment provides secure communications and command and control systems, along with mission-critical IT solutions and services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - GENERAL DYNAMICS CORP (0000040533) (Filer) | 2026-04-29 | English | |
| 8-K - GENERAL DYNAMICS CORP (0000040533) (Filer) | 2026-04-29 | English | |
| ARS - GENERAL DYNAMICS CORP (0000040533) (Filer) | 2026-03-27 | English | |
| DEFA14A - GENERAL DYNAMICS CORP (0000040533) (Filer) | 2026-03-27 | English | |
| 4 - GENERAL DYNAMICS CORP (0000040533) (Issuer) | 2026-03-19 | English | |
| 4 - GENERAL DYNAMICS CORP (0000040533) (Issuer) | 2026-03-19 | English |
Market data
Market data not available
Price history
Peer group · Manufacture of military fighting vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Armeyski Holding AD
Holding company engaged in the acquisition, appraisal, and …
|
ARMH | BG | Manufacturing |
|
BAE Systems PLC
Provides advanced, technology-led defence, aerospace, and s…
|
BAESY | GB | Manufacturing |
|
CSG N.V.
Global technology group specializing in advanced defense an…
|
CSG | NL | Manufacturing |
|
Inner Mongolia First Machinery GroupCo.,Ltd.
Manufacturer of armored vehicles, heavy-duty trucks, and ra…
|
600967 | CN | Manufacturing |
|
KATMERCİLER ARAÇ ÜSTÜ EKİPMAN SANAYİ VE TİCARET A.Ş.
Manufacturer of on-vehicle equipment and armored land vehic…
|
KATMR | TR | Manufacturing |
|
LIG Nex1 Co., Ltd.
Develops and manufactures advanced weapon systems for land,…
|
079550 | KR | Manufacturing |
|
North Long Dragon New Materials Tech Co., Ltd.
Develops non-metallic composite materials for military vehi…
|
301357 | CN | Manufacturing |
|
Tech Robotics Spolka Akcyjna
Provider of unmanned ground vehicle technologies for milita…
|
NGD | PL | Manufacturing |
GENERAL DYNAMICS 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/29892/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=29892 | 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=29892 | 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=29892 \ -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": 29892}, 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 GENERAL DYNAMICS CORP (id: 29892)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.