Federal Agency

FEDERAL TRANSIT ADMINISTRATION Federal Contract Obligations (Last 5 Years)

Federal Transit Administration procurement activity in the last 5 years totals $640.96 million across 3,735 award actions, with most obligations in consulting and IT services.

Federal Transit Administration obligations in the last 5 years total $640,961,093.08 across 3,735 award actions, for an average action value of $171,609.39. Spending is concentrated in NAICS 541611 administrative management and general management consulting services, with additional activity in computer systems design, computer facilities management, custom programming, and other computer-related services.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the selected 5-year analysis window for agency ID 6955 and are based on obligated dollars and award actions in FPDS query data.

Agency ID
6955
Total Obligated
640.96 million
640,961,093.08
Award Actions
3,735
Average Action Value
171,609.39

About FEDERAL TRANSIT ADMINISTRATION federal contract activity

Over the last 5 years, the Federal Transit Administration (Agency ID 6955) obligated 640.96 million across 3,735 awards, with an average award value of 171,609.39. The spending profile indicates a high volume of relatively small-to-mid-sized obligations consistent with a broad mix of acquisition and support activity.

Vendor concentration and leading contractors

Obligations are concentrated among a small set of vendors, led by Collaboralink Technologies, Incorporated at 61.44 million across 73 awards. Guidehouse Inc. follows with 44.75 million across 169 awards, while Incentive Technology Group, LLC, Boyd Caton Group, Inc., and David Evans and Associates, Inc. round out the top five, indicating recurring reliance on consulting and technical support providers.

Industry profile based on NAICS activity

NAICS 541611, Administrative Management and General Management Consulting Services, dominates agency spending with 456.71 million across 2,705 awards, accounting for the majority of obligated dollars. The next largest categories are computer systems design services, computer facilities management services, custom computer programming services, and other computer related services, showing a strong concentration in management consulting and IT-related support.

Annual contract trend over the analysis window

Annual obligations rose from 100.55 million in 2021 to a peak of 146.18 million in 2024, before easing to 122.57 million in 2025. Award counts remained consistently high throughout the period, ranging from 668 to 802, which suggests stable procurement activity even as annual dollars fluctuated.

How to interpret this page

This summary is based on FPDS obligations and award records for Agency ID 6955 over the last five years. Totals reflect obligated dollars, award counts, vendor rankings, and NAICS concentration as reported in the provided analysis window, without extrapolation beyond the supplied data.

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 = '6955'
        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
COLLABRALINK TECHNOLOGIES, INCORPORATED 61,437,661.12 61.44 million 73
GUIDEHOUSE INC. 44,752,511.44 44.75 million 169
INCENTIVE TECHNOLOGY GROUP, LLC 36,981,269.80 36.98 million 41
BOYD CATON GROUP, INC. 35,824,139.55 35.82 million 128
DAVID EVANS AND ASSOCIATES, INC. 31,705,889.60 31.71 million 84
DELON HAMPTON & ASSOCIATES, CHARTERED 19,473,533.98 19.47 million 54
KAL KRISHNAN CONSULTING SERVICES INC 18,906,081.40 18.91 million 107
BURNS ENGINEERING, INC. 18,820,199.06 18.82 million 86
URBAN ENGINEERS, INC. 17,884,444.14 17.88 million 98
PMO PARTNERSHIP JV, LLC 15,842,614.25 15.84 million 121

Insight

Over the last 5 years, the Federal Transit Administration obligated $640.96 million across 3,735 awards, with an average award value of $171.6 thousand. Top-vendor obligations are moderately concentrated: the top 10 vendors account for about $288.95 million, or roughly 45% of total obligations, indicating a substantial but not dominant reliance on a small supplier set. The largest vendor, COLLABRALINK TECHNOLOGIES, INCORPORATED, received $61.44 million across 73 awards, while several other leading vendors also appear repeatedly with comparatively high award counts, suggesting sustained use of multiple firms rather than dependence on a single contractor.

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 = '6955'
        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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 456,706,744.51 456.71 million 2,705
541512 COMPUTER SYSTEMS DESIGN SERVICES 64,458,505.71 64.46 million 84
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 36,981,269.80 36.98 million 41
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 21,946,763.51 21.95 million 53
541519 OTHER COMPUTER RELATED SERVICES 13,725,260.00 13.73 million 84
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 8,905,234.19 8.91 million 289
541330 ENGINEERING SERVICES 6,809,819.93 6.81 million 22
561110 OFFICE ADMINISTRATIVE SERVICES 6,596,825.46 6.60 million 56
541219 OTHER ACCOUNTING SERVICES 5,407,371.46 5.41 million 48
561920 CONVENTION AND TRADE SHOW ORGANIZERS 5,259,948.60 5.26 million 68

Insight

Over the last 5 years, FEDERAL TRANSIT ADMINISTRATION obligated $640.96 million across 3,735 awards, with spending highly concentrated in NAICS 541611, Administrative Management and General Management Consulting Services, which accounts for $456.71 million and 2,705 awards. The remaining obligated dollars are distributed across a smaller set of service codes, led by IT-related NAICS 541512, 541513, 541511, and 541519, which together represent a materially smaller share of total obligations than 541611 alone. Secondary activity also appears in accounting, engineering, administrative support, and event services, but each of these categories is comparatively limited in dollar value.

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 = '6955'
        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
2025 122,571,134.23 122.57 million 749
2024 146,176,848.16 146.18 million 802
2023 142,228,045.41 142.23 million 747
2022 129,439,082.19 129.44 million 769
2021 100,545,983.09 100.55 million 668

Insight

Over the last 5 years, the Federal Transit Administration obligated $640.96 million across 3,735 awards, averaging $171.6 thousand per award. Obligations were relatively stable year to year, rising from $100.55 million in 2021 to a peak of $146.18 million in 2024 before declining to $122.57 million in 2025. Award volume followed a similar pattern, ranging from 668 in 2021 to 802 in 2024, indicating a broadly distributed procurement profile without a single dominant year.

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.