Federal Agency

FEDERAL TRANSIT ADMINISTRATION Federal Contract Obligations (Last Year)

Federal Transit Administration procurement data for the last full year shows 749 award actions totaling $122.57 million in obligations.

Federal Transit Administration (Agency ID 6955) obligated $122,571,134.23 across 749 award actions in the last full year, for an average action value of $163,646.37. Spending was concentrated in administrative management and general management consulting services, with smaller shares in computer systems design, computer facilities management, custom programming, and accounting services.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year only and are based on obligated amounts and award actions reported in FPDS query results.

Agency ID
6955
Total Obligated
122.57 million
122,571,134.23
Award Actions
749
Average Action Value
163,646.37

About FEDERAL TRANSIT ADMINISTRATION federal contract activity

In the last full year, the Federal Transit Administration obligated $122.57 million across 749 awards, for an average award value of $163,646.37. The spending profile is concentrated in professional and technical services, indicating a procurement mix dominated by advisory, systems, and administrative support work rather than large capital awards.

Vendor concentration and leading contractors

The top five vendors account for a meaningful share of obligations, led by COLLABRALINK TECHNOLOGIES, INCORPORATED at $11.42 million across 15 awards and DAVID EVANS AND ASSOCIATES, INC. at $10.44 million across 14 awards. URBAN ENGINEERS INC, INCENTIVE TECHNOLOGY GROUP, LLC, and KAL KRISHNAN CONSULTING SERVICES, INC. round out the leading vendor set, reinforcing a supplier base concentrated in consulting, engineering, and IT services.

Industry profile based on NAICS activity

NAICS 541611, Administrative Management and General Management Consulting Services, dominates the profile with $82.97 million across 542 awards, far exceeding every other category. The next largest categories are computer systems design services, computer facilities management services, custom computer programming services, and other accounting services, which together indicate strong demand for management consulting and information technology support.

Annual contract trend over the analysis window

The annual trend shows $122.57 million obligated across 749 awards in 2025, which is the full analysis year reflected in this view. With only one year displayed, the data supports a current-state snapshot rather than a multi-year growth assessment.

How to interpret this page

This page summarizes FPDS obligations for agency ID 6955, the Federal Transit Administration, using the last full year available in the dataset. Metrics reflect obligated dollars and award counts as reported in FPDS; vendor and NAICS rankings 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 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
COLLABRALINK TECHNOLOGIES, INCORPORATED 11,416,334.04 11.42 million 15
DAVID EVANS AND ASSOCIATES, INC. 10,443,539.37 10.44 million 14
URBAN ENGINEERS INC 10,348,240.00 10.35 million 12
INCENTIVE TECHNOLOGY GROUP, LLC 7,453,170.40 7.45 million 10
KAL KRISHNAN CONSULTING SERVICES, INC. 6,039,733.00 6.04 million 10
DELON HAMPTON & ASSOCIATES, CHARTERED 4,574,165.00 4.57 million 9
GUIDEHOUSE INC. 4,397,328.53 4.40 million 30
PMO PARTNERSHIP JV, LLC 4,055,071.00 4.06 million 24
BOWMAN ENGINEERING & CONSULTING INC 3,741,988.00 3.74 million 8
BURNS ENGINEERING, INC. 3,632,600.00 3.63 million 8

Insight

Over the last full year, the Federal Transit Administration obligated $122.57 million across 749 awards, with the top 10 vendors accounting for a meaningful but not dominant share of total obligations. The leading vendors are concentrated in engineering, consulting, and IT services, with COLLABRALINK TECHNOLOGIES, INCORPORATED ($11.42 million, 15 awards), DAVID EVANS AND ASSOCIATES, INC. ($10.44 million, 14 awards), and URBAN ENGINEERS INC ($10.35 million, 12 awards) each receiving roughly 8–9% of total obligations. Award volume is more dispersed than dollars, as GUIDEHOUSE INC. (30 awards) and PMO PARTNERSHIP JV, LLC (24 awards) received more awards than several higher-obligation vendors, indicating multiple smaller actions alongside larger contract values.

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 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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 82,970,561.60 82.97 million 542
541512 COMPUTER SYSTEMS DESIGN SERVICES 11,416,334.04 11.42 million 15
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 7,453,170.40 7.45 million 10
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 4,701,644.96 4.70 million 8
541219 OTHER ACCOUNTING SERVICES 3,472,997.13 3.47 million 11
541519 OTHER COMPUTER RELATED SERVICES 2,722,883.54 2.72 million 24
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 2,000,000.00 2.00 million 1
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 1,946,431.16 1.95 million 41
541330 ENGINEERING SERVICES 1,897,642.48 1.90 million 9
541620 ENVIRONMENTAL CONSULTING SERVICES 1,009,195.73 1.01 million 4

Insight

Over the last full year, FEDERAL TRANSIT ADMINISTRATION obligated $122.57 million across 749 awards, with activity heavily concentrated in NAICS 541611, Administrative Management and General Management Consulting Services, which accounted for $82.97 million and 542 awards. The next-largest categories were substantially smaller, led by Computer Systems Design Services ($11.42 million) and Computer Facilities Management Services ($7.45 million), indicating a strong skew toward management consulting with a secondary concentration in IT-related services. Remaining top NAICS categories each represented less than $5 million, suggesting a long tail of comparatively modest obligations across other professional services.

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 1 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

Insight

For the last full year, the Federal Transit Administration obligated $122.57 million across 749 awards, for an average award value of $163,646.37. The activity is concentrated in a single annual period, so this view reflects the agency’s full-year obligation volume rather than a multi-year trend. The award count suggests a distributed obligation profile with comparatively modest average award size.

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.