Vehicle Number

Vehicle Number 7524 / 75F40121D00024 Federal Contract Action Summary (Last 5 Years)

Federal procurement analysis for vehicle number under agency 7524, covering PIID 75F40121D00024 over the last 5 years.

This page summarizes award activity for vehicle number tied to agency 7524 and PIID 75F40121D00024. The record shows 11 award actions with total obligations of 36.57 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the last 5 years, with exact obligated value of 36569452.81 and an average action value of 3324495.71.

Agency ID
7524
PIID
75F40121D00024
Type
Vehicle
Total Obligated
36.57 million
36,569,452.81
Actions
11
Average Action Value
3,324,495.71

Overview

The procurement record for vehicle number under agency 7524 and PIID 75F40121D00024 includes 11 award actions in the last 5 years. Total obligated value is 36,569,452.81, with an average action value of 3,324,495.71.

How to use this page

Use this page to review the scale and cadence of award activity associated with the vehicle number record. The figures support basic contract tracking, obligation review, and comparison against other FPDS records in the same analysis window.

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 = '7524' AND content__IDV__contractID__IDVID__PIID = '75F40121D00024'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
7524 FOOD AND DRUG ADMINISTRATION 36,569,452.81 36.57 million 11

Insight

For PIID 75F40121D00024 over the 5-year window, obligations are fully concentrated within the Food and Drug Administration (agency ID 7524). The vehicle reflects 11 awards totaling $36.57 million, indicating all observed obligation activity in this view is attributable to a single agency. This suggests a highly focused award distribution with no cross-agency diversification in the provided data.

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 = '7524' AND content__IDV__contractID__IDVID__PIID = '75F40121D00024'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 = '7524' AND content__IDV__contractID__IDVID__PIID = '75F40121D00024'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
561210 FACILITIES SUPPORT SERVICES 36,569,452.81 36.57 million 11

Insight

Over the 5-year window, obligations under PIID 75F40121D00024 are fully concentrated in NAICS 561210, Facilities Support Services. This category accounts for $36.57 million across 11 awards, indicating a narrow and consistent services profile for this vehicle. No other NAICS codes appear in the provided data, so the observed distribution reflects complete concentration in a single industry classification.

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 = '7524' AND content__IDV__contractID__IDVID__PIID = '75F40121D00024'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
Z1AZ MAINTENANCE OF OTHER ADMINISTRATIVE FACILITIES AND SERVICE BUILDINGS 36,569,452.81 36.57 million 11

Insight

Over the 5-year window, obligations for this vehicle are fully concentrated in PSC Z1AZ, Maintenance of Other Administrative Facilities and Service Buildings, with $36.57 million across 11 awards. This indicates a narrow requirement profile and limited PSC diversification within the vehicle. The average obligation per award is approximately $3.3 million, suggesting recurring or substantial facility maintenance activity under a single service category.

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 = '7524' AND content__IDV__contractID__IDVID__PIID = '75F40121D00024'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 6,967,036.00 6.97 million 2
2022 7,143,416.00 7.14 million 2
2023 7,271,399.00 7.27 million 2
2024 7,140,511.00 7.14 million 2
2025 8,047,090.81 8.05 million 3

Insight

Obligations for PIID 75F40121D00024 were relatively stable from 2021 through 2024, ranging from $6.97 million to $7.27 million annually, with two awards in each year. In 2025, obligations increased to $8.05 million and the award count rose to three, indicating a modest expansion in annual activity. Overall, the five-year pattern suggests a concentrated and consistent obligation profile with a recent uptick in both value and award frequency.

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.