This page summarizes award number N0002422C5500 for agency ID 9700 over the last 5 years. The award accounts for $3,266,151,877.19 in total obligated funding across 37 actions.
Award Number
Award Number 9700 / N0002422C5500 Federal Contract Action Summary (Last 5 Years)
Award number N0002422C5500 under agency ID 9700 shows 37 recorded award actions over the last 5 years, with $3.27 billion in total obligated funding.
Totals reflect the analysis window provided and may not include actions outside the last 5 years.
Overview
Over the last 5 years, award number N0002422C5500 has 37 award actions and $3,266,151,877.19 in total obligated funding. The average action value is $88,274,375.06, which indicates relatively large actions within the observed period.
How to use this page
Use this page to review the award-level obligation total, action count, and average action value for N0002422C5500. It is a concise reference for tracking activity tied to agency ID 9700 within the stated analysis window.
Top Agencies
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'N0002422C5500'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
agency_id,
agency_name
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 3,266,151,877.19 | 3.27 billion | 37 |
Insight
For PIID N0002422C5500 over the 5-year window, obligations are concentrated entirely with the DEPT OF THE NAVY, which accounts for $3.27 billion across 37 awards. This indicates a highly concentrated funding profile with no other top-agency recipients reflected in the provided rows. The distribution suggests the award is primarily associated with a single agency channel rather than broad interagency placement.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'N0002422C5500'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| RAYTHEON COMPANY | 7Y193 | 3,266,151,877.19 | 3.27 billion | 37 |
Insight
Within the 5-year window for award N0002422C5500, all reported obligation is concentrated with a single vendor, RAYTHEON COMPANY (CAGE 7Y193). RAYTHEON accounts for 3.27 billion across 37 awards, indicating full vendor concentration in this award’s reported obligation history. This pattern suggests sustained reliance on one contractor rather than a distributed vendor base.
Top NAICS
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'N0002422C5500'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
naics_code,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 334511 | SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING | 3,266,151,877.19 | 3.27 billion | 37 |
Insight
Obligations for award N0002422C5500 are fully concentrated in NAICS 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing. Over the 5-year window, this NAICS accounts for $3.27 billion across 37 obligations, indicating a highly focused procurement profile with no diversification across other NAICS in the provided data.
Top PSC Codes
SELECT
content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'N0002422C5500'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
psc_code,
psc_name
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 5840 | RADAR EQUIPMENT, EXCEPT AIRBORNE | 3,266,151,877.19 | 3.27 billion | 37 |
Insight
Over the 5-year window, obligations for award N0002422C5500 are fully concentrated in PSC 5840, RADAR EQUIPMENT, EXCEPT AIRBORNE. This category accounts for $3.27 billion across 37 awards, indicating sustained procurement activity centered on non-airborne radar equipment. The absence of other PSCs in this section suggests no diversification of obligations within the reported rows.
Annual Trend
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
count() AS award_count
FROM fpds.data
WHERE
content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'N0002422C5500'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2022 | 1,089,411,446.00 | 1.09 billion | 8 |
| 2023 | 632,256,405.88 | 632.26 million | 5 |
| 2024 | 731,925,730.86 | 731.93 million | 11 |
| 2025 | 812,558,294.45 | 812.56 million | 13 |
Insight
Obligations for PIID N0002422C5500 were highest in 2022 at $1.09 billion across 8 awards, then declined to $632.26 million in 2023 across 5 awards. Funding rebounded in 2024 to $731.93 million with 11 awards and increased again in 2025 to $812.56 million with 13 awards. The pattern indicates a sharp drop from 2022 followed by a moderate recovery and broader award distribution in the last two years.
Use FPDS Query for deeper award and vehicle analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, and annual trends.
Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.