This page summarizes federal procurement activity for award number NNK13MA14C under agency ID 8000 during the last 10 years. The award totals $1,877,430,203.86 across 284 actions, with an average action value of $6,610,669.73.
Award Number
Award Number 8000 / NNK13MA14C Federal Contract Action Summary (Last 10 Years)
Award number NNK13MA14C for agency 8000 shows 284 recorded actions over the last 10 years and $1.88 billion in total obligated value.
Values are based on the provided analysis window and reflect obligated amounts as reported for this award record.
Overview
Award number NNK13MA14C is associated with agency ID 8000 and shows sustained activity within the last 10 years. The record includes 284 award actions and total obligated value of $1,877,430,203.86. The average action value is $6,610,669.73.
How to use this page
Use this page to review the award-level obligation pattern and action volume for NNK13MA14C. The figures provide a concise basis for comparing this award against other procurement records within the same 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 = '8000' AND content__award__awardID__awardContractID__PIID = 'NNK13MA14C'
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,
agency_name
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 8000 | NATIONAL AERONAUTICS AND SPACE ADMINISTRATION | 1,877,430,203.86 | 1.88 billion | 284 |
Insight
For PIID NNK13MA14C over the 10-year window, all reported obligations are concentrated within a single top agency: the National Aeronautics and Space Administration. NASA accounts for $1.88 billion across 284 awards, indicating a highly concentrated award profile rather than a broadly distributed obligation pattern.
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 = '8000' AND content__award__awardID__awardContractID__PIID = 'NNK13MA14C'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| JACOBS TECHNOLOGY INC. | 07486 | 1,736,765,622.77 | 1.74 billion | 251 |
| JACOBS TECHNOLOGY INC. | 140,664,581.09 | 140.66 million | 33 |
Insight
Award activity for PIID NNK13MA14C is highly concentrated in JACOBS TECHNOLOGY INC., which accounts for the overwhelming share of obligations across the 10-year window. The vendor appears twice in the results, with CAGE 07486 associated with $1.74 billion across 251 awards and an additional $140.66 million across 33 awards without a CAGE code shown. This pattern indicates strong vendor concentration with limited dispersion across other providers in the provided data.
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 = '8000' AND content__award__awardID__awardContractID__PIID = 'NNK13MA14C'
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,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 541712 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) | 1,877,430,203.86 | 1.88 billion | 284 |
Insight
Over the 10-year window, obligations for this award are entirely concentrated in NAICS 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology). This category accounts for $1.88 billion across 284 awards, indicating a sustained and highly focused procurement profile rather than a diversified NAICS mix.
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 = '8000' AND content__award__awardID__awardContractID__PIID = 'NNK13MA14C'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| AR36 | R&D- SPACE: FLIGHT (MANAGEMENT/SUPPORT) | 1,877,430,203.86 | 1.88 billion | 284 |
Insight
Over the 10-year window, PSC AR36 (R&D - Space: Flight (Management/Support)) accounts for all reported obligation value in this award context, totaling $1.88 billion across 284 awards. This indicates a highly concentrated spending profile centered on space flight management/support activities. The award volume suggests repeated procurement activity within the same PSC category rather than a diversified mix of product or service codes.
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 = '8000' AND content__award__awardID__awardContractID__PIID = 'NNK13MA14C'
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 ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2016 | 113,627,844.23 | 113.63 million | 29 |
| 2017 | 140,365,162.82 | 140.37 million | 34 |
| 2018 | 329,038,023.29 | 329.04 million | 31 |
| 2019 | 339,532,414.30 | 339.53 million | 38 |
| 2020 | 285,972,382.35 | 285.97 million | 58 |
| 2021 | 339,733,342.56 | 339.73 million | 48 |
| 2022 | 321,666,956.96 | 321.67 million | 36 |
| 2023 | 9,103,088.84 | 9.10 million | 7 |
| 2024 | -1,609,011.49 | -1.61 million | 3 |
Insight
Obligations for PIID NNK13MA14C were heavily concentrated in 2018–2022, with annual obligations ranging from $285.97 million to $339.73 million and award counts generally between 31 and 58. The period peaks in 2019 and 2021 at about $339.5 million to $339.7 million, while 2020 shows a lower obligation total but the highest award count at 58, indicating more fragmented activity that year. Activity drops sharply in 2023 to $9.10 million across 7 awards and turns slightly negative in 2024 at -$1.61 million, suggesting a material end-of-period decline relative to prior 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.