PSC Code

PSC V124 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC V124 (TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MARINE CHARTER) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC V124 (TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MARINE CHARTER) for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.

PSC Code
V124
PSC Description
TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MARINE CHARTER
Total Obligated
8.37 billion
8,370,853,359.62
Award Actions
4,785
Average Action Value
1,749,394.64

About PSC V124 federal contract activity

This page summarizes last 5 years of federal contract activity associated with PSC V124 (TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MARINE CHARTER). Based on the current FPDS Query dataset, this category shows 8.37 billion in visible obligations across 4,785 award actions, with an average action value of 1,749,394.64. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC V124 (TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MARINE CHARTER) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE NAVY, with 8.35 billion in obligations, followed by U.S. COAST GUARD. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC V124 (TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MARINE CHARTER) over the last 5 years. The current ranking is led by PATRIOT CONTRACT SERVICES, LLC, with 1.26 billion in obligations, followed by CROWLEY GOVERNMENT SERVICES, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC V124 (TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MARINE CHARTER) across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'V124'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
1700 DEPT OF THE NAVY 8,347,000,311.80 8.35 billion 4,437
7008 U.S. COAST GUARD 12,782,185.51 12.78 million 147
1450 BUREAU OF INDIAN AFFAIRS 2,400,774.28 2.40 million 38
2100 DEPT OF THE ARMY 2,380,124.39 2.38 million 4
5700 DEPT OF THE AIR FORCE 2,251,220.64 2.25 million 6
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 1,320,153.28 1.32 million 26
1443 NATIONAL PARK SERVICE 1,236,417.78 1.24 million 46
6800 ENVIRONMENTAL PROTECTION AGENCY 539,924.68 539.92 thousand 6
1448 U.S. FISH AND WILDLIFE SERVICE 353,515.92 353.52 thousand 17
1434 US GEOLOGICAL SURVEY 233,132.50 233.13 thousand 20

Insight

PSC V124 (TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MARINE CHARTER) appears to be concentrated among a relatively small group of major buying agencies over the last 5 years. The visible ranking is led by DEPT OF THE NAVY, followed by U.S. COAST GUARD, which suggests that agency demand in this category is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode), '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'V124'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
PATRIOT CONTRACT SERVICES, LLC 1EQ81 1,262,977,825.68 1.26 billion 306
CROWLEY GOVERNMENT SERVICES, INC. 5ABY0 814,684,868.61 814.68 million 217
OCEAN SHIPS, INC. 1NFH5 801,935,262.32 801.94 million 296
U.S. MARINE MANAGEMENT, INCORPORATED 1XDZ5 591,897,982.37 591.90 million 225
CROWLEY TECHNICAL MANAGEMENT, INC. 5ABY0 412,338,150.23 412.34 million 123
HORNBECK OFFSHORE OPERATORS, LLC 31BD2 362,119,717.72 362.12 million 158
TRANSOCEANIC CABLE SHIP COMPANY LLC 3A7P1 325,121,570.13 325.12 million 57
AMERICAN PETROLEUM TANKERS LLC 5SZC7 302,315,379.11 302.32 million 31
US MARINE MANAGEMENT INC 1XDZ5 245,543,380.10 245.54 million 60
SEALIFT INC OF DELAWARE 1C9M8 242,843,625.74 242.84 million 154

Insight

Within PSC V124 (TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MARINE CHARTER), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. PATRIOT CONTRACT SERVICES, LLC ranks first, followed by CROWLEY GOVERNMENT SERVICES, INC., which helps define the current competitive landscape in this category.

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__productOrServiceInformation__productOrServiceCode = 'V124'
        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 1,684,482,564.34 1.68 billion 797
2024 1,849,283,249.34 1.85 billion 982
2023 1,785,165,923.23 1.79 billion 930
2022 1,611,559,406.99 1.61 billion 1,126
2021 1,440,362,215.72 1.44 billion 950

Insight

The annual trend shows how obligations in PSC V124 (TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: MARINE CHARTER) moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.