Federal Agency

NATIONAL ENDOWMENT FOR THE HUMANITIES Federal Contract Obligations (Last 5 Years)

FPDS summary for the National Endowment for the Humanities (Agency ID 5940) covering the last 5 years, with no recorded award actions in the provided data.

This page summarizes federal procurement activity for the National Endowment for the Humanities over the last 5 years. The provided dataset shows 0 award actions and does not include obligation, vendor, NAICS, or annual trend detail.

Generated at 03/21/2026

Analysis period: Last 5 years

No award-level procurement records were provided for this analysis window, so trend and concentration metrics cannot be calculated from the current inputs.

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

About NATIONAL ENDOWMENT FOR THE HUMANITIES federal contract activity

FPDS Query returns no obligation records for NATIONAL ENDOWMENT FOR THE HUMANITIES (Agency ID 5940) in the last 5 years, with an award count of 0. As a result, there is no reported obligated amount or average award value available for this analysis window.

Vendor concentration and leading contractors

No vendors can be identified from the available FPDS Query data because there are no recorded awards in the period reviewed. Without award activity, vendor concentration, repeat recipients, and supplier mix cannot be assessed.

Industry profile based on NAICS activity

No NAICS profile can be derived from the available data because there are no recorded obligations or awards for the analysis period. Consequently, there is no basis for identifying the agency’s contracting mix by industry.

Annual contract trend over the analysis window

The annual trend is flat at zero for the full last-5-years period, based on the absence of recorded award activity. With no obligations reported, there is no observable year-over-year procurement trajectory to analyze.

How to interpret this page

This summary is based on the provided FPDS Query overview for NATIONAL ENDOWMENT FOR THE HUMANITIES (Agency ID 5940) covering the last 5 years. Because the dataset contains no awards, the analysis is limited to confirming the absence of recorded procurement activity rather than characterizing spending patterns.

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