Federal Agency

COMMERCE, DEPARTMENT OF Federal Contract Obligations (Last 10 Years)

FPDS obligations for the Department of Commerce over the last 10 years total 99.62 thousand across 2 award actions.

This page summarizes federal procurement activity for the Department of Commerce (Agency ID 1300) during the last 10 years. The record shows 99,618.95 in total obligations across 2 award actions, with activity concentrated in professional, scientific, technical, and computer-related services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual trend data provided for this window shows all recorded obligations in 2016, with 2 award actions totaling 99.62 thousand.

Agency ID
1300
Total Obligated
99.62 thousand
99,618.95
Award Actions
2
Average Action Value
49,809.47

About COMMERCE, DEPARTMENT OF federal contract activity

Over the last 10 years, COMMERCE, DEPARTMENT OF (Agency ID 1300) recorded $99.62 thousand in obligations across 2 awards, with an average award value of $49.81 thousand. The activity level is very limited, indicating a small and concentrated procurement footprint in the available FPDS query results.

Vendor concentration and leading contractors

Vendor concentration is high: LS ADVISORY LLC received $92.40 thousand across 1 award, accounting for the majority of total obligations. INTELLIGENT DECISIONS, INC. received the remaining $7.22 thousand in 1 award, showing that obligated spending in this period was split across only two vendors.

Industry profile based on NAICS activity

Obligations were concentrated in two NAICS categories. NAICS 541990, All Other Professional, Scientific, and Technical Services, led with $92.40 thousand across 1 award, while NAICS 541519, Other Computer Related Services, accounted for $7.22 thousand across 1 award.

Annual contract trend over the analysis window

The annual trend shows all recorded obligations in 2016, with $99.62 thousand across 2 awards. No additional annual obligation activity is shown in the provided 10-year window, so the observable spending pattern is isolated to a single year.

How to interpret this page

This summary is based on the provided FPDS Query analysis window of the last 10 years and the supplied overview, vendor, NAICS, and annual trend metrics. Totals reflect obligated dollars and award counts from the available query results only; no additional records or assumptions were used.

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 = '1300'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
LS ADVISORY LLC 92,400.00 92.40 thousand 1
INTELLIGENT DECISIONS, INC. 7,218.95 7.22 thousand 1

Insight

Over the last 10 years, Commerce recorded 2 awards totaling $99.62 thousand, with an average award value of $49.81 thousand. Obligations are highly concentrated: LS ADVISORY LLC received $92.40 thousand, or about 92.8 percent of total obligations, across 1 award. INTELLIGENT DECISIONS, INC. accounted for the remaining $7.22 thousand across 1 award, indicating very limited vendor distribution in this period.

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 = '1300'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 92,400.00 92.40 thousand 1
541519 OTHER COMPUTER RELATED SERVICES 7,218.95 7.22 thousand 1

Insight

Over the last 10 years, the Department of Commerce recorded $99.62 thousand in obligated value across 2 awards, with an average award value of $49.81 thousand. Obligations are highly concentrated in NAICS 541990, which accounts for $92.40 thousand and 1 award, or about 92.7% of total obligated dollars. NAICS 541519 represents the remaining $7.22 thousand and 1 award, indicating limited category diversification within this period.

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 = '1300'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2016 99,618.95 99.62 thousand 2

Insight

Over the last 10 years, COMMERCE, DEPARTMENT OF (ID 1300) recorded $99.62 thousand in total obligations across 2 awards, for an average award value of $49.81 thousand. All recorded obligations in the period occurred in 2016, indicating a complete concentration of activity in a single year rather than a recurring annual pattern. This limited distribution suggests no observable multi-year trend within the available data.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.