This page summarizes federal procurement activity for award FA824018C7218 associated with agency ID 9700 over the last 5 years. It shows 281 award actions with total obligations of 1.787 billion dollars and an average action value of 6.36 million dollars.
Award Number
Award Number 9700 / FA824018C7218 Federal Contract Action Summary (Last 5 Years)
FPDS award page for award number FA824018C7218 under agency ID 9700, summarizing obligations and action history over the last 5 years.
Values reflect the provided analysis window and may differ from other reporting periods or rounded displays.
Overview
The award record for FA824018C7218 shows 281 actions in the last 5 years and total obligated dollars of 1,787,000,766.51. The average action value across the period is 6,359,433.33, indicating recurring obligated activity rather than a single isolated entry.
How to use this page
Use this page to review the award-level obligation pattern, action frequency, and dollar volume tied to FA824018C7218. It is useful for identifying the scale of activity within the 5-year analysis window and for comparing this award against other records under agency ID 9700.
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 = 'FA824018C7218'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 1,787,000,766.51 | 1.79 billion | 281 |
Insight
Over the 5-year window for award PIID FA824018C7218, obligations are fully concentrated in a single agency: the Department of the Air Force. This agency accounts for $1.79 billion across 281 awards, indicating that all visible obligational activity in this view is tied to one federal department. The absence of additional agencies in the provided rows suggests no interagency distribution within this query result.
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 = 'FA824018C7218'
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 |
|---|---|---|---|---|
| JT4, LLC | 7DS14 | 1,787,000,766.51 | 1.79 billion | 281 |
Insight
JT4, LLC is the sole top vendor for this award over the 5-year window, accounting for all reported obligations in the provided rows. Total obligated amount is $1.79 billion across 281 awards, indicating a highly concentrated vendor profile with repeated award activity. This pattern suggests sustained reliance on a single contractor for this PIID during the period reviewed.
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 = 'FA824018C7218'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 1,787,000,766.51 | 1.79 billion | 281 |
Insight
Over the 5-year window, obligations for award FA824018C7218 are entirely concentrated in NAICS 541330, Engineering Services. This single NAICS accounts for $1.79 billion across 281 awards, indicating a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The volume of awards suggests sustained recurring demand within engineering services rather than isolated activity.
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 = 'FA824018C7218'
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 |
|---|---|---|---|---|
| R425 | SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL | 1,787,000,766.51 | 1.79 billion | 281 |
Insight
Over the past 5 years, obligations under PIID FA824018C7218 are fully concentrated in PSC R425, Support – Professional: Engineering/Technical, with $1.79 billion obligated across 281 awards. This indicates a sustained procurement pattern centered on engineering and technical support services rather than a diversified product or service mix. The volume of awards suggests repeated use of this PSC for the same requirement area over the period.
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 = 'FA824018C7218'
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 |
|---|---|---|---|
| 2021 | 303,818,601.38 | 303.82 million | 54 |
| 2022 | 307,629,616.78 | 307.63 million | 48 |
| 2023 | 443,111,526.39 | 443.11 million | 55 |
| 2024 | 341,509,274.22 | 341.51 million | 52 |
| 2025 | 390,931,747.74 | 390.93 million | 72 |
Insight
Obligations under PIID FA824018C7218 were concentrated in a relatively narrow band from 2021 to 2022 at about $303.8 million to $307.6 million, then increased sharply in 2023 to $443.1 million before declining to $341.5 million in 2024 and rising again to $390.9 million in 2025. Award activity was comparatively stable through 2024, ranging from 48 to 55 awards, but increased materially to 72 awards in 2025. Overall, the pattern indicates a sizable 2023 peak followed by moderate volatility in both obligated value and award volume.
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.