Federal Contractor

GOVERNMENT ACQUISITIONS, INC. Federal Contract Obligations (Last Year)

GOVERNMENT ACQUISITIONS, INC. (CAGE 0J658, UEI R98MW4ZKUUK3) recorded 1,131 award actions and $252.75 million in obligations in the last full year.

In the last full year, GOVERNMENT ACQUISITIONS, INC. received 1,131 federal award actions totaling $252,749,325.55, for an average action value of $223,474.20. The largest share of obligations came from U.S. Customs and Border Protection, DISA, and the Department of the Army, with most dollars concentrated in NAICS 541519 and 334111.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of readable FPDS obligations and action counts for GOVERNMENT ACQUISITIONS, INC. using the provided vendor identifiers and agency, NAICS, and annual trend data.

CAGE Code
0J658
UEI
R98MW4ZKUUK3
Total Obligated
252.75 million
252,749,325.55
Award Actions
1,131
Average Action Value
223,474.20

About GOVERNMENT ACQUISITIONS, INC. federal contract activity

GOVERNMENT ACQUISITIONS, INC. (CAGE 0J658, UEI R98MW4ZKUUK3) received $252.75 million in federal obligations across 1,131 awards in the last full year, for an average award value of $223,474.20. The vendor’s obligation volume is concentrated in a high-award-count profile rather than a small number of large transactions.

Agency mix and customer concentration

U.S. Customs and Border Protection was the largest customer at $41.33 million across 114 awards, followed by the Defense Information Systems Agency at $25.96 million across 102 awards and the Department of the Army at $25.79 million across 294 awards. The Office of the Secretary and the Federal Bureau of Investigation also appear among the top obligators, indicating a customer mix spanning homeland security, defense, and federal law enforcement.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, dominates the portfolio with $199.41 million across 758 awards, accounting for the clear majority of obligation dollars. NAICS 334111, Electronic Computer Manufacturing, is the second-largest category at $51.26 million across 350 awards, while the remaining NAICS codes contribute only modest amounts and appear to support narrower software, rental, and distribution activity.

Annual contract trend over the analysis window

The annual trend data shows $252.75 million obligated in 2025 across 1,131 awards, with no additional years listed in the analysis window. As provided, the dataset supports a single-year snapshot rather than a multi-year growth or contraction assessment.

How to interpret this page

This summary is based on FPDS obligation data for the last full year and reflects vendor-level awards associated with CAGE 0J658 and UEI R98MW4ZKUUK3. Agency and NAICS sections are ranked by total obligated dollars, with award counts included to show transaction concentration.

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 = '0J658'
        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 41,329,232.44 41.33 million 114
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 25,962,590.37 25.96 million 102
2100 DEPT OF THE ARMY 25,786,251.61 25.79 million 294
1301 OFFICE OF THE SECRETARY 16,511,046.44 16.51 million 61
1549 FEDERAL BUREAU OF INVESTIGATION 14,765,945.78 14.77 million 7
1900 STATE, DEPARTMENT OF 14,442,708.68 14.44 million 103
5700 DEPT OF THE AIR FORCE 14,326,647.34 14.33 million 35
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 13,103,638.92 13.10 million 36
2050 INTERNAL REVENUE SERVICE 9,113,509.30 9.11 million 62
97CY U.S. CYBER COMMAND 8,208,530.46 8.21 million 7

Insight

Over the last full year, GOVERNMENT ACQUISITIONS, INC. received $252.75 million across 1,131 awards, with obligations concentrated in a small set of agencies. U.S. Customs and Border Protection is the largest customer at $41.33 million, followed by DISA ($25.96 million) and the Department of the Army ($25.79 million); the top 10 agencies listed account for about $190.6 million, or roughly 75% of total obligations. Award counts are more dispersed than dollars, with the Army leading by volume (294 awards), while several agencies such as the FBI and U.S. Cyber Command obligated relatively large amounts through only 7 awards each.

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 = '0J658'
        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
541519 OTHER COMPUTER RELATED SERVICES 199,409,913.70 199.41 million 758
334111 ELECTRONIC COMPUTER MANUFACTURING 51,260,986.48 51.26 million 350
513210 SOFTWARE PUBLISHERS 714,987.76 714.99 thousand 3
532420 OFFICE MACHINERY AND EQUIPMENT RENTAL AND LEASING 432,805.44 432.81 thousand 3
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 377,471.97 377.47 thousand 2
334112 COMPUTER STORAGE DEVICE MANUFACTURING 353,717.60 353.72 thousand 2
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 154,353.04 154.35 thousand 2
334310 AUDIO AND VIDEO EQUIPMENT MANUFACTURING 107,713.50 107.71 thousand 2
517112 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 71,621.59 71.62 thousand 1
423690 OTHER ELECTRONIC PARTS AND EQUIPMENT MERCHANT WHOLESALERS 12,978.72 12.98 thousand 1

Insight

Government Acquisitions, Inc. had $252.75 million obligated across 1,131 awards in the last full year, with spending highly concentrated in NAICS 541519, Other Computer Related Services, which accounted for $199.41 million and 758 awards. NAICS 334111, Electronic Computer Manufacturing, was the second-largest category at $51.26 million and 350 awards, bringing the top two NAICS to roughly 99% of total obligations. The remaining NAICS codes were each individually small, with no other category exceeding $1 million, indicating a narrow spending profile dominated by computer-related services and manufacturing.

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 = '0J658'
        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 252,749,325.55 252.75 million 1,131

Insight

For the last full year, GOVERNMENT ACQUISITIONS, INC. (CAGE 0J658) recorded $252.75 million in total obligated funding across 1,131 awards, with an average award value of $223,474.20. With all reported activity concentrated in 2025, the annual trend reflects a single-period funding profile rather than a multi-year pattern. The volume of awards relative to total obligations indicates a dispersed award distribution across many transactions.

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.