Federal Contractor

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

Federal procurement profile for OKINAWA IDEMITSU K.K. (CAGE J8391, UEI JA8GWB6NWKC5) covering awards over the last 10 years.

OKINAWA IDEMITSU K.K. has 2,047 reported award actions with total obligations of 7.38 billion across the last 10 years, averaging 3,605,407.08 per action. The Defense Logistics Agency accounts for all reported obligations, and petroleum refineries (NAICS 324110) is the only listed industry category.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the provided analysis window and may not reconcile to every FPDS view because of rounding and record timing.

CAGE Code
J8391
UEI
JA8GWB6NWKC5
Total Obligated
7.38 billion
7,380,268,310.15
Award Actions
2,047
Average Action Value
3,605,407.08

About OKINAWA IDEMITSU K.K. federal contract activity

OKINAWA IDEMITSU K.K. recorded $7.38 billion in obligated federal awards across 2,047 actions over the last 10 years, with an average award value of $3.61 million. The vendor’s federal footprint is highly concentrated, indicating sustained participation in a single procurement channel rather than a broad multi-agency profile.

Agency mix and customer concentration

All reported obligations in the analysis window were awarded by the Defense Logistics Agency (agency ID 97AS), which accounted for the full $7.38 billion and all 2,047 awards. This concentration suggests the vendor’s federal activity is tied almost entirely to DLA-managed requirements.

Industry profile based on NAICS activity

All reported obligations were classified under NAICS 324110, Petroleum Refineries, with the full $7.38 billion and all 2,047 awards mapped to that code. The NAICS profile indicates a narrowly defined industrial role aligned to refined petroleum supply.

Annual contract trend over the analysis window

Annual obligations were strongest in 2022, 2023, and 2024, at $2.58 billion, $2.38 billion, and $1.81 billion respectively, before dropping to $24.43 million in 2025. Award counts remained relatively steady in 2021 through 2025, but the value trend shows a sharp contraction in the latest year.

How to interpret this page

This summary reflects FPDS-observed awards associated with CAGE J8391 and UEI JA8GWB6NWKC5 over the last 10 years, using obligated dollars and award counts as reported. Agency, NAICS, and annual trend figures are derived from the provided aggregate data and should be interpreted as the vendor’s federal procurement activity captured in FPDS for the stated period.

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 10 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,380,268,310.15 7.38 billion 2,047

Insight

Over the last 10 years, OKINAWA IDEMITSU K.K. received $7.38 billion across 2,047 awards, with all reported obligations concentrated in the Defense Logistics Agency (97AS). This indicates complete agency concentration in the available data, with no diversification across other agencies in the period reviewed. The average award value of $3.61 million suggests a high-volume award profile within a single procuring organization.

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 10 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,380,268,310.15 7.38 billion 2,047

Insight

Over the last 10 years, OKINAWA IDEMITSU K.K. shows complete NAICS concentration in 324110, Petroleum Refineries, with all $7.38 billion in obligated value and all 2,047 awards tied to that code. This indicates a highly concentrated contracting profile with no visible NAICS diversification in the provided period. The average award value of about $3.61 million suggests repeated moderate-sized obligations within the same industry classification.

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 10 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
2020 -112,421,583.72 -112.42 million 215
2019 325,320.85 325.32 thousand 1

Insight

Over the last 10 years, OKINAWA IDEMITSU K.K. (J8391) received 7.38 billion across 2,047 awards, averaging 3.61 million per award. Obligations are highly concentrated in 2021 through 2024, which account for nearly all recorded value, with a peak in 2022 at 2.58 billion and sustained high levels in 2023 and 2024. Award volume is also concentrated in recent years, with 2025 showing 414 awards but only 24.43 million obligated, indicating a sharp drop in value despite continued award activity. Earlier years are comparatively minimal, including a negative obligation total in 2020 and only 325.32 thousand in 2019.

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