Federal Agency

VIETNAM EDUCATION FOUNDATION Federal Contract Obligations (Last Year)

FPDS procurement profile for the Vietnam Education Foundation (Agency ID 9536) covering the last full year shows no recorded award actions.

This page summarizes federal procurement activity reported for the Vietnam Education Foundation during the last full year. The available dataset shows 0 award actions, with no recorded obligated amounts, vendors, NAICS codes, or annual trend detail.

Generated at 03/21/2026

Analysis period: Last full year

Because the provided inputs contain no award-level records, there are no vendor, industry, or obligation totals to analyze for this period.

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

About VIETNAM EDUCATION FOUNDATION federal contract activity

During the last full year, the Vietnam Education Foundation (Agency ID 9536) recorded no FPDS-observed award activity in the provided dataset. With an award count of 0, there is no reportable obligated amount or average award value for this analysis window.

Vendor concentration and leading contractors

No top vendor concentration can be assessed because the agency has no recorded awards in the analysis period. The vendor field is therefore not informative for this window.

Industry profile based on NAICS activity

No NAICS concentration can be calculated from the available data because there were no awards to classify by industry. The agency’s procurement profile is not observable in the current dataset for the last full year.

Annual contract trend over the analysis window

No annual trend can be established because the agency has zero recorded awards in the analysis window. Without award activity across periods, there is no basis for assessing changes in obligations or procurement volume.

How to interpret this page

This summary is based only on the supplied FPDS Query metrics for the Vietnam Education Foundation for the last full year. Where the dataset shows no awards, no obligations, and no vendor or NAICS records, conclusions are limited to the absence of observable procurement activity in the provided window.

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 = '9536'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 = '9536'
        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__purchaserInformation__contractingOfficeAgencyID = '9536'
        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 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.