Federal Agency

FEDERAL HOUSING FINANCE AGENCY Federal Contract Obligations (Last Year)

Federal Housing Finance Agency procurement summary for the last full year showing 4 award actions totaling 82.22 thousand in obligations.

In the last full year, the Federal Housing Finance Agency recorded 4 award actions with total obligations of 82,222.18 and an average action value of 20,555.54. All recorded obligations in this period were awarded to NVE, INC under NAICS 561210, Facilities Support Services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year analysis window and include only the provided award and obligation data.

Agency ID
9542
Total Obligated
82.22 thousand
82,222.18
Award Actions
4
Average Action Value
20,555.54

About FEDERAL HOUSING FINANCE AGENCY federal contract activity

During the last full year, the Federal Housing Finance Agency recorded 4 obligations totaling 82.22 thousand dollars, with an average award value of 20,555.54 dollars. The activity level is modest and concentrated, indicating a small number of awards rather than broad contracting volume.

Vendor concentration and leading contractors

All obligated dollars were awarded to NVE, INC, which received the full 82.22 thousand dollars across 4 awards. This vendor concentration indicates a single-source profile for the period analyzed, with no observed distribution across additional vendors in the provided data.

Industry profile based on NAICS activity

All reported obligations fall under NAICS 561210, Facilities Support Services, with 4 awards totaling 82.22 thousand dollars. This indicates that the agency’s recorded procurement activity for the period was entirely aligned to facilities support requirements.

Annual contract trend over the analysis window

The annual trend data shows 82.22 thousand dollars obligated in 2025 across 4 awards. With only one year represented in the analysis window, the dataset supports a point-in-time view rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based solely on the provided FPDS Query aggregates for the Federal Housing Finance Agency, Agency ID 9542, over the last full year. Totals, averages, vendor concentration, NAICS classification, and trend statements reflect only the supplied metrics and do not infer activity beyond the reported records.

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 = '9542'
        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
NVE, INC 82,222.18 82.22 thousand 4

Insight

In the last full year, Federal Housing Finance Agency obligations in this section were fully concentrated with a single vendor, NVE, INC, which accounted for 82.22 thousand across 4 awards. This indicates a highly concentrated vendor distribution with no diversification among top vendors in the reported period. The average award value across these actions was 20,555.54, suggesting relatively small, repeated obligations to the same vendor.

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 = '9542'
        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
561210 FACILITIES SUPPORT SERVICES 82,222.18 82.22 thousand 4

Insight

During the last full year, Federal Housing Finance Agency obligations were fully concentrated in NAICS 561210, Facilities Support Services, accounting for all $82.22 thousand obligated across 4 awards. This indicates a highly concentrated procurement profile with no diversification across other NAICS categories in the observed period. The average award value was $20,555.54, suggesting relatively small, recurring support-service obligations rather than a broad mix of contracting activity.

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 = '9542'
        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
2025 82,222.18 82.22 thousand 4

Insight

During the last full year, the Federal Housing Finance Agency obligated $82.22 thousand across 4 awards, for an average award value of $20,555.54. Obligations are fully concentrated in 2025, with no year-over-year spread visible in the provided 1-year window. This indicates a very small, highly concentrated award profile for the period.

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.