Federal Contractor

MODERNA US, INC. Federal Contract Obligations (Last Year)

Federal procurement summary for MODERNA US, INC. (CAGE 8PTM0, UEI G5BFKCJLDML6) covering the last full year shows no obligated awards.

This page summarizes federal award activity for MODERNA US, INC. during the last full year. The available FPDS data show zero obligated dollars, zero award actions, and no agency, NAICS, or annual trend entries for the period.

Generated at 03/21/2026

Analysis period: Last full year

All reported values for the analysis window are zero, and no supporting award rows were available in the source data.

CAGE Code
8PTM0
UEI
G5BFKCJLDML6
Total Obligated
0.00
0.00
Award Actions
0
Average Action Value
0.00

About MODERNA US, INC. federal contract activity

MODERNA US, INC. (CAGE 8PTM0, UEI G5BFKCJLDML6) recorded no obligated federal contract awards in the last full year. Total obligated dollars, award count, and average award value were all zero, indicating no reportable FPDS contract activity in the analyzed period.

Agency mix and customer concentration

There were no federal agencies associated with contract obligations to this vendor during the last full year, so no agency concentration or dependency can be assessed from the available FPDS activity. The absence of awards means the profile does not support agency-level segmentation for this period.

Industry profile based on NAICS activity

No NAICS distribution is available because the vendor had no obligated contract awards in the analysis window. As a result, there is no observable contract category mix to characterize by industry code.

Annual contract trend over the analysis window

The annual trend is flat at zero for the full analysis window, with no awarded obligations or recorded contract actions. This indicates no measurable federal procurement engagement in the period reviewed.

How to interpret this page

This summary is based on FPDS-observed obligated contract activity for the last full year, using the provided CAGE code and UEI to identify the vendor. Metrics reflect only the supplied analysis window and do not infer relationships, subcontracting, or non-FPDS activity.

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 = '8PTM0'
        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

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 = '8PTM0'
        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

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 = '8PTM0'
        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

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