Vehicle Number

Vehicle Number 9100 / EDED07CO0042 Federal Contract Action Summary (Last 10 Years)

Federal procurement summary for vehicle number EDED07CO0042 under agency 9100, covering awards in the last 10 years.

This page summarizes award activity for vehicle number EDED07CO0042 for agency 9100 over the last 10 years. The record shows 37 award actions and total obligated funding of $165.85 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided analysis window and the exact obligated amount of $165,845,048.18.

Agency ID
9100
PIID
EDED07CO0042
Type
Vehicle
Total Obligated
165.85 million
165,845,048.18
Actions
37
Average Action Value
4,482,298.60

Overview

Over the last 10 years, vehicle number EDED07CO0042 has 37 award actions recorded under agency 9100. The total obligated amount is $165,845,048.18, with an average action value of $4,482,298.60. These figures provide a compact view of the award volume and funding associated with this vehicle record.

How to use this page

Use this page to review the obligational total, action count, and average action value tied to the vehicle identifier. The data is limited to the supplied analysis window and does not add contract details beyond the provided inputs.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '9100' AND content__IDV__contractID__IDVID__PIID = 'EDED07CO0042'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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
9100 EDUCATION, DEPARTMENT OF 165,845,048.18 165.85 million 37

Insight

Within the 10-year window for PIID EDED07CO0042, obligations are fully concentrated in the Department of Education, which accounts for $165.85 million across 37 awards. This indicates a single-agency funding profile rather than a distributed obligation pattern across multiple agencies. The repeated award activity suggests sustained use of the vehicle by the same agency over time.

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__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '9100' AND content__IDV__contractID__IDVID__PIID = 'EDED07CO0042'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '9100' AND content__IDV__contractID__IDVID__PIID = 'EDED07CO0042'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 165,845,048.18 165.85 million 37

Insight

Over the 10-year window, obligations for this vehicle are fully concentrated in NAICS 518210, Data Processing, Hosting, and Related Services. The single reported NAICS accounts for $165.85 million across 37 awards, indicating a sustained and focused procurement pattern in this category. No additional NAICS codes are reflected in the provided rows, so concentration appears complete for the reported data.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '9100' AND content__IDV__contractID__IDVID__PIID = 'EDED07CO0042'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
D301 IT AND TELECOM- FACILITY OPERATION AND MAINTENANCE 165,845,048.18 165.85 million 37

Insight

Over the 10-year window, obligations for this vehicle are concentrated entirely in PSC D301, IT and Telecom–Facility Operation and Maintenance, with $165.85 million across 37 awards. This indicates a narrow spend profile and a strong reliance on a single service category rather than a diversified mix of PSCs. The award volume suggests repeated use of the vehicle for the same requirement type.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '9100' AND content__IDV__contractID__IDVID__PIID = 'EDED07CO0042'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2016 48,915,204.94 48.92 million 9
2017 40,009,829.46 40.01 million 9
2018 65,491,427.60 65.49 million 12
2019 14,755,181.58 14.76 million 6
2020 -3,326,595.40 -3.33 million 1

Insight

Obligations on vehicle PIID EDED07CO0042 were concentrated in 2016–2018, with annual funding ranging from $40.01 million to $65.49 million and award counts of 9 to 12. The peak occurred in 2018 at $65.49 million across 12 awards, followed by a sharp decline in 2019 to $14.76 million across 6 awards. In 2020, obligations were negative at -$3.33 million with a single award, indicating a net downward adjustment after prior-year activity.

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.