Federal Agency

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

FPDS procurement summary for the Woodrow Wilson International Center for Scholars (Agency ID 3358) covering the last full year, showing no recorded award actions.

The Woodrow Wilson International Center for Scholars had 0 award actions in the last full year, with no obligated amount reported in the provided data. Because there were no recorded actions, there are no vendor, NAICS, or annual trend entries to summarize.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects only the values provided for the last full year and does not add unreported procurement activity.

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

During the last full year, the WOODROW WILSON INTERNATIONAL CENTER FOR SCHOLARS recorded no FPDS-reported awards in the available dataset. As a result, there is no obligated spending or average award value to summarize for this period.

Vendor concentration and leading contractors

No vendors appear in the FPDS Query results for this agency during the analysis window. With zero reported awards, there is no vendor concentration or supplier profile to assess.

Industry profile based on NAICS activity

No NAICS codes are associated with reported obligations for the last full year. The dataset therefore does not support any meaningful industry or procurement category breakdown.

Annual contract trend over the analysis window

The annual trend is flat at zero because no awards were recorded in the analysis window. With no year-over-year activity in the provided data, there is no spending trajectory to evaluate.

How to interpret this page

This summary is based solely on the FPDS Query agency record for WOODROW WILSON INTERNATIONAL CENTER FOR SCHOLARS, Agency ID 3358, for the last full year. Where the dataset contains no awards, no vendor, NAICS, or trend analysis is possible without introducing unsupported assumptions.

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 1 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 1 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 1 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.