Federal Agency

DEFENSE SECURITY COOPERATION AGENCY (DSCA) Federal Contract Obligations (Last Year)

Federal procurement activity summary for the Defense Security Cooperation Agency (DSCA), agency ID 97AT, for the last full year.

This page summarizes DSCA procurement activity for the last full year. The dataset provided shows zero award actions in the analysis window, with no vendor, NAICS, or annual trend detail available.

Generated at 03/21/2026

Analysis period: Last full year

No award actions were recorded in the provided last-full-year data, so no obligational totals, average action value, or supporting breakout tables are available.

Agency ID
97AT
Total Obligated
0.00
Award Actions
0
Average Action Value
0.00

About DEFENSE SECURITY COOPERATION AGENCY (DSCA) federal contract activity

For the last full year, FPDS Query shows no recorded awards for DEFENSE SECURITY COOPERATION AGENCY (DSCA), Agency ID 97AT. With zero awards reported, there is no obligated dollar value or average award value to summarize for this analysis period.

Vendor concentration and leading contractors

No vendors appear in the top-vendor view for the selected period because there were no recorded awards. As a result, vendor concentration, competition patterns, and supplier mix cannot be assessed from this dataset slice.

Industry profile based on NAICS activity

No NAICS codes are surfaced for the period because the agency has no recorded awards in the analysis window. Without award activity, there is no basis to identify procurement categories or spending distribution by industry.

Annual contract trend over the analysis window

The annual trend view is empty for the last full year, indicating no award activity captured in FPDS Query for DSCA during the period. With no time-series data points, year-over-year or intra-year movement cannot be evaluated.

How to interpret this page

This summary is limited to FPDS Query data for DEFENSE SECURITY COOPERATION AGENCY (97AT) over the last full year. Metrics and narrative fields reflect only the provided dataset and do not infer activity beyond the reported zero-award result.

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 = '97AT'
        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 = '97AT'
        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 = '97AT'
        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.