Federal Agency

MARINE MAMMAL COMMISSION Federal Contract Obligations (Last 5 Years)

FPDS procurement profile for the Marine Mammal Commission (Agency ID 9513) covering the last 5 years, with no recorded award actions in the provided data.

This page summarizes federal procurement activity associated with the Marine Mammal Commission for the last 5 years. The provided dataset shows zero award actions and no populated vendor, NAICS, or annual trend records.

Generated at 03/21/2026

Analysis period: Last 5 years

All figures and rankings are based only on the inputs provided for this FPDS query page.

Agency ID
9513
Total Obligated
0.00
Award Actions
0
Average Action Value
0.00

About MARINE MAMMAL COMMISSION federal contract activity

FPDS Query shows no recorded obligations for MARINE MAMMAL COMMISSION (Agency ID 9513) during the last 5 years. With an award count of 0 and no obligated dollars reported, there is no measurable procurement activity to summarize for the analysis period.

Vendor concentration and leading contractors

No vendors appear in the FPDS Query results for this agency over the last 5 years. Because there are no recorded awards, no supplier concentration or vendor relationship patterns can be assessed.

Industry profile based on NAICS activity

No NAICS categories are associated with reported obligations for the MARINE MAMMAL COMMISSION in the analysis window. The absence of award activity means there is no reliable basis to identify procurement mix or industrial sector exposure.

Annual contract trend over the analysis window

The annual trend is flat at zero across the last 5 years based on the available FPDS Query results. Without any reported obligations or awards, there is no year-over-year procurement movement to analyze.

How to interpret this page

This summary is based on FPDS Query results for Agency ID 9513 over the last 5 years. Where the dataset shows no awards or obligations, the narrative is limited to the observed absence of procurement activity and does not infer unreported transactions.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '9513'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions

Insight

No notable vendor 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__purchaserInformation__contractingOfficeAgencyID = '9513'
        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__purchaserInformation__contractingOfficeAgencyID = '9513'
        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 analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.