Federal Contractor

NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC Federal Contract Obligations (Last 5 Years)

Federal procurement summary for NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC, CAGE 7MZ99, UEI NYH3EQXAVJB3, covering the last 5 years with no recorded obligations or award actions.

This page summarizes federal award activity associated with NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC over the last 5 years. The available FPDS analysis shows zero obligated dollars and no recorded award actions in the review window.

Generated at 03/21/2026

Analysis period: Last 5 years

The analysis window contains no rows for agencies, NAICS codes, or annual trend data, so all reported activity values are zero.

CAGE Code
7MZ99
UEI
NYH3EQXAVJB3
Total Obligated
0.00
0.00
Award Actions
0
Average Action Value
0.00

About NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC federal contract activity

No FPDS obligations were identified for NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC in the last 5 years. The vendor's recorded activity under CAGE 7MZ99 and UEI NYH3EQXAVJB3 shows 0 awards, 0.00 total obligated, and an average award value of 0.00.

Agency mix and customer concentration

No awarding agency concentration can be assessed because the dataset contains no obligations or awards for the analysis period. As a result, there are no visible federal buyer relationships to attribute from FPDS for this vendor.

Industry profile based on NAICS activity

No NAICS profile can be derived from the available FPDS records because there were no awards during the review window. Without award-level entries, industry alignment and procurement focus cannot be inferred from this dataset.

Annual contract trend over the analysis window

The annual trend is flat at zero across the full five-year window, with no recorded obligations or award activity. There is no evidence of procurement growth, seasonality, or contract volatility in the available FPDS data.

How to interpret this page

This summary is based solely on the provided FPDS Query metrics for the last 5 years and reflects only recorded federal award activity in that period. Where the dataset contains no top agencies, NAICS codes, or annual entries, no additional segmentation or inference was applied.

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 = '7MZ99'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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

Insight

No notable agency concentration was available for this analysis window.

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 = '7MZ99'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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

Insight

No notable NAICS concentration was available for this analysis window.

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 = '7MZ99'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions

Insight

No annual trend data was available for this analysis window.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.