Federal Contractor

GULFSTREAM AEROSPACE CORPORATION (GEORGIA) Federal Contract Obligations (Last 10 Years)

Federal procurement profile for GULFSTREAM AEROSPACE CORPORATION (GEORGIA) showing 10 years of awards, obligations, agencies, NAICS codes, and annual trends.

GULFSTREAM AEROSPACE CORPORATION (GEORGIA), CAGE 59734, UEI NGABP44KQF33, received $1.74 billion in obligations across 2,523 award actions in the last 10 years. Most activity came from the Department of the Air Force, with additional obligations from NOAA, the U.S. Coast Guard, the FBI, and the FAA.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS obligation data for the last 10 years and may differ slightly from sums due to rounding or record updates.

CAGE Code
59734
UEI
NGABP44KQF33
Total Obligated
1.74 billion
1,740,669,724.67
Award Actions
2,523
Average Action Value
689,920.62

About GULFSTREAM AEROSPACE CORPORATION (GEORGIA) federal contract activity

GULFSTREAM AEROSPACE CORPORATION (GEORGIA) shows $1.74 billion in obligated federal spending across 2,523 awards over the last 10 years, with an average award value of $689,920.62. The vendor’s federal footprint is concentrated in aviation-related procurement and support services, indicating sustained demand for aircraft and associated mission support capabilities.

Agency mix and customer concentration

The Department of the Air Force is the dominant customer, accounting for $1.22 billion across 891 awards, or the clear majority of observed obligations. NOAA and the U.S. Coast Guard are the next largest agencies by obligated value, while the FBI and FAA contribute smaller but still meaningful activity, showing a customer base centered on defense, aviation, and specialized federal operating needs.

Industry profile based on NAICS activity

NAICS 336411 Aircraft Manufacturing and 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing together account for most obligated value, totaling more than $1.21 billion and reflecting the core of Gulfstream’s federal business. Additional activity appears in aircraft support and leasing categories, with Engineering Services providing a smaller but recurring slice of obligations.

Annual contract trend over the analysis window

Annual obligations remain materially elevated in the most recent years, led by $303.65 million in 2025 and $231.52 million in 2024. Activity dipped to $60.80 million in 2022, then recovered in 2023 and continued upward in 2024 and 2025, suggesting renewed procurement intensity rather than a flat award pattern.

How to interpret this page

This summary is based on FPDS-derived award and obligation records for the last 10 years tied to CAGE 59734 and UEI NGABP44KQF33. Totals reflect obligated dollars and award counts aggregated by agency, NAICS code, and fiscal year; amounts are rounded as provided and should be interpreted as analysis-window summaries rather than live contract balances.

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 = '59734'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
5700 DEPT OF THE AIR FORCE 1,223,644,432.47 1.22 billion 891
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 258,749,813.13 258.75 million 91
7008 U.S. COAST GUARD 255,623,288.02 255.62 million 100
1549 FEDERAL BUREAU OF INVESTIGATION 53,594,686.05 53.59 million 61
6920 FEDERAL AVIATION ADMINISTRATION 2,610,498.88 2.61 million 31
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 2,210,376.88 2.21 million 114
2100 DEPT OF THE ARMY 469,783.32 469.78 thousand 14
1700 DEPT OF THE NAVY 70,087.45 70.09 thousand 6
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -56,303,241.53 -56.30 million 1,215

Insight

Over the last 10 years, GULFSTREAM AEROSPACE CORPORATION (CAGE 59734) received $1.74 billion across 2,523 awards, with obligations heavily concentrated in the DEPT OF THE AIR FORCE, which accounted for $1.22 billion and 891 awards. NOAA and the U.S. Coast Guard are the next largest customers at $258.75 million and $255.62 million, respectively, indicating a substantial civilian maritime and aviation footprint alongside the Air Force base. DCMA is a notable offsetting line with -$56.30 million across 1,215 awards, which may reflect deobligations or closeout adjustments rather than new spend.

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 = '59734'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
336411 AIRCRAFT MANUFACTURING 611,721,191.95 611.72 million 272
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 603,688,232.16 603.69 million 1,428
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 273,249,399.26 273.25 million 581
532411 COMMERCIAL AIR, RAIL, AND WATER TRANSPORTATION EQUIPMENT RENTAL AND LEASING 175,501,561.22 175.50 million 5
541330 ENGINEERING SERVICES 75,256,559.21 75.26 million 175
511199 ALL OTHER PUBLISHERS 682,333.32 682.33 thousand 32
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 151,574.70 151.57 thousand 3
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 105,000.00 105.00 thousand 5
513210 SOFTWARE PUBLISHERS 96,725.00 96.72 thousand 4
511130 BOOK PUBLISHERS 53,450.00 53.45 thousand 4

Insight

Over the last 10 years, GULFSTREAM AEROSPACE CORPORATION (CAGE 59734) received 1.74 billion across 2,523 awards, with obligations highly concentrated in aviation-related NAICS codes. The largest shares were in 336411 Aircraft Manufacturing (611.72 million; 272 awards) and 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing (603.69 million; 1,428 awards), together accounting for the majority of obligated dollars. A further 273.25 million went to 488190 Other Support Activities for Air Transportation and 175.50 million to 532411 equipment rental and leasing, while all remaining NAICS categories were comparatively minor.

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 = '59734'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 303,645,865.11 303.65 million 302
2024 231,518,228.42 231.52 million 277
2023 121,747,012.27 121.75 million 290
2022 60,804,071.67 60.80 million 302
2021 188,277,712.87 188.28 million 278
2020 387,677,910.98 387.68 million 338
2019 178,809,820.44 178.81 million 270
2018 169,213,815.43 169.21 million 222
2017 91,641,948.36 91.64 million 236
2016 7,333,339.12 7.33 million 8

Insight

Over the last 10 years, GULFSTREAM AEROSPACE CORPORATION (CAGE 59734) received $1.74 billion across 2,523 awards, with an average award value of about $689.9K. Obligations were unevenly distributed, with a low point in 2016 ($7.33 million across 8 awards) followed by sustained annual activity generally between about $60.8 million and $387.7 million. The highest annual obligation occurred in 2020 ($387.68 million, 338 awards), and recent years remained elevated at $303.65 million in 2025 and $231.52 million in 2024.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.