In the last full year, VETERANS EVALUATION SERVICES, INC. recorded 46 award actions totaling $3,224,734,156.16, for an average action value of $70,102,916.43. All recorded obligations were with the Department of Veterans Affairs and classified under NAICS 621111, Offices of Physicians (except Mental Health Specialists).
Federal Contractor
VETERANS EVALUATION SERVICES, INC. Federal Contract Obligations (Last Year)
Federal procurement summary for VETERANS EVALUATION SERVICES, INC. (CAGE 69U26, UEI MT6ZNX9BMGB7) covering obligations, awards, agencies, and NAICS activity in the last full year.
Figures reflect the provided analysis window and may differ from later updates or revised FPDS extracts.
About VETERANS EVALUATION SERVICES, INC. federal contract activity
VETERANS EVALUATION SERVICES, INC. (CAGE 69U26, UEI MT6ZNX9BMGB7) recorded 3.22 billion in obligated awards across 46 actions in the last full year, for an average award value of 70.10 million. The profile indicates a highly concentrated federal revenue stream with substantial award size and limited transaction count.
Agency mix and customer concentration
All obligated dollars in the analysis window were awarded by the Veterans Affairs, Department of (agency 3600), accounting for 3.22 billion across 46 awards. This indicates complete reliance on a single federal customer and a fully concentrated agency mix.
Industry profile based on NAICS activity
All observed obligations were categorized under NAICS 621111, Offices of Physicians (except Mental Health Specialists), with 3.22 billion across 46 awards. The NAICS profile is entirely concentrated in one healthcare services code, suggesting the vendor’s federal work is aligned to physician office or clinical services activity.
Annual contract trend over the analysis window
The annual trend shows 3.22 billion obligated in 2025, matching the full 46-award activity captured in the analysis window. With only one year represented, the dataset supports a point-in-time view rather than a multi-year growth or volatility assessment.
How to interpret this page
This summary is based on FPDS-observed obligations associated with the vendor’s CAGE code 69U26 and UEI MT6ZNX9BMGB7 during the last full year. Agency and NAICS shares are derived from recorded award obligations and counts in the provided analysis window.
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 = '69U26'
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 |
|---|---|---|---|---|
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 3,224,734,156.16 | 3.22 billion | 46 |
Insight
For the last full year, VETERANS EVALUATION SERVICES, INC. had all reported obligations concentrated within a single agency: the Department of Veterans Affairs (agency code 3600). The vendor received 46 awards totaling $3.22 billion, for an average award value of about $70.1 million. This indicates a highly concentrated award profile with no diversification across other agencies in the reported period.
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 = '69U26'
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 |
|---|---|---|---|---|
| 621111 | OFFICES OF PHYSICIANS (EXCEPT MENTAL HEALTH SPECIALISTS) | 3,224,734,156.16 | 3.22 billion | 46 |
Insight
Over the last full year, VETERANS EVALUATION SERVICES, INC. (CAGE 69U26) had all reported obligations concentrated in a single NAICS code, 621111, with $3.22 billion across 46 awards. This indicates a highly concentrated award profile with no observable diversification across NAICS categories in the provided period. The average award value was approximately $70.1 million, suggesting a relatively high-dollar, recurring procurement pattern within this code.
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 = '69U26'
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 | 3,224,734,156.16 | 3.22 billion | 46 |
Insight
In the last full year, VETERANS EVALUATION SERVICES, INC. (CAGE 69U26) obligated $3.22 billion across 46 awards, for an average award value of about $70.1 million. This indicates a highly concentrated obligation profile, with substantial funding flowing through a relatively limited number of awards. Because only one annual period is provided, no year-over-year trend can be assessed from this view.
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.