Federal Contractor

LOYAL SOURCE GOVERNMENT SERVICES LLC Federal Contract Obligations (Last Year)

Analyst summary of LOYAL SOURCE GOVERNMENT SERVICES LLC federal obligations, led by Department of Veterans Affairs healthcare-related awards in the last full year.

LOyal SOURCE GOVERNMENT SERVICES LLC (CAGE 5JN54, UEI Y54FQAPG4TN5) recorded 74 award actions and $2,311,145,681.15 in total obligations in the last full year. The vendor’s activity was concentrated at the Department of Veterans Affairs, with smaller obligations from U.S. Customs and Border Protection and the Defense Health Agency.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual totals reflect obligations in the last full year and are based on the provided FPDS summary data.

CAGE Code
5JN54
UEI
Y54FQAPG4TN5
Total Obligated
2.31 billion
2,311,145,681.15
Award Actions
74
Average Action Value
31,231,698.39

About LOYAL SOURCE GOVERNMENT SERVICES LLC federal contract activity

LOYAL SOURCE GOVERNMENT SERVICES LLC (CAGE 5JN54, UEI Y54FQAPG4TN5) recorded 74 awards and $2.31 billion in obligated funding during the last full year, for an average award value of $31.23 million. The activity profile is highly concentrated, with one agency accounting for the clear majority of obligations.

Agency mix and customer concentration

The Department of Veterans Affairs obligated $2.22 billion across 28 awards, representing the dominant share of vendor spend in the period. U.S. Customs and Border Protection followed at $104.95 million across 15 awards, while the Defense Health Agency added $2.11 million across 10 awards. Federal Acquisition Service and the Department of the Navy contributed comparatively small amounts, indicating a limited but broader federal footprint outside the two primary buyers.

Industry profile based on NAICS activity

NAICS 621111, Offices of Physicians (except Mental Health Specialists), accounted for $2.22 billion across 27 awards and closely tracks the vendor’s concentration at Veterans Affairs. The next largest category was NAICS 561320, Temporary Help Services, at $92.01 million across 22 awards, followed by smaller obligations in NAICS 621399, 561210, and 541611. This mix suggests a business centered on medical professional services with additional support and staffing activity.

Annual contract trend over the analysis window

The annual trend shows $2.31 billion obligated in 2025 across 74 awards, with no earlier years available in the provided analysis window. Because the dataset reflects only the last full year, it supports a point-in-time assessment rather than a multi-year trajectory. The available record indicates substantial award volume alongside a high average obligation per award.

How to interpret this page

This summary is based on FPDS award records for the vendor using the provided CAGE code and UEI over the last full year. Agency and NAICS summaries are ranked by total obligated dollars, and award counts reflect the number of reported awards in the dataset. Amounts are presented as obligated funding, not necessarily outlays or final contract value.

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 = '5JN54'
        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 2,215,657,461.77 2.22 billion 28
7014 U.S. CUSTOMS AND BORDER PROTECTION 104,952,982.56 104.95 million 15
97DH DEFENSE HEALTH AGENCY (DHA) 2,111,376.48 2.11 million 10
4732 FEDERAL ACQUISITION SERVICE 296,690.48 296.69 thousand 2
1700 DEPT OF THE NAVY 94,940.72 94.94 thousand 3
2100 DEPT OF THE ARMY 48,201.60 48.20 thousand 2
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 250.00 250.00 2
5700 DEPT OF THE AIR FORCE -21,504.21 -21.50 thousand 1
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION -99,473.36 -99.47 thousand 9

Insight

LOYAL SOURCE GOVERNMENT SERVICES LLC’s obligations in the last full year were highly concentrated in the Department of Veterans Affairs, which accounted for $2.22 billion of $2.31 billion total obligated across 28 awards. The next largest customer, U.S. Customs and Border Protection, obligated $104.95 million across 15 awards, while all other agencies were materially smaller, including Defense Health Agency at $2.11 million and Federal Acquisition Service at $296.69 thousand. Several agencies show deobligations, including the Department of the Air Force (-$21.50 thousand) and NASA (-$99.47 thousand), indicating some downward adjustment activity within the 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 = '5JN54'
        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) 2,216,221,667.52 2.22 billion 27
561320 TEMPORARY HELP SERVICES 92,014,628.20 92.01 million 22
621399 OFFICES OF ALL OTHER MISCELLANEOUS HEALTH PRACTITIONERS 1,840,196.63 1.84 million 5
561210 FACILITIES SUPPORT SERVICES 776,280.96 776.28 thousand 3
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 196,717.12 196.72 thousand 10
541330 ENGINEERING SERVICES 94,440.72 94.44 thousand 2
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 500.00 500.00 1
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 500.00 500.00 1
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 500.00 500.00 1
561612 SECURITY GUARDS AND PATROL SERVICES 250.00 250.00 2

Insight

LOYAL SOURCE GOVERNMENT SERVICES LLC’s obligations in the last full year were heavily concentrated in NAICS 621111, which accounted for $2.22 billion across 27 awards, or about 96% of total obligated dollars. The next largest NAICS, 561320, contributed $92.01 million across 22 awards, while all remaining NAICS codes were individually immaterial and together represented a small share of activity. This pattern indicates a narrow spend profile with most dollars flowing through a single healthcare-related NAICS, despite a broader award count across multiple categories.

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 = '5JN54'
        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 2,311,145,681.15 2.31 billion 74

Insight

Over the last full year, LOYAL SOURCE GOVERNMENT SERVICES LLC (CAGE 5JN54) recorded $2.31 billion in obligated value across 74 awards, for an average award value of about $31.2 million. The activity is heavily concentrated in a single annual period, with all reported obligation in 2025, limiting year-over-year trend assessment within this window. The award count indicates a moderate distribution across multiple actions, but the obligation profile suggests a relatively concentrated dollar mix.

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.