In the last full year, PETRO STAR INC. was awarded $175.26 million across 615 actions, with nearly all obligations coming from the Defense Logistics Agency. The vendor’s activity was concentrated in NAICS 324110, Petroleum Refineries.
Federal Contractor
PETRO STAR INC. Federal Contract Obligations (Last Year)
PETRO STAR INC. (CAGE 1FZR6, UEI JGSGGJJTAMK1) received 615 federal award actions totaling $175,258,600.86 in the last full year.
Totals reflect the last full year and may include minor negative adjustments; agency and NAICS figures are shown as reported.
About PETRO STAR INC. federal contract activity
PETRO STAR INC. (CAGE 1FZR6, UEI JGSGGJJTAMK1) recorded 615 awards and $175.26 million in obligated dollars over the last full year, for an average award value of $284,973.33. The profile is highly concentrated, with essentially all activity tied to a single procurement category and one dominant buying agency.
Agency mix and customer concentration
The Defense Logistics Agency accounted for nearly all obligated value, with 614 awards totaling $175.26 million. National Oceanic and Atmospheric Administration appears as a minor outlier with one award and a negative obligated value of $403.19, indicating a likely deobligation or correction rather than meaningful spend.
Industry profile based on NAICS activity
All reported obligations map to NAICS 324110, Petroleum Refineries, with 615 awards totaling $175.26 million. This indicates a fully concentrated business mix centered on petroleum refining supply or services, with no diversification across other NAICS categories in the analysis window.
Annual contract trend over the analysis window
The annual trend shows all reported activity in 2025, with $175.26 million obligated across 615 awards. Because only one year appears in the window, the data supports a point-in-time view rather than a multi-year growth or decline assessment.
How to interpret this page
This summary is based on FPDS obligation records for the last full year, aggregated by vendor identifiers associated with PETRO STAR INC. Awards and obligated amounts are grouped by agency, NAICS, and year; negative obligated amounts are retained as reported in FPDS and may reflect deobligations or accounting adjustments.
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 = '1FZR6'
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 | 175,259,004.05 | 175.26 million | 614 |
| 1330 | NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION | -403.19 | -403.19 | 1 |
Insight
PETRO STAR INC.’s obligations in the last full year were highly concentrated in the Defense Logistics Agency, which accounted for essentially all activity at $175.26 million across 614 awards. The only other identified agency, NOAA, shows a negligible negative obligation of $403.19 on 1 award, which does not materially affect the overall distribution. This pattern indicates a near-single-agency reliance in the vendor’s federal award profile over the 1-year 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 = '1FZR6'
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 | 175,258,600.86 | 175.26 million | 615 |
Insight
PETRO STAR INC. showed complete concentration in NAICS 324110, Petroleum Refineries, which accounted for 100% of reported obligations in the last full year. The vendor received 615 awards totaling $175.26 million, indicating a highly concentrated award profile within a single industry code. Average award value was approximately $284,973, suggesting a large number of relatively moderate-value actions rather than a few outsized 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 = '1FZR6'
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 | 175,258,600.86 | 175.26 million | 615 |
Insight
In the last full year, PETRO STAR INC. (CAGE 1FZR6) recorded $175.26 million in obligated value across 615 awards, indicating a high volume of relatively small transactions rather than reliance on a few large awards. The average award value was $284,973.33, which supports a distributed award profile within the reporting period. With only one annual data point provided, year-over-year trend direction cannot be assessed from this 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.