Federal Agency

NATIONAL ENDOWMENT FOR THE HUMANITIES Federal Contract Obligations (Last Year)

Federal procurement overview for the National Endowment for the Humanities (Agency ID 5940) for the last full year.

This page summarizes procurement activity reported for the National Endowment for the Humanities during the last full year. The available data shows zero award actions in the period reviewed.

Generated at 03/21/2026

Analysis period: Last full year

No award actions, vendor detail, NAICS detail, or annual trend rows were provided for this analysis window.

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

About NATIONAL ENDOWMENT FOR THE HUMANITIES federal contract activity

During the last full year, FPDS Query returned no recorded awards for the National Endowment for the Humanities (Agency ID 5940), with an award count of 0 and no obligated value reported. As a result, there is no measurable procurement activity to summarize for the analysis period.

Vendor concentration and leading contractors

No vendors appear in the top-vendor results for this period because no awards were recorded. Without award activity, vendor concentration, repeat-award patterns, and supplier share cannot be assessed.

Industry profile based on NAICS activity

No NAICS categories are available for the last full year because the dataset contains no awards for this agency. This prevents identification of procurement mix, category concentration, or demand by industry sector.

Annual contract trend over the analysis window

The annual trend contains no data points for the analysis window, indicating no observed procurement activity in the source set. With no award history in-period, year-over-year movement and obligation pacing cannot be evaluated.

How to interpret this page

This page reflects FPDS Query results for the National Endowment for the Humanities, Agency ID 5940, using the last full year as the analysis window. Metrics, vendor lists, NAICS distributions, and trend statements are limited to records present in the provided dataset; where no records exist, no inference is made.

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