Federal Agency

OFFICE OF INSPECTOR GENERAL Federal Contract Obligations (Last 5 Years)

Federal procurement activity for the OFFICE OF INSPECTOR GENERAL (Agency ID 8604) over the last 5 years, showing no recorded award actions in the provided data.

This page summarizes procurement records for the OFFICE OF INSPECTOR GENERAL across the last 5 years. The provided dataset contains 0 award actions, so no vendor, NAICS, or annual spending breakdown is available.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals, vendor rankings, NAICS details, and yearly trends are unavailable because the provided inputs contain no award actions or obligation figures.

Agency ID
8604
Total Obligated
0.00
Award Actions
0
Average Action Value
0.00

About OFFICE OF INSPECTOR GENERAL federal contract activity

FPDS Query shows no recorded prime awards for OFFICE OF INSPECTOR GENERAL (Agency ID 8604) in the last 5 years, with an award count of 0 and no obligated dollars reported for the analysis window. Because the underlying dataset contains no awards for this period, no spend concentration, average award value, or obligation profile can be derived.

Vendor concentration and leading contractors

No vendors appear in the top-vendor results because there are no reported awards in the analysis period. As a result, vendor concentration and supplier relationship patterns cannot be assessed from the available FPDS Query data.

Industry profile based on NAICS activity

No NAICS codes are reported for this agency in the last 5 years, so there is no sector-level procurement mix to analyze. The absence of award data prevents identification of any recurring product, service, or industry categories.

Annual contract trend over the analysis window

The annual trend series is empty, indicating no obligated activity captured in the dataset for any year within the last 5-year window. With no annual awards or obligations reported, there is no measurable upward or downward procurement pattern to summarize.

How to interpret this page

This summary is based on the FPDS Query agency-level results for OFFICE OF INSPECTOR GENERAL (8604) over the last 5 years. Findings are limited to the provided metrics, and where the dataset shows no awards or obligations, the analysis refrains from inferring procurement activity beyond the reported records.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '8604'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions

Insight

No notable vendor concentration was available for this analysis window.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '8604'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions

Insight

No notable NAICS concentration was available for this analysis window.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '8604'
        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 DESC
Year Total Obligated Readable Award Actions

Insight

No annual trend data was available for this analysis window.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.