Federal Contractor

IHEALTH LABS INC. Federal Contract Obligations (Last Year)

Federal procurement profile for IHEALTH LABS INC. (CAGE 75EV5, UEI RSKJC51FNLR3) showing no recorded award activity in the last full year.

IHEALTH LABS INC. is listed in this federal procurement view with CAGE code 75EV5 and UEI RSKJC51FNLR3. In the last full year, the record shows no obligated spending, no award actions, and no agency, NAICS, or annual trend entries.

Generated at 03/21/2026

Analysis period: Last full year

All reported totals for the last full year are zero, and the supporting row sets are empty.

CAGE Code
75EV5
UEI
RSKJC51FNLR3
Total Obligated
0.00
0.00
Award Actions
0
Average Action Value
0.00

About IHEALTH LABS INC. federal contract activity

IHEALTH LABS INC. (CAGE 75EV5, UEI RSKJC51FNLR3) recorded no obligated federal contract activity in the last full year. The vendor shows zero awards, zero total obligated dollars, and a zero average award value across the analysis period.

Agency mix and customer concentration

No federal agencies appear in the vendor's award history for the last full year, indicating no recorded procurement relationship in the period reviewed. With no obligations captured, there is no observable agency concentration or agency-level demand pattern to assess.

Industry profile based on NAICS activity

No NAICS codes are associated with obligated awards for the analysis window. As a result, the vendor has no observable procurement footprint by product or service category in the last full year.

Annual contract trend over the analysis window

The annual trend is flat at zero for the entire analysis window, with no award activity recorded in any period. This indicates the vendor did not receive measurable federal obligations during the last full year.

How to interpret this page

This summary is based on FPDS-observed obligations tied to CAGE 75EV5 and UEI RSKJC51FNLR3 for the last full year. Metrics reflect recorded award obligations only; where no awards are present, agency, NAICS, and trend analyses are necessarily empty.

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 = '75EV5'
        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 = '75EV5'
        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 = '75EV5'
        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.