In the last full year, PATRIOT CONTRACT SERVICES, LLC recorded $328,482,766.59 in obligated federal awards across 875 actions, for an average action value of $375,408.87. Activity was concentrated in DEPT OF THE NAVY and MARITIME ADMINISTRATION, with all obligated value reported under NAICS 483111, Deep Sea Freight Transportation.
Federal Contractor
PATRIOT CONTRACT SERVICES, LLC Federal Contract Obligations (Last Year)
Federal procurement profile for PATRIOT CONTRACT SERVICES, LLC (CAGE 1EQ81, UEI S9L9DZ8RBNL6) covering last full year obligations and award activity.
Totals reflect the last full year analysis window and may include rounded display values alongside exact obligated amounts.
About PATRIOT CONTRACT SERVICES, LLC federal contract activity
PATRIOT CONTRACT SERVICES, LLC (CAGE 1EQ81, UEI S9L9DZ8RBNL6) recorded $328.48 million in obligated contract value across 875 awards in the last full year, for an average award value of $375,408.87. The profile is highly award-dense, with a large number of actions supporting a substantial aggregate spend.
Agency mix and customer concentration
Obligations were concentrated in the Department of the Navy, which accounted for $194.00 million across 57 awards, or the majority of total spend. The Maritime Administration contributed $134.48 million across 817 awards, indicating a much higher volume of smaller awards, while USTRANSCOM was immaterial at $5,000 across one award.
Industry profile based on NAICS activity
All recorded obligations in the analysis window map to NAICS 483111, Deep Sea Freight Transportation, totaling $328.48 million across 875 awards. This indicates a fully concentrated industry profile with no visible diversification across other NAICS codes in the reported period.
Annual contract trend over the analysis window
The annual trend shows all observed obligations in 2025, totaling $328.48 million across 875 awards. With only one year present in the analysis window, the data supports a point-in-time snapshot rather than a multi-year growth or decline assessment.
How to interpret this page
This summary is based on FPDS-derived obligations for the last full year and uses the provided vendor identifiers, agency rollups, NAICS classification, and annual totals. Obligated amounts reflect reported contract actions in the analysis window; award counts represent the number of awards included in the supplied aggregates.
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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1EQ81'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 193,997,554.10 | 194.00 million | 57 |
| 6938 | MARITIME ADMINISTRATION | 134,480,212.49 | 134.48 million | 817 |
| 9776 | USTRANSCOM | 5,000.00 | 5.00 thousand | 1 |
Insight
Over the last full year, PATRIOT CONTRACT SERVICES, LLC obligated $328.48 million across 875 awards, with spending concentrated in two agencies. The Department of the Navy accounts for the largest share at $194.00 million across 57 awards, while the Maritime Administration represents $134.48 million across 817 awards, indicating a materially higher award count but lower average obligation per award. USTRANSCOM is immaterial in comparison, with $5,000 across 1 award.
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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1EQ81'
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 |
|---|---|---|---|---|
| 483111 | DEEP SEA FREIGHT TRANSPORTATION | 328,482,766.59 | 328.48 million | 875 |
Insight
PATRIOT CONTRACT SERVICES, LLC (CAGE 1EQ81) shows complete NAICS concentration in 483111, Deep Sea Freight Transportation, for the last full year. All $328.48 million in obligated value and all 875 awards are associated with this single NAICS, indicating a fully concentrated procurement profile with no diversification across other industry codes in the period. The average award value of $375,408.87 is consistent with a high-volume award pattern within one primary service 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1EQ81'
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 | 328,482,766.59 | 328.48 million | 875 |
Insight
During the last full year, PATRIOT CONTRACT SERVICES, LLC (CAGE 1EQ81) received $328.48 million in obligated awards across 875 awards, for an average award value of about $375.4K. Because only one annual data point is available in the 1-year window, no year-over-year trend can be assessed. The award volume indicates obligations were distributed across a relatively large number of actions rather than concentrated in a small number of awards.
Use FPDS Query for deeper contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.
Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.