Federal Agency

WOODROW WILSON INTERNATIONAL CENTER FOR SCHOLARS Federal Contract Obligations (Last 5 Years)

This page summarizes federal procurement activity for the Woodrow Wilson International Center for Scholars (Agency ID 3358) over the last 5 years.

The available FPDS analysis window shows no award actions recorded for this agency in the last 5 years. As a result, there are no obligated totals, vendor concentrations, NAICS patterns, or annual trend values to report from the provided data.

Generated at 03/21/2026

Analysis period: Last 5 years

The source inputs for this page contain zero award actions and no populated spending, vendor, NAICS, or annual trend fields.

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

About WOODROW WILSON INTERNATIONAL CENTER FOR SCHOLARS federal contract activity

FPDS Query returned no recorded obligations for WOODROW WILSON INTERNATIONAL CENTER FOR SCHOLARS (Agency ID 3358) in the last 5 years, with an award count of 0. As a result, no average award value or total obligated amount can be calculated from the available data.

Vendor concentration and leading contractors

No vendor concentration can be assessed because the analysis window contains no awards or obligations. There are no top vendors to summarize for this period.

Industry profile based on NAICS activity

No NAICS-level spending profile is available because the dataset contains no obligated actions for the period reviewed. Without awards, there is no basis to identify recurring industry categories or procurement mix.

Annual contract trend over the analysis window

The annual trend series is empty, indicating no observable procurement activity in the last 5 years within the available FPDS Query data. With no annual obligations recorded, year-over-year movement cannot be evaluated.

How to interpret this page

This summary is based on the provided FPDS Query agency output for the last 5 years and reflects only recorded obligations and awards in that dataset. Where the source data is null or empty, no inference was made and no values were estimated.

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 = '3358'
        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 = '3358'
        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 = '3358'
        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.