In the last full year, KOKOSING ALBERICI TRAYLOR, LLC recorded 35 federal award actions totaling $147,875,955.83 in obligated dollars, for an average action value of $4,225,027.30. All reported obligations in this period came from the Department of the Army and were classified under NAICS 237990, Other Heavy and Civil Engineering Construction.
Federal Contractor
KOKOSING ALBERICI TRAYLOR, LLC Federal Contract Obligations (Last Year)
Federal procurement profile for KOKOSING ALBERICI TRAYLOR, LLC (CAGE 914G9, UEI JKR3GLXEDRD1) covering last full year award activity.
This page summarizes FPDS award activity for the analysis window and reflects obligated amounts as reported in the source data.
About KOKOSING ALBERICI TRAYLOR, LLC federal contract activity
KOKOSING ALBERICI TRAYLOR, LLC recorded 35 FPDS-observed awards totaling 147.88 million in the last full year, with an average award value of 4.23 million. The company’s activity was concentrated in a single-agency, single-industry profile, indicating a focused federal contracting footprint during the analysis period.
Agency mix and customer concentration
All obligated dollars in the analysis window were associated with the DEPT OF THE ARMY, which accounted for 147.88 million across 35 awards. This indicates complete agency concentration and suggests the vendor’s federal revenue base in the period was dependent on Army procurement activity.
Industry profile based on NAICS activity
The vendor’s obligations were entirely captured under NAICS 237990, Other Heavy and Civil Engineering Construction, with 147.88 million across 35 awards. That profile points to a specialized role in heavy civil and infrastructure-related work rather than a diversified NAICS mix.
Annual contract trend over the analysis window
Annual activity in 2025 totaled 147.88 million across 35 awards, with no additional years reflected in the provided trend data. Based on the available window, the year appears to represent the full observed contracting volume for the vendor, so longer-term momentum or variability cannot be assessed from this dataset alone.
How to interpret this page
This summary uses the provided FPDS Query metrics for the last full year and reflects obligated dollars, award counts, and concentration by agency and NAICS code. No estimates, exclusions, or external sources were introduced, and the narrative is limited to the supplied data.
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 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 |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | 147,875,955.83 | 147.88 million | 35 |
Insight
KOKOSING ALBERICI TRAYLOR, LLC received $147.88 million across 35 awards in the last full year, all of which were obligated by the Department of the Army. This indicates complete concentration of obligation activity within a single agency, with no distribution across other agencies in the period reviewed. The average award value of about $4.23 million suggests the activity was composed of relatively large individual obligations rather than a broad spread of small awards.
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 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 |
|---|---|---|---|---|
| 237990 | OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION | 147,875,955.83 | 147.88 million | 35 |
Insight
Over the last full year, KOKOSING ALBERICI TRAYLOR, LLC’s federal obligations were fully concentrated in NAICS 237990, Other Heavy and Civil Engineering Construction. The vendor received 35 awards totaling $147.88 million, with an average award value of about $4.23 million, indicating a high degree of single-NAICS specialization rather than diversified contract activity. This concentration suggests the firm’s recent federal work was consistently tied to heavy civil construction requirements.
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 1 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 |
Insight
In the last full year, KOKOSING ALBERICI TRAYLOR, LLC (CAGE 914G9) received $147.88 million across 35 awards, for an average award value of $4.23 million. Obligations are entirely concentrated in a single reported year (2025), so no multi-year trend can be assessed from the provided window. The award profile indicates moderate dispersion across transactions rather than reliance on a small number of very large 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.