Federal Contractor

SYNCOM SPACE SERVICES LLC Federal Contract Obligations (Last Year)

Federal procurement profile for SYNCOM SPACE SERVICES LLC (CAGE 75X31, UEI GM2QNEGF7CA3) covering the last full year of awards.

In the last full year, SYNCOM SPACE SERVICES LLC received 142 award actions totaling $9,548,091.97, with an average action value of $67,240.08. Nearly all reported obligations were from NASA and were categorized under NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last full year

This summary reflects the provided analysis window and reported FPDS totals for 2025, with no additional award detail included.

CAGE Code
75X31
UEI
GM2QNEGF7CA3
Total Obligated
9.55 million
9,548,091.97
Award Actions
142
Average Action Value
67,240.08

About SYNCOM SPACE SERVICES LLC federal contract activity

SYNCOM SPACE SERVICES LLC recorded $9.55 million in FPDS-observed obligations across 142 awards during the last full year, with an average award value of $67.2K. The activity profile is high-volume and mid-dollar, indicating repeated award action rather than reliance on a small number of large obligations.

Agency mix and customer concentration

All observed obligations came from the National Aeronautics and Space Administration, which accounted for the full $9.55 million and all 142 awards. This concentration indicates a single-agency relationship with no diversification across additional federal buyers in the analysis window.

Industry profile based on NAICS activity

All observed obligations were classified under NAICS 561210, Facilities Support Services, with $9.55 million across 142 awards. The data show a fully concentrated service profile in facilities support, with no recorded spend in other NAICS categories during the period.

Annual contract trend over the analysis window

The annual trend shows $9.55 million in obligations in 2025, aligned with 142 awards for the period. Because the analysis window covers only the last full year, the trend view reflects annual total activity rather than a multi-year change pattern.

How to interpret this page

This page summarizes FPDS award records associated with CAGE 75X31 and UEI GM2QNEGF7CA3 for the last full year. Metrics reflect obligated dollars and award counts as recorded in FPDS and are limited to the provided analysis window and available award classifications.

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 = '75X31'
        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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 9,548,091.97 9.55 million 142

Insight

SYNCOM SPACE SERVICES LLC’s obligations in the last full year are fully concentrated with the National Aeronautics and Space Administration, which accounts for the full $9.55 million in obligated value. The vendor recorded 142 awards from NASA, indicating a high-award-count, single-agency profile rather than a diversified agency base. This concentration suggests the vendor’s recent federal business is driven entirely by NASA-funded work.

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 = '75X31'
        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
561210 FACILITIES SUPPORT SERVICES 9,548,091.97 9.55 million 142

Insight

SYNCOM SPACE SERVICES LLC’s obligations in the last full year were fully concentrated in NAICS 561210, Facilities Support Services, with $9.55 million across 142 awards. This indicates a narrow industry focus and a highly concentrated award distribution, rather than diversification across multiple NAICS codes. The average award value of about $67.2K suggests a large volume of relatively small obligations within the same service category.

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 = '75X31'
        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 9,548,091.97 9.55 million 142

Insight

In the last full year, SYNCOM SPACE SERVICES LLC (CAGE 75X31) obligated $9.55 million across 142 awards, yielding an average award value of about $67.2K. With all recorded obligations concentrated in 2025 within the 1-year window, the annual trend indicates a single-year funding profile rather than a multi-year pattern. The award volume suggests relatively broad distribution across multiple actions, while the average value points to generally small-to-midsize awards.

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.