This page summarizes available FPDS procurement activity for the National Capital Planning Commission over the last 5 years. The provided dataset shows 0 award actions, with no readable or exact obligated totals available.
Federal Agency
NATIONAL CAPITAL PLANNING COMMISSION Federal Contract Obligations (Last 5 Years)
Federal procurement summary for the National Capital Planning Commission (Agency ID 9502) covering the last 5 years shows no recorded award actions in the provided data.
No vendor, NAICS, or annual trend rows were provided, so no additional procurement patterns can be derived from this dataset.
About NATIONAL CAPITAL PLANNING COMMISSION federal contract activity
FPDS Query shows no recorded obligations for the National Capital Planning Commission (Agency ID 9502) in the last 5 years, with an award count of 0 and no calculable average award value. Based on the available dataset, there is no observable federal procurement activity to summarize for the analysis period.
Vendor concentration and leading contractors
No vendor concentration can be identified because the dataset contains no awards and no obligated dollars for the period reviewed. As a result, there are no top vendors to rank or assess.
Industry profile based on NAICS activity
No NAICS concentration can be derived from the available data because there are no recorded awards associated with this agency in the last 5 years. Accordingly, there are no observable contracting categories or industry patterns to report.
Annual contract trend over the analysis window
The annual trend is flat at zero across the analysis window, based on the absence of recorded obligations and awards. With no year-over-year activity, there is no measurable change in procurement volume or value to analyze.
How to interpret this page
This summary is based on FPDS Query results for the National Capital Planning Commission over the last 5 years. Metrics are interpreted directly from the provided dataset; where no awards or obligations are present, no further segmentation by vendor, NAICS, or year is possible.
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 = '9502'
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 = '9502'
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 = '9502'
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.