Vehicle Number

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

Analysis of vehicle number 47PG0818D0001 for Agency ID 4740 over the last 10 years, showing 62 award actions and $34.48 million obligated.

This page summarizes federal procurement activity for vehicle number 47PG0818D0001 within Agency ID 4740 over the last 10 years. The record shows 62 award actions with total obligated funds of $34,481,480.72.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals are based on the provided analysis window and may differ from other reports depending on filters and update timing.

Agency ID
4740
PIID
47PG0818D0001
Type
Vehicle
Total Obligated
34.48 million
34,481,480.72
Actions
62
Average Action Value
556,152.91

Overview

Over the last 10 years, vehicle number 47PG0818D0001 is associated with 62 award actions and total obligated funding of $34,481,480.72. The average action value is $556,152.91, which provides a simple measure of the scale of activity across the record. This page presents the procurement totals for the specified vehicle and agency without additional classification.

How to use this page

Use this page to review the obligation level and action count tied to vehicle number 47PG0818D0001 for Agency ID 4740. The figures support basic comparison across procurement records, trend review within the selected period, and reference checks against related FPDS queries.

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 = '47PG0818D0001'
    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 34,481,480.72 34.48 million 62

Insight

Over the 10-year window, obligations for PIID 47PG0818D0001 are fully concentrated within the Public Buildings Service (Agency ID 4740), which accounts for the entire reported total of $34.48 million across 62 awards. This indicates a single-agency spending pattern with no visible distribution among other agencies in the provided data. The award count suggests repeated use of the vehicle within the same agency rather than reliance on a broad multi-agency customer base.

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 = '47PG0818D0001'
        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 = '47PG0818D0001'
    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
238290 OTHER BUILDING EQUIPMENT CONTRACTORS 34,481,480.72 34.48 million 62

Insight

Obligations under PIID 47PG0818D0001 are fully concentrated in NAICS 238290, Other Building Equipment Contractors, with $34.48 million across 62 awards over the 10-year window. This indicates a narrow scope of contracting activity within a single industry category rather than a diversified NAICS mix. The award count suggests repeated procurement within the same sector, but no other NAICS codes are represented in the provided 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 = '4740' AND content__IDV__contractID__IDVID__PIID = '47PG0818D0001'
    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
J039 MAINT/REPAIR/REBUILD OF EQUIPMENT- MATERIALS HANDLING EQUIPMENT 34,481,480.72 34.48 million 62

Insight

Obligations on PIID 47PG0818D0001 are fully concentrated in PSC J039, Maintenance/Repair/Rebuild of Equipment–Materials Handling Equipment, with $34.48 million across 62 awards over the 10-year window. This indicates a narrow service profile centered on materials handling equipment support rather than a diversified mix of product or service categories. The repeated award activity suggests sustained procurement demand in this PSC, with no evidence here of meaningful PSC distribution beyond J039.

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 = '47PG0818D0001'
    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
2018 3,779,909.36 3.78 million 2
2019 3,874,913.64 3.87 million 10
2020 4,267,428.09 4.27 million 13
2021 4,386,322.32 4.39 million 6
2022 4,552,686.63 4.55 million 12
2023 4,615,380.76 4.62 million 5
2024 4,436,403.00 4.44 million 8
2025 4,568,436.92 4.57 million 6

Insight

Obligations under PIID 47PG0818D0001 are relatively stable across 2018–2025, ranging from $3.78 million to $4.62 million annually, with no sharp year-over-year spikes. Annual award activity is more variable than dollars obligated, increasing from 2 awards in 2018 to a high of 13 in 2020, then generally remaining in the mid-single to low-teens range. The pattern suggests moderate concentration in funding level with distributions spread across a fluctuating number of awards rather than a single dominant year.

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.