In the last full year, FAMILY ENDEAVORS, INC. recorded -$61.50 million in total obligated value across 18 award actions, with an average action value of -$3.42 million. Activity was concentrated with U.S. Customs and Border Protection, the Administration for Children and Families, and Departmental Offices, and most obligations fell under NAICS 624190, 624110, and 561210.
Federal Contractor
FAMILY ENDEAVORS, INC. Federal Contract Obligations (Last Year)
Federal procurement summary for FAMILY ENDEAVORS, INC. (CAGE 52LR2, UEI PC1AM3TAQXD8) covering obligations, award volume, and agency and NAICS concentration in the last full year.
Negative obligated values may reflect deobligations, modifications, or other downward adjustments in the reporting period.
About FAMILY ENDEAVORS, INC. federal contract activity
FAMILY ENDEAVORS, INC. recorded -$61.50 million in obligated value across 18 awards during the last full year, for an average award value of -$3.42 million. The negative total indicates net deobligation activity over the period rather than a simple new-obligation profile. Activity was concentrated in a limited number of awards, with material offsetting adjustments affecting the annual total.
Agency mix and customer concentration
U.S. Customs and Border Protection accounted for the largest positive obligated value at $13.60 million across 13 awards, making it the most active awarding agency by count and a major source of gross obligations. Administration for Children and Families contributed $6.10 million through a single award. Departmental Offices posted -$81.19 million across 4 awards, and this negative value dominated the overall agency mix and drove the net annual total into negative territory.
Industry profile based on NAICS activity
The award profile was concentrated in NAICS 624190, Other Individual and Family Services, which matched the CBP activity and represented $13.60 million across 13 awards. NAICS 624110, Child and Youth Services, added $6.10 million in a single award. NAICS 561210, Facilities Support Services, recorded -$81.19 million across 4 awards and was the primary source of the net negative obligation balance.
Annual contract trend over the analysis window
The annual trend shows a single-year snapshot for 2025, with total obligations of -$61.50 million across 18 awards. Because only one year is present, no year-over-year growth rate or multi-year pattern can be inferred from the provided data. The year-end result reflects substantial negative adjustments outweighing positive obligations.
How to interpret this page
This summary uses the provided FPDS Query analysis window of the last full year and the supplied overview, agency, NAICS, and annual trend metrics. Obligated values are reported as provided, including negative amounts where recorded, and may reflect deobligations, cancellations, or other downward adjustments. No additional sources or assumptions were used beyond the supplied dataset.
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 = '52LR2'
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 |
|---|---|---|---|---|
| 7014 | U.S. CUSTOMS AND BORDER PROTECTION | 13,595,649.99 | 13.60 million | 13 |
| 7590 | ADMINISTRATION FOR CHILDREN AND FAMILIES | 6,096,688.01 | 6.10 million | 1 |
| 1406 | DEPARTMENTAL OFFICES | -81,194,549.87 | -81.19 million | 4 |
Insight
Over the last full year, FAMILY ENDEAVORS, INC. (CAGE 52LR2) had $61.50 million in net deobligations across 18 awards, with a negative average award value of $3.42 million. Agency activity was concentrated in three organizations: DEPARTMENTAL OFFICES accounted for the largest share of net value at -$81.19 million across 4 awards, while U.S. CUSTOMS AND BORDER PROTECTION obligated $13.60 million across 13 awards and the Administration for Children and Families obligated $6.10 million in 1 award. The portfolio is therefore dominated by reversals in one agency, partially offset by positive obligations in two others.
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 = '52LR2'
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 |
|---|---|---|---|---|
| 624190 | OTHER INDIVIDUAL AND FAMILY SERVICES | 13,595,649.99 | 13.60 million | 13 |
| 624110 | CHILD AND YOUTH SERVICES | 6,096,688.01 | 6.10 million | 1 |
| 561210 | FACILITIES SUPPORT SERVICES | -81,194,549.87 | -81.19 million | 4 |
Insight
Over the last full year, FAMILY ENDEAVORS, INC. (CAGE 52LR2) recorded net obligations of -$61.50 million across 18 awards, indicating that deobligations materially outweighed new obligations in the period. Activity was concentrated in NAICS 561210, Facilities Support Services, which accounted for -$81.19 million across 4 awards and drove the overall negative total. Positive obligations were concentrated in NAICS 624190, Other Individual and Family Services, at $13.60 million across 13 awards, with a smaller $6.10 million in NAICS 624110, Child and Youth Services.
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 = '52LR2'
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 | -61,502,211.87 | -61.50 million | 18 |
Insight
During the last full year, FAMILY ENDEAVORS, INC. (CAGE 52LR2) recorded -$61.50 million in total obligated value across 18 awards, yielding a negative average award value of -$3.42 million. Obligations are fully concentrated in a single year in the 1-year window (2025), indicating no year-over-year distribution within the available period. The obligation profile suggests a small number of awards drove the full annual total, with materially concentrated activity.
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.