Federal Contractor

ANHAM FZCO Federal Contract Obligations (Last Year)

ANHAM FZCO procurement summary for the last full year shows no recorded federal obligations or award actions in the analysis window.

This page summarizes federal procurement activity for ANHAM FZCO, CAGE 1ANFW, UEI C4LYP7AAJMN5, using the last full year of available data. In that period, the vendor shows 0.00 in total obligated amount and no award actions recorded.

Generated at 03/21/2026

Analysis period: Last full year

The analysis window contains no top agencies, NAICS codes, or annual trend rows because there were no recorded obligations or awards.

CAGE Code
1ANFW
UEI
C4LYP7AAJMN5
Total Obligated
0.00
0.00
Award Actions
0
Average Action Value
0.00

About ANHAM FZCO federal contract activity

During the last full year, FPDS Query shows no recorded federal obligations to ANHAM FZCO under CAGE 1ANFW and UEI C4LYP7AAJMN5. The vendor profile therefore reflects zero awards, zero obligated dollars, and no measurable average award value in the analysis period.

Agency mix and customer concentration

No agencies appear in the top-agency view for the selected period, indicating there were no documented federal award relationships captured in the dataset. With no observed agency concentration, there is no basis for identifying a principal buying office or customer mix.

Industry profile based on NAICS activity

No NAICS codes appear in the top-NAICS view for the analysis window, consistent with the absence of recorded obligations. As a result, there is no observable industry concentration or contracting profile to summarize for this period.

Annual contract trend over the analysis window

The annual trend is flat at zero across the full year, with no award activity recorded in any period. This indicates no measurable procurement flow for ANHAM FZCO in the selected window.

How to interpret this page

This summary is based on FPDS Query data for the last full year using the provided CAGE code and UEI. Metrics reflect only awards captured in the dataset; zero values indicate no recorded obligations, not necessarily the absence of all government activity outside FPDS or outside the selected date range.

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 = '1ANFW'
        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 = '1ANFW'
        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 = '1ANFW'
        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.