Federal Contractor

PHILLIPS 66 COMPANY Federal Contract Obligations (Last Year)

FPDS vendor profile for PHILLIPS 66 COMPANY (CAGE 6R7Y6, UEI MNDKKMTB8EJ1) covering federal obligations in the last full year.

In the last full year, PHILLIPS 66 COMPANY recorded 1,444 award actions totaling $647.72 million, with an average action value of $448,561.85. All reported obligations in this window were from the Defense Logistics Agency and were classified under NAICS 324110, Petroleum Refineries.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on readable totals of $647.72 million and 1,444 award actions.

CAGE Code
6R7Y6
UEI
MNDKKMTB8EJ1
Total Obligated
647.72 million
647,723,325.33
Award Actions
1,444
Average Action Value
448,561.85

About PHILLIPS 66 COMPANY federal contract activity

PHILLIPS 66 COMPANY (CAGE 6R7Y6, UEI MNDKKMTB8EJ1) recorded 647.72 million in obligated awards across 1,444 actions in the last full year, for an average award value of 448,561.85. The profile indicates a high-volume, mid-dollar award pattern rather than dependence on a small number of very large contracts.

Agency mix and customer concentration

Awarding activity was fully concentrated in the Defense Logistics Agency, which accounted for the entire 647.72 million and all 1,444 awards. This indicates a single-agency relationship with no visible diversification across federal buyers in the analysis window.

Industry profile based on NAICS activity

All observed obligations were classified under NAICS 324110, Petroleum Refineries, matching the vendor’s core industrial category. The mix suggests procurement demand was aligned to refined petroleum product supply rather than a broader portfolio of goods or services.

Annual contract trend over the analysis window

The annual trend shows 647.72 million in obligations in 2025, with 1,444 awards in the period. Because only one annual datapoint is present in the provided window, the data support a level snapshot rather than a directional trend assessment.

How to interpret this page

This summary uses the provided FPDS Query outputs for the last full year only, with totals based on obligated dollars and award counts. Agency and NAICS concentration are derived from the supplied top-category aggregates, and no additional records 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 = '6R7Y6'
        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 647,723,325.33 647.72 million 1,444

Insight

PHILLIPS 66 COMPANY’s obligations in the last full year were fully concentrated in a single agency relationship: the Defense Logistics Agency accounted for the entire $647.72 million across 1,444 awards. This indicates an extremely concentrated award profile with no diversification across other agencies in the observed period. The average award value was $448,561.85, suggesting a high volume of relatively moderate-sized awards within that agency concentration.

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 = '6R7Y6'
        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 647,723,325.33 647.72 million 1,444

Insight

PHILLIPS 66 COMPANY’s Top NAICS activity in the last full year is fully concentrated in NAICS 324110, Petroleum Refineries, which accounts for the entire $647.72 million obligated and all 1,444 awards. This indicates a highly concentrated award profile with no diversification across other NAICS codes in the provided period. The average award value of $448,561.85 suggests a large volume of relatively moderate-sized obligations within a single industry category.

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 = '6R7Y6'
        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 647,723,325.33 647.72 million 1,444

Insight

PHILLIPS 66 COMPANY (CAGE 6R7Y6) recorded $647.72 million in obligated value across 1,444 awards in the last full year, with an average award value of $448,561.85. Because the window contains only one annual observation, no year-over-year trend can be assessed from this view. The award volume indicates a broad distribution of obligations across many actions rather than dependence on a small number of awards.

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.