In the last full year, CADDELL CONSTRUCTION CO. (DE), LLC (CAGE 6K4W4, UEI ELJMJND6DDF3) received 81 award actions totaling 218.27 million in obligations. Activity was concentrated in NAICS 236220, Commercial and Institutional Building Construction, with most obligations from the Department of State and the Department of the Army.
Federal Contractor
CADDELL CONSTRUCTION CO. (DE), LLC Federal Contract Obligations (Last Year)
Federal procurement profile for CADDELL CONSTRUCTION CO. (DE), LLC showing last full year obligations, awards, and agency mix.
This summary reflects the last full year and is based on readable obligation totals, award counts, and reported agency and NAICS data.
About CADDELL CONSTRUCTION CO. (DE), LLC federal contract activity
CADDELL CONSTRUCTION CO. (DE), LLC recorded 81 FPDS obligations totaling $218.27 million in the last full year, for an average award value of $2.69 million. The vendor’s activity is concentrated in a relatively small number of awards with substantial dollar value, indicating a mid- to large-scale federal construction profile.
Agency mix and customer concentration
The Department of State accounted for the vast majority of obligated dollars, with $184.66 million across 68 awards, or about 84.6% of total obligations. The Department of the Army provided the remaining $33.61 million across 13 awards, showing that the vendor’s federal business is primarily driven by State with a secondary Army relationship.
Industry profile based on NAICS activity
All recorded obligations in the analysis window map to NAICS 236220, Commercial and Institutional Building Construction. This indicates a highly concentrated industrial footprint with no diversification across other NAICS codes in the observed period.
Annual contract trend over the analysis window
The annual trend shows all tracked obligations in 2025, totaling $218.27 million across 81 awards. Because the analysis window covers only the last full year, the data reflects a single-year snapshot rather than a multi-year growth pattern.
How to interpret this page
This summary is based on FPDS award records associated with CAGE code 6K4W4 and UEI ELJMJND6DDF3 for the last full year. Obligations, award counts, and averages are calculated from the provided totals and may reflect modifications, task orders, or other contract actions as 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 = '6K4W4'
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 |
|---|---|---|---|---|
| 1900 | STATE, DEPARTMENT OF | 184,662,234.08 | 184.66 million | 68 |
| 2100 | DEPT OF THE ARMY | 33,608,437.42 | 33.61 million | 13 |
Insight
Over the last full year, CADDELL CONSTRUCTION CO. (DE), LLC received 218.27 million across 81 awards, with an average award value of 2.69 million. Obligations were highly concentrated in the Department of State, which accounted for 184.66 million and 68 awards, or about 84.6% of total obligated value. The Department of the Army represented the remaining 33.61 million across 13 awards, indicating a limited two-agency distribution with funding dominated by State.
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 = '6K4W4'
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 |
|---|---|---|---|---|
| 236220 | COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION | 218,270,671.50 | 218.27 million | 81 |
Insight
During the last full year, CADDELL CONSTRUCTION CO. (DE), LLC’s obligations were fully concentrated in NAICS 236220, Commercial and Institutional Building Construction. This NAICS accounts for the entire $218.27 million obligated across 81 awards, indicating a highly focused activity profile with no diversification across other industries in this window. The average award value of $2.69 million suggests a portfolio composed of multiple moderate-sized obligations rather than a small number of large awards.
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 = '6K4W4'
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 | 218,270,671.50 | 218.27 million | 81 |
Insight
Over the last full year, CADDELL CONSTRUCTION CO. (DE), LLC recorded $218.27 million in obligated awards across 81 actions, for an average award value of about $2.69 million. With all reported obligations concentrated in 2025, the annual trend reflects a single-year funding profile rather than a multi-year pattern. The award count and average value indicate a portfolio of moderately sized awards with material obligation concentration in the period.
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.