Federal Agency

SECURITIES AND EXCHANGE COMMISSION Federal Contract Obligations (Last 10 Years)

FPDS procurement summary for the Securities and Exchange Commission (Agency ID 5000) covering obligations, award counts, vendors, NAICS codes, and annual trends over the last 10 years.

Over the last 10 years, the Securities and Exchange Commission obligated $5.07 billion across 16,916 award actions, with an average action value of $299,793.48. Spending was concentrated in information technology and consulting work, led by NAICS 541512, 541519, and 541611, while the largest vendor totals went to ATTAIN, LLC; SRA INTERNATIONAL, INC.; and GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable and exact obligated amounts from FPDS records for the selected analysis window and may include multiple award types and actions.

Agency ID
5000
Total Obligated
5.07 billion
5,071,306,640.99
Award Actions
16,916
Average Action Value
299,793.48

About SECURITIES AND EXCHANGE COMMISSION federal contract activity

Over the last 10 years, the Securities and Exchange Commission obligated 5.07 billion across 16,916 awards, for an average award value of 299,793.48. The spending profile indicates a substantial, sustained acquisition footprint rather than a small number of large transactions. This level of activity is consistent with an agency that relies heavily on contracted support for mission-critical operations and technical services.

Vendor concentration and leading contractors

Vendor concentration is led by ATTAIN, LLC at 247.22 million across 133 awards, followed by SRA INTERNATIONAL, INC. at 236.61 million across 49 awards and GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. at 212.53 million across 45 awards. BOOZ ALLEN HAMILTON INC. and TEAM GREENZONE JV LLC also rank among the top suppliers, each with obligations above 168 million. The pattern suggests recurring dependence on a core set of large IT and professional services contractors, with award counts indicating both sustained relationships and task-order style procurement.

Industry profile based on NAICS activity

The agency’s obligations are dominated by IT and related support categories. NAICS 541512, Computer Systems Design Services, accounts for 2.07 billion and 1,647 awards, while 541519, Other Computer Related Services, adds 961.38 million across 3,176 awards. Professional consulting and infrastructure support remain material through 541611, 518210, and 541511, showing a portfolio centered on systems integration, hosting, management consulting, and custom development.

Annual contract trend over the analysis window

Annual obligations remained elevated throughout the period shown, ranging from 479.97 million in 2025 to a recent peak of 628.61 million in 2023. Award counts were also consistently high, with 1,620 awards in 2021 and 1,476 in 2025, indicating a broad procurement base even when total obligated amounts fluctuate. The year-to-year movement suggests a stable but variable spending pattern rather than a single sustained growth or decline trajectory.

How to interpret this page

This summary is based on FPDS-observed obligations for SECURITIES AND EXCHANGE COMMISSION, agency ID 5000, using the last 10 years of available award data. Obligated dollars and award counts are aggregated across the analysis window, with vendor and NAICS rankings sorted by total obligated amount. Annual trend figures reflect obligations recorded by fiscal year within the same dataset and period.

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 = '5000'
        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
ATTAIN, LLC 247,217,295.80 247.22 million 133
SRA INTERNATIONAL, INC. 236,609,426.75 236.61 million 49
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 212,526,451.89 212.53 million 45
BOOZ ALLEN HAMILTON INC. 189,047,657.97 189.05 million 99
TEAM GREENZONE JV LLC 168,142,168.27 168.14 million 96
FCN, INC. 166,538,696.63 166.54 million 606
ASCELLA TECHNOLOGIES, INC. 147,864,207.02 147.86 million 300
C2 ALASKA, LLC 125,224,320.62 125.22 million 214
ACCENTURE FEDERAL SERVICES LLC 120,830,607.11 120.83 million 113
MAXIMUS FEDERAL CONSULTING, LLC 97,677,346.03 97.68 million 39

Insight

Over the last 10 years, SECURITIES AND EXCHANGE COMMISSION obligated $5.07 billion across 16,916 awards, with an average award value of $299,793.48. Top-vendor obligations are spread across multiple contractors, with the leading vendor, ATTAIN, LLC, accounting for $247.22 million and 133 awards, followed closely by SRA INTERNATIONAL, INC. at $236.61 million and GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. at $212.53 million. The next tier remains relatively concentrated among a small set of IT and consulting vendors, while award volume is more dispersed, as FCN, INC. leads the group with 606 awards but a lower obligated total of $166.54 million.

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 = '5000'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,068,631,346.30 2.07 billion 1,647
541519 OTHER COMPUTER RELATED SERVICES 961,377,576.40 961.38 million 3,176
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 461,070,442.08 461.07 million 1,988
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 201,794,650.42 201.79 million 413
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 200,348,043.16 200.35 million 317
519190 ALL OTHER INFORMATION SERVICES 107,344,664.86 107.34 million 452
511210 SOFTWARE PUBLISHERS 95,793,246.95 95.79 million 513
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 77,474,553.24 77.47 million 599
541199 ALL OTHER LEGAL SERVICES 64,401,826.86 64.40 million 781
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 53,987,627.11 53.99 million 733

Insight

Over the last 10 years, SECURITIES AND EXCHANGE COMMISSION obligated $5.07 billion across 16,916 awards, with obligations concentrated in IT and related professional services. NAICS 541512, Computer Systems Design Services, is the largest category at $2.07 billion, representing about 41% of total obligations, followed by 541519, Other Computer Related Services, at $961.38 million. The top three NAICS codes together account for roughly 69% of obligated dollars, indicating a strong reliance on a small number of service categories, while the remaining top NAICS codes are individually below $500 million and more widely distributed by award count.

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 = '5000'
        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
2025 479,965,240.43 479.97 million 1,476
2024 568,463,034.88 568.46 million 1,314
2023 628,606,572.34 628.61 million 1,327
2022 616,310,567.47 616.31 million 1,364
2021 527,613,018.59 527.61 million 1,620
2020 531,544,827.44 531.54 million 1,617
2019 481,173,451.73 481.17 million 1,621
2018 410,465,244.22 410.47 million 1,945
2017 387,919,831.90 387.92 million 2,173
2016 439,244,851.99 439.24 million 2,459

Insight

Over the last 10 years, SECURITIES AND EXCHANGE COMMISSION obligated $5.07 billion across 16,916 awards, with an average award value of $299,793. Obligations were relatively stable in the $387.92 million to $628.61 million range, with a low in 2017 and a peak in 2023. Award volume generally declined from 2,459 in 2016 to 1,314 in 2024, then increased to 1,476 in 2025, indicating fewer but larger awards over time.

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.