Federal Agency

J. F. KENNEDY CENTER FOR THE PERFORMING ARTS Federal Contract Obligations (Last Year)

FPDS Query data for J. F. Kennedy Center for the Performing Arts, Agency ID 3352, for the last full year shows no recorded award actions.

This page summarizes federal procurement activity for the J. F. Kennedy Center for the Performing Arts during the last full year. The available dataset shows zero award actions and does not provide vendor, NAICS, or annual trend detail.

Generated at 03/21/2026

Analysis period: Last full year

All summary fields are limited to the inputs provided, and no obligated amounts or award breakdowns were supplied.

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

About J. F. KENNEDY CENTER FOR THE PERFORMING ARTS federal contract activity

For the last full year, FPDS Query shows no recorded awards for J. F. Kennedy Center for the Performing Arts (Agency ID 3352), with an award count of 0. Because no obligations were reported, total obligated dollars and average award value are not available for this period.

Vendor concentration and leading contractors

No vendor concentration can be assessed for this analysis window because there are no recorded awards associated with the agency. As a result, there are no top vendors to report.

Industry profile based on NAICS activity

No NAICS distribution can be derived from the available data because the agency has no recorded awards in the last full year. Without award activity, there are no industry codes to rank or summarize.

Annual contract trend over the analysis window

The annual trend is flat at zero for the reported period, reflecting no recorded award activity. With no monthly or annual obligations present in the dataset, there is no measurable spending pattern to analyze.

How to interpret this page

This page summarizes FPDS Query data for J. F. Kennedy Center for the Performing Arts over the last full year. Metrics are based only on recorded award transactions in the provided dataset; where no awards exist, related measures such as obligations, vendors, NAICS codes, and trend values are not computed.

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