In the last full year, OKINAWA IDEMITSU K.K. recorded 414 award actions totaling $24,427,554.75 in obligations, for an average action value of $59,003.75. All reported obligations were associated with the Defense Logistics Agency and NAICS 324110, Petroleum Refineries.
Federal Contractor
OKINAWA IDEMITSU K.K. Federal Contract Obligations (Last Year)
Federal procurement profile for OKINAWA IDEMITSU K.K. (CAGE J8391, UEI JA8GWB6NWKC5) covering obligated awards in the last full year.
Figures reflect the last full year and may include multiple award actions within the same obligation stream.
About OKINAWA IDEMITSU K.K. federal contract activity
OKINAWA IDEMITSU K.K. (CAGE J8391, UEI JA8GWB6NWKC5) recorded 24.43 million in obligated awards across 414 actions during the last full year, for an average award value of 59,003.75. The profile reflects a high-volume, low-dollar award pattern consistent with recurring procurement activity rather than a small number of large contracts.
Agency mix and customer concentration
Award activity was fully concentrated in the DEFENSE LOGISTICS AGENCY, which accounted for the entire 24.43 million and all 414 awards. This indicates a single-agency buying relationship with no diversification across other federal buyers in the analysis window.
Industry profile based on NAICS activity
All recorded obligations map to NAICS 324110, PETROLEUM REFINERIES, showing a highly concentrated product and service profile. The data suggest the vendor’s federal business in this period was entirely tied to refined petroleum supply or related offerings under that classification.
Annual contract trend over the analysis window
The annual trend shows 24.43 million in obligations across 414 awards in 2025, with no other years present in the analysis window. This supports a steady, active award flow within the observed period, but the available data do not indicate intra-year pacing or multi-year growth patterns.
How to interpret this page
This summary uses FPDS award records associated with CAGE J8391 and UEI JA8GWB6NWKC5 for the last full year. Metrics are based on obligated dollars and award counts aggregated by agency, NAICS, and year; no additional sources or assumptions were used.
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 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 |
|---|---|---|---|---|
| 97AS | DEFENSE LOGISTICS AGENCY | 24,427,554.75 | 24.43 million | 414 |
Insight
During the last full year, OKINAWA IDEMITSU K.K. received all recorded obligations in this section from the Defense Logistics Agency, indicating complete agency concentration. The vendor obligated $24.43 million across 414 awards, for an average award value of $59,003.75. This pattern suggests a high volume of relatively small awards within a single-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 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 |
|---|---|---|---|---|
| 324110 | PETROLEUM REFINERIES | 24,427,554.75 | 24.43 million | 414 |
Insight
OKINAWA IDEMITSU K.K. (CAGE J8391) shows complete NAICS concentration in 324110, Petroleum Refineries, with 100% of last full year obligations tied to that code. The vendor recorded 414 awards totaling $24.43 million, indicating a high-volume, narrowly focused procurement profile. Average award value was $59,003.75, suggesting the obligations were distributed across many relatively small actions rather than a few large awards.
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 1 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 |
Insight
In the last full year, OKINAWA IDEMITSU K.K. (CAGE J8391) received $24.43 million across 414 awards, indicating a high-volume, relatively small-dollar award profile. The average award value was $59,003.75, which suggests obligations were broadly distributed rather than concentrated in a few large awards. With only one annual data point in the 1-year window, trend direction cannot be assessed beyond confirming sustained obligation activity in 2025.
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.