KOKOSING ALBERICI TRAYLOR, LLC recorded 67 federal award actions with total obligations of $1.94 billion in the last 10 years, for an average action value of $28.89 million. The Department of the Army accounted for all reported obligations, and all awards were classified under NAICS 237990, Other Heavy and Civil Engineering Construction.
Federal Contractor
KOKOSING ALBERICI TRAYLOR, LLC Federal Contract Obligations (Last 10 Years)
Federal procurement profile for KOKOSING ALBERICI TRAYLOR, LLC (CAGE 914G9, UEI JKR3GLXEDRD1) covering obligations over the last 10 years.
Annual obligations were concentrated in 2022 and 2023, then declined in 2024 before increasing again in 2025.
About KOKOSING ALBERICI TRAYLOR, LLC federal contract activity
KOKOSING ALBERICI TRAYLOR, LLC (CAGE 914G9, UEI JKR3GLXEDRD1) recorded 67 FPDS awards totaling $1.94 billion over the last 10 years, with an average award value of $28.89 million. The profile is concentrated in large-dollar federal construction obligations rather than a broad volume of small transactions.
Agency mix and customer concentration
All tracked obligations in the analysis window are associated with the DEPT OF THE ARMY, which accounted for the full $1.94 billion across 67 awards. This indicates a highly concentrated customer base and limited agency diversification in the available FPDS record set.
Industry profile based on NAICS activity
Obligations are entirely concentrated under NAICS 237990, Other Heavy and Civil Engineering Construction, with the same 67 awards and $1.94 billion total obligated. The contract mix therefore aligns closely with heavy civil and infrastructure work rather than a diversified industrial or services footprint.
Annual contract trend over the analysis window
Annual obligation flow became markedly front-loaded in 2022, when the vendor received $1.08 billion across 3 awards, followed by $479.14 million in 2023 and $231.05 million in 2024. In 2025, obligations through the analysis window declined to $147.88 million, but award count increased to 35, suggesting a shift toward smaller or more numerous awards relative to prior years.
How to interpret this page
This summary is based on FPDS award records associated with CAGE 914G9 and UEI JKR3GLXEDRD1 over the last 10 years. Totals, counts, agency concentration, NAICS concentration, and annual trends reflect only the data provided in the analysis window and are limited to obligated amounts captured in FPDS.
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 = '914G9'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 1,935,590,946.56 | 1.94 billion | 67 |
Insight
Over the last 10 years, KOKOSING ALBERICI TRAYLOR, LLC’s federal obligations are fully concentrated with the Department of the Army, which accounts for all $1.94 billion in recorded obligations and all 67 awards. This indicates a highly concentrated customer base with no measurable agency diversification in the provided data. The average award value of about $28.9 million suggests a portfolio of relatively large Army awards rather than a broad spread of small transactions.
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 = '914G9'
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 |
|---|---|---|---|---|
| 237990 | OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION | 1,935,590,946.56 | 1.94 billion | 67 |
Insight
Over the last 10 years, KOKOSING ALBERICI TRAYLOR, LLC’s obligations are fully concentrated in NAICS 237990, Other Heavy and Civil Engineering Construction. This NAICS accounts for the full 1.94 billion in obligated dollars across 67 awards, indicating a highly focused contract profile with no observed diversification across other NAICS codes in this window. The average award value of about 28.9 million suggests the vendor’s activity is driven by relatively large civil construction actions rather than a broad mix of smaller procurements.
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 = '914G9'
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 | 147,875,955.83 | 147.88 million | 35 |
| 2024 | 231,051,422.00 | 231.05 million | 21 |
| 2023 | 479,139,418.73 | 479.14 million | 8 |
| 2022 | 1,077,524,150.00 | 1.08 billion | 3 |
Insight
KOKOSING ALBERICI TRAYLOR, LLC (CAGE 914G9) obligated $1.94 billion across 67 awards over the last 10 years, averaging $28.9 million per award. Annual activity is highly concentrated in recent years, with 2022 accounting for $1.08 billion and 3 awards, 2023 for $479.1 million and 8 awards, 2024 for $231.1 million and 21 awards, and 2025 for $147.9 million across 35 awards. This pattern indicates a shift from a small number of very large obligations in earlier years to a higher volume of smaller awards more recently.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.