Vehicle Number

Vehicle Number 4740 / 47PB0023D0001 Federal Contract Action Summary (Last 10 Years)

Federal procurement summary for vehicle number under agency 4740, based on award actions tied to PIID 47PB0023D0001 over the last 10 years.

This page summarizes recorded obligations for vehicle number in the last 10 years for agency ID 4740. The record shows 20 award actions totaling $33,085,341.74, with an average action value of $1,654,267.09.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar figures are shown as provided in the source data, including the exact total obligated amount of 33085341.74.

Agency ID
4740
PIID
47PB0023D0001
Type
Vehicle
Total Obligated
33.09 million
33,085,341.74
Actions
20
Average Action Value
1,654,267.09

Overview

The available record for vehicle number is tied to PIID 47PB0023D0001 and agency ID 4740. Over the last 10 years, it includes 20 award actions with total obligated amount of $33,085,341.74. The average action value is $1,654,267.09.

How to use this page

Use this page to review the obligation history associated with vehicle number in the selected analysis window. The figures support basic procurement review by showing total obligated value, action count, and average action size without adding assumptions about scope or purpose.

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 = '4740' AND content__IDV__contractID__IDVID__PIID = '47PB0023D0001'
    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
4740 PUBLIC BUILDINGS SERVICE 33,085,341.74 33.09 million 20

Insight

Public Buildings Service is the only agency identified in this 10-year window for vehicle PIID 47PB0023D0001, accounting for all reported obligations in this section. The agency recorded 20 awards totaling $33.09 million, indicating that obligation activity is fully concentrated within a single agency rather than distributed across multiple agencies. This pattern suggests a stable, agency-specific usage profile for the vehicle over the period.

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 = '4740' AND content__IDV__contractID__IDVID__PIID = '47PB0023D0001'
        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 = '4740' AND content__IDV__contractID__IDVID__PIID = '47PB0023D0001'
    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
561720 JANITORIAL SERVICES 33,085,341.74 33.09 million 20

Insight

Obligations are fully concentrated in NAICS 561720, Janitorial Services, with $33.09 million across 20 awards over the 10-year window. This indicates a single-service vehicle with no observed NAICS diversification in the provided data. The award pattern suggests sustained use of the vehicle for janitorial requirements rather than a broad mix of service categories.

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 = '4740' AND content__IDV__contractID__IDVID__PIID = '47PB0023D0001'
    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
S201 HOUSEKEEPING- CUSTODIAL JANITORIAL 33,085,341.74 33.09 million 20

Insight

For PIID 47PB0023D0001 over the 10-year window, obligations are fully concentrated in PSC S201, Housekeeping-Custodial Janitorial. This PSC accounts for $33.09 million across 20 awards, indicating a sustained and highly focused service mix rather than a diversified set of product or service categories. The distribution suggests this vehicle is primarily used for recurring custodial support requirements.

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 = '4740' AND content__IDV__contractID__IDVID__PIID = '47PB0023D0001'
    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
2022 7,240,139.37 7.24 million 2
2023 8,317,531.26 8.32 million 9
2024 8,300,090.99 8.30 million 3
2025 9,227,580.12 9.23 million 6

Insight

Obligations under PIID 47PB0023D0001 are concentrated in a narrow four-year span, with annual obligations ranging from $7.24 million to $9.23 million. Activity increased from 2022 to 2023, remained essentially flat in 2024, and rose again in 2025, indicating a generally stable but moderately increasing funding profile. Award counts are uneven relative to dollars, peaking at 9 awards in 2023 and dropping to 3 in 2024, suggesting variability in award frequency rather than a steady annual distribution.

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.