Federal Contractor

OKINAWA IDEMITSU K.K. Federal Contract Obligations (Last 5 Years)

Federal procurement summary for OKINAWA IDEMITSU K.K. (CAGE J8391, UEI JA8GWB6NWKC5) covering awards in the last 5 years.

OKINAWA IDEMITSU K.K. recorded 1,831 award actions totaling $7.49 billion over the last 5 years. All obligated value in this period is tied to the Defense Logistics Agency and NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the provided 5-year analysis window and may differ from other federal datasets because of timing and reporting updates.

CAGE Code
J8391
UEI
JA8GWB6NWKC5
Total Obligated
7.49 billion
7,492,364,573.02
Award Actions
1,831
Average Action Value
4,091,952.25

About OKINAWA IDEMITSU K.K. federal contract activity

OKINAWA IDEMITSU K.K. recorded 7.49 billion in obligated federal spending across 1,831 awards over the last 5 years, with an average award value of 4.09 million. The vendor’s activity is heavily concentrated in a single contracting relationship and industrial category, indicating a focused procurement footprint rather than a diversified federal customer base.

Agency mix and customer concentration

All recorded obligations in the analysis window are attributable to the DEFENSE LOGISTICS AGENCY, which accounts for the full 7.49 billion and all 1,831 awards. This pattern indicates complete dependence on one agency customer and suggests the vendor’s federal business is tightly linked to DLA fuel or petroleum-related procurement needs.

Industry profile based on NAICS activity

All obligations map to NAICS 324110, Petroleum Refineries, with 7.49 billion obligated across 1,831 awards. The data indicate a highly concentrated industrial profile, consistent with a supplier operating in refined petroleum products rather than a broadly diversified federal portfolio.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at 2.58 billion and remained elevated in 2023 at 2.38 billion and 2024 at 1.81 billion, before declining to 24.43 million in 2025. Award counts remained relatively stable across the period, ranging from 340 to 414, which suggests the 2025 decline is primarily a dollar-value contraction rather than a loss of transaction volume.

How to interpret this page

This summary uses FPDS-observed obligations and award counts for the last 5 years associated with CAGE J8391 and UEI JA8GWB6NWKC5. Agency and NAICS concentration are based on the provided top-line aggregates, and annual trend values reflect obligations recorded by fiscal year within the analysis window.

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 = 'J8391'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
97AS DEFENSE LOGISTICS AGENCY 7,492,364,573.02 7.49 billion 1,831

Insight

Over the last 5 years, OKINAWA IDEMITSU K.K. has been entirely concentrated with the Defense Logistics Agency, which accounts for all $7.49 billion in obligated value and all 1,831 awards. This indicates a highly concentrated customer base with no observed agency diversification in the provided data. The average award value across the period is approximately $4.09 million, suggesting a pattern of repeated medium-scale obligations within the same agency relationship.

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 = 'J8391'
        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
324110 PETROLEUM REFINERIES 7,492,364,573.02 7.49 billion 1,831

Insight

Over the last 5 years, OKINAWA IDEMITSU K.K. has received $7.49 billion across 1,831 awards, with an average award value of about $4.09 million. Obligations are fully concentrated in NAICS 324110, Petroleum Refineries, indicating a highly focused procurement profile with no diversification across other NAICS categories in the provided data. This concentration suggests the vendor’s federal activity is tightly tied to petroleum refinery-related requirements during the analysis period.

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 = 'J8391'
        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
2025 24,427,554.75 24.43 million 414
2024 1,807,717,758.23 1.81 billion 384
2023 2,384,641,077.77 2.38 billion 340
2022 2,580,410,793.63 2.58 billion 348
2021 695,167,388.64 695.17 million 345

Insight

Over the last 5 years, OKINAWA IDEMITSU K.K. (J8391) received $7.49 billion across 1,831 awards, with an average award value of $4.09 million. Obligations are highly concentrated in FY 2022–FY 2024, which together account for most of the period total, peaking in FY 2022 at $2.58 billion before declining to $1.81 billion in FY 2024. Award counts remained relatively stable year to year, ranging from 340 to 414, indicating that the volatility in obligations is driven more by award value than by award volume. FY 2025 is currently much lower at $24.43 million and 414 awards, suggesting partial-year activity or a significant drop in obligated dollars.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.