Federal Agency

FEDERAL TRANSIT ADMINISTRATION Federal Contract Obligations (Last 10 Years)

Federal Transit Administration procurement data for the last 10 years shows 7,023 award actions totaling $1.14 billion in obligated spending.

The Federal Transit Administration (Agency ID 6955) records $1,138,763,411.73 in obligated awards across 7,023 actions over the last 10 years, with an average action value of $162,147.71. Annual obligations stayed above $100 million in each listed year, peaking at $146.18 million in 2024.

Generated at 03/21/2026

Analysis period: Last 10 years

Top obligations are concentrated in NAICS 541611, Administrative Management and General Management Consulting Services, which accounts for $823.30 million and 4,909 actions.

Agency ID
6955
Total Obligated
1.14 billion
1,138,763,411.73
Award Actions
7,023
Average Action Value
162,147.71

About FEDERAL TRANSIT ADMINISTRATION federal contract activity

Over the last 10 years, the Federal Transit Administration recorded $1.14 billion in obligated contract actions across 7,023 awards, for an average award value of $162,147.71. The profile is defined by a high volume of relatively small-to-mid-sized obligations, indicating extensive use of contracted professional and technical services rather than a small number of very large awards.

Vendor concentration and leading contractors

Vendor obligations are led by COLLABRALINK TECHNOLOGIES, INCORPORATED at $102.82 million across 109 awards, followed by BOYD CATON GROUP, INC. at $81.34 million across 242 awards. DAVID EVANS AND ASSOCIATES, INC., GUIDEHOUSE INC., and KAL KRISHNAN CONSULTING SERVICES INC. round out the top five, showing a mix of higher-value and higher-frequency vendors.

Industry profile based on NAICS activity

Contracting is heavily concentrated in NAICS 541611, Administrative Management and General Management Consulting Services, which accounts for $823.30 million and 4,909 awards. The next largest categories are computer systems design, custom programming, computer facilities management, and accounting services, indicating a portfolio centered on management consulting and IT support with a smaller but material audit/accounting component.

Annual contract trend over the analysis window

Annual obligations in the most recent five years remained above $100 million each year, ranging from $100.55 million in 2021 to a peak of $146.18 million in 2024. Award counts stayed broadly stable in the 668 to 802 range, with 2025 at $122.57 million across 749 awards, suggesting sustained procurement activity after the 2024 high point.

How to interpret this page

This page summarizes FPDS contract obligation data for Federal Transit Administration (Agency ID 6955) over the last 10 years. Metrics reflect obligated dollars and award counts as recorded in the dataset, and vendor and NAICS summaries are based on total obligated amount within the analysis window.

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 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
COLLABRALINK TECHNOLOGIES, INCORPORATED 102,821,305.86 102.82 million 109
BOYD CATON GROUP, INC. 81,336,080.65 81.34 million 242
DAVID EVANS AND ASSOCIATES, INC. 48,209,608.60 48.21 million 149
GUIDEHOUSE INC. 44,752,511.44 44.75 million 169
KAL KRISHNAN CONSULTING SERVICES INC 43,960,081.77 43.96 million 238
BURNS ENGINEERING, INC. 40,966,008.05 40.97 million 181
URBAN ENGINEERS, INC. 38,698,142.49 38.70 million 157
PMO PARTNERSHIP JV, LLC 37,859,033.31 37.86 million 216
INCENTIVE TECHNOLOGY GROUP, LLC 36,981,269.80 36.98 million 41
DELON HAMPTON & ASSOCIATES, CHARTERED 23,215,549.98 23.22 million 65

Insight

Over the last 10 years, FEDERAL TRANSIT ADMINISTRATION obligated $1.14 billion across 7,023 awards, with an average award value of $162,147.71. Top vendor obligations are moderately concentrated: the leading vendor, COLLABRALINK TECHNOLOGIES, INCORPORATED, received $102.82 million, and the top 10 vendors together account for about $506.6 million, or roughly 44.5% of total obligations. The distribution also shows frequent repeat award activity, with several vendors receiving more than 150 awards despite comparatively lower total obligation levels, indicating a spread of obligations across recurring service relationships rather than reliance on a single dominant 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 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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 823,298,698.69 823.30 million 4,909
541512 COMPUTER SYSTEMS DESIGN SERVICES 117,678,877.23 117.68 million 152
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 54,729,261.46 54.73 million 150
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 36,981,269.80 36.98 million 41
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 28,011,819.51 28.01 million 661
541519 OTHER COMPUTER RELATED SERVICES 18,901,880.83 18.90 million 150
541618 OTHER MANAGEMENT CONSULTING SERVICES 13,473,652.25 13.47 million 53
541219 OTHER ACCOUNTING SERVICES 9,327,948.54 9.33 million 115
561920 CONVENTION AND TRADE SHOW ORGANIZERS 6,552,581.73 6.55 million 103
561110 OFFICE ADMINISTRATIVE SERVICES 5,727,935.68 5.73 million 62

Insight

Over the last 10 years, FEDERAL TRANSIT ADMINISTRATION obligated $1.14 billion across 7,023 awards, with spending highly concentrated in NAICS 541611, Administrative Management and General Management Consulting Services. That category accounts for $823.30 million and 4,909 awards, or roughly 72% of total obligations and 70% of award volume, indicating strong reliance on a single service line. The remaining top NAICS are much smaller and are centered on information technology and related professional services, including computer systems design, custom programming, computer facilities management, and accounting.

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 10 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
2020 99,797,906.26 99.80 million 760
2019 91,444,876.03 91.44 million 767
2018 76,516,199.58 76.52 million 613
2017 108,904,332.46 108.90 million 524
2016 121,139,004.32 121.14 million 624

Insight

Over the last 10 years, the Federal Transit Administration obligated $1.14 billion across 7,023 awards, with an average award value of $162,147.71. Obligations were relatively stable in the $91.4 million to $146.2 million range annually, with the highest levels in 2024 ($146.18 million) and 2023 ($142.23 million) and the lowest in 2018 ($76.52 million). Award volume generally ranged from 524 to 802 per year, indicating a broad but fairly consistent distribution of activity rather than heavy concentration in a single 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.