Federal Contractor

HAMILTON SUNDSTRAND CORPORATION Federal Contract Obligations (Last Year)

Federal procurement profile for HAMILTON SUNDSTRAND CORPORATION (CAGE 73030, UEI JC42EBJ5NFJ1) covering obligations, award volume, agency mix, and NAICS concentration in the last full year.

In the last full year, HAMILTON SUNDSTRAND CORPORATION received $177,954,401.86 across 3,405 award actions, for an average action value of $52,262.67. Most obligations came from the Defense Logistics Agency, the Department of the Navy, and the Department of the Air Force, with spending concentrated in aircraft parts and auxiliary equipment manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Totals, counts, and industry and agency splits reflect the provided analysis window and may include award actions with zero obligated value.

CAGE Code
73030
UEI
JC42EBJ5NFJ1
Total Obligated
177.95 million
177,954,401.86
Award Actions
3,405
Average Action Value
52,262.67

About HAMILTON SUNDSTRAND CORPORATION federal contract activity

HAMILTON SUNDSTRAND CORPORATION (CAGE 73030, UEI JC42EBJ5NFJ1) received 3,405 FPDS-observed awards totaling $177.95 million in the last full year, for an average award value of $52,262.67. The profile indicates a high-volume, low-to-moderate dollar award pattern consistent with recurring federal supply and support activity.

Agency mix and customer concentration

Obligations were concentrated in defense and maritime buyers. The Defense Logistics Agency led with $78.58 million across 2,853 awards, followed by the Department of the Navy with $53.25 million across 446 awards and the Department of the Air Force with $37.92 million across 55 awards; the U.S. Coast Guard added $8.79 million across 24 awards, while NASA recorded one award with no obligated dollars.

Industry profile based on NAICS activity

The work mix is dominated by aerospace and machinery manufacturing categories. NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, accounted for $104.13 million and 1,830 awards, while NAICS 333999, All Other Miscellaneous General Purpose Machinery Manufacturing, contributed $42.21 million and 1,152 awards; smaller but material activity appeared in R&D (541715) and electronic component manufacturing (334412).

Annual contract trend over the analysis window

The annual trend provided for 2025 shows $177.95 million in obligated value across 3,405 awards, with no additional years available in the analysis window. Because only one year is present, this dataset supports a point-in-time view rather than a year-over-year trend assessment.

How to interpret this page

This summary is based on FPDS Query-observed obligations for the last full year and groups activity by awarding agency and NAICS code as provided in the source data. Award counts and obligation totals are reported as supplied; percentages and growth rates are not calculated because only one annual period was provided.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '73030'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
97AS DEFENSE LOGISTICS AGENCY 78,575,658.14 78.58 million 2,853
1700 DEPT OF THE NAVY 53,253,416.41 53.25 million 446
5700 DEPT OF THE AIR FORCE 37,916,611.52 37.92 million 55
7008 U.S. COAST GUARD 8,788,259.13 8.79 million 24
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 0.00 0.00 1
2100 DEPT OF THE ARMY -43,352.35 -43.35 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -536,190.99 -536.19 thousand 24

Insight

HAMILTON SUNDSTRAND CORPORATION’s last full-year obligations are concentrated in defense agencies, led by the Defense Logistics Agency at $78.58 million across 2,853 awards, or roughly 44% of total obligated dollars. The Department of the Navy and Department of the Air Force are the next largest buyers at $53.25 million and $37.92 million, respectively, indicating that three defense accounts account for the large majority of vendor activity in this period. Outside the defense portfolio, obligations are comparatively limited, with the U.S. Coast Guard at $8.79 million and NASA at zero obligated dollars on one award, while the Army and DCMA record small negative totals consistent with deobligations or adjustments.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '73030'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 104,134,694.01 104.13 million 1,830
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 42,208,969.25 42.21 million 1,152
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 8,769,590.00 8.77 million 6
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 4,443,659.00 4.44 million 48
332216 SAW BLADE AND HANDTOOL MANUFACTURING 4,288,977.00 4.29 million 1
541330 ENGINEERING SERVICES 3,906,155.64 3.91 million 55
333998 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 2,728,038.00 2.73 million 5
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 2,537,992.34 2.54 million 43
332510 HARDWARE MANUFACTURING 1,449,904.36 1.45 million 160
332919 OTHER METAL VALVE AND PIPE FITTING MANUFACTURING 909,745.06 909.75 thousand 5

Insight

HAMILTON SUNDSTRAND CORPORATION’s obligations over the last full year are concentrated in aircraft-related manufacturing NAICS, led by 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, with $104.13 million across 1,830 awards, or about 58.5% of total obligated dollars. The second-largest NAICS, 333999, accounts for $42.21 million across 1,152 awards, bringing the top two categories to roughly 82.1% of total obligated value. Remaining obligations are comparatively dispersed across smaller manufacturing and engineering codes, with 541715 and 541330 representing service/R&D activity but at materially lower dollar levels.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '73030'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 177,954,401.86 177.95 million 3,405

Insight

In the last full year, HAMILTON SUNDSTRAND CORPORATION (CAGE 73030) received $177.95 million in obligated awards across 3,405 actions, for an average award value of $52,262.67. The volume indicates a highly distributed award profile with relatively small average obligations rather than reliance on a small number of large awards. This annual concentration level suggests sustained transaction activity over the period.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.