Federal Contractor

PALANTIR TECHNOLOGIES INCORPORATED Federal Contract Obligations (Last 10 Years)

Federal procurement profile for PALANTIR TECHNOLOGIES INCORPORATED (CAGE 470F5, UEI FSY4LVSBGWB7) showing 1.75 billion in obligations across 755 actions over the last 10 years.

PALANTIR TECHNOLOGIES INCORPORATED has received 1.75 billion in federal obligations across 755 award actions in the last 10 years, with an average action value of 2.32 million. The largest shares of obligations came from U.S. Immigration and Customs Enforcement, the National Institutes of Health, and U.S. Special Operations Command.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect obligated dollars in the selected 10-year analysis window and are grouped by agency, NAICS code, and fiscal year.

CAGE Code
470F5
UEI
FSY4LVSBGWB7
Total Obligated
1.75 billion
1,751,336,125.98
Award Actions
755
Average Action Value
2,319,650.49

About PALANTIR TECHNOLOGIES INCORPORATED federal contract activity

PALANTIR TECHNOLOGIES INCORPORATED (CAGE 470F5, UEI FSY4LVSBGWB7) obligated 1.75 billion across 755 FPDS awards in the last 10 years, for an average award value of 2.32 million. The spending profile is concentrated in a relatively small number of agencies and a dominant software-related NAICS base.

Agency mix and customer concentration

The largest obligating agency was U.S. Immigration and Customs Enforcement at 245.05 million across 58 awards, followed closely by the National Institutes of Health at 238.10 million across 82 awards and U.S. Special Operations Command at 222.15 million across 24 awards. The Internal Revenue Service and the Department of the Army also represent material demand, indicating a customer base that spans homeland security, defense, tax administration, and research-driven organizations.

Industry profile based on NAICS activity

Award activity is overwhelmingly concentrated in NAICS 511210, which accounted for 1.57 billion and 660 awards, signaling software-centric contracting as the core revenue stream. Secondary obligations under NAICS 513210, 541511, and 518210 are materially smaller, while the presence of a nominal 927110 award suggests only limited diversification outside software and related services.

Annual contract trend over the analysis window

Annual obligations in the visible period were highest in 2025 at 265.94 million and remained elevated in 2024 at 244.85 million, after 179.80 million in 2023 and 209.05 million in 2022. The pattern shows sustained federal demand with year-to-year variation rather than a single spike, and award counts tracked the same general upward pattern in the most recent years.

How to interpret this page

This summary is based on FPDS records for the vendor matched to CAGE 470F5 and UEI FSY4LVSBGWB7 over the last 10 years. Agency, NAICS, and annual trend figures reflect obligated dollars and award counts from the provided analysis window; categories are ranked by total obligated amount.

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 = '470F5'
        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
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 245,046,608.11 245.05 million 58
7529 NATIONAL INSTITUTES OF HEALTH 238,097,188.71 238.10 million 82
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 222,149,323.33 222.15 million 24
2050 INTERNAL REVENUE SERVICE 195,956,175.16 195.96 million 81
2100 DEPT OF THE ARMY 132,245,398.75 132.25 million 81
3600 VETERANS AFFAIRS, DEPARTMENT OF 106,910,183.55 106.91 million 15
8900 ENERGY, DEPARTMENT OF 90,967,788.61 90.97 million 29
1501 OFFICES, BOARDS AND DIVISIONS 86,395,515.05 86.40 million 61
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 73,017,741.29 73.02 million 36
1700 DEPT OF THE NAVY 68,328,948.30 68.33 million 26

Insight

Over the last 10 years, PALANTIR TECHNOLOGIES INCORPORATED obligated $1.75 billion across 755 awards, with spending concentrated in a small set of agencies. U.S. Immigration and Customs Enforcement ($245.05 million), the National Institutes of Health ($238.10 million), and U.S. Special Operations Command ($222.15 million) are the largest obligators, each exceeding $222 million. The remaining top agencies are more dispersed, with obligations generally ranging from $68.33 million to $195.96 million, indicating a broad but uneven federal customer base.

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 = '470F5'
        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
511210 SOFTWARE PUBLISHERS 1,570,524,654.35 1.57 billion 660
513210 SOFTWARE PUBLISHERS 171,192,507.91 171.19 million 68
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 5,131,506.23 5.13 million 11
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 4,484,457.50 4.48 million 15
927110 SPACE RESEARCH AND TECHNOLOGY 2,999.99 3.00 thousand 1

Insight

Over the last 10 years, PALANTIR TECHNOLOGIES INCORPORATED (CAGE 470F5) has received $1.75 billion across 755 awards, with obligations highly concentrated in NAICS 511210, which accounts for $1.57 billion and 660 awards. A second software-related category, NAICS 513210, adds $171.19 million across 68 awards, bringing the combined software-publisher share to the clear majority of total obligations. The remaining activity is limited and dispersed across NAICS 541511, 518210, and 927110, each representing a comparatively small fraction of obligations and 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 = '470F5'
        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 265,940,388.06 265.94 million 109
2024 244,846,984.73 244.85 million 99
2023 179,797,888.48 179.80 million 82
2022 209,045,000.02 209.05 million 81
2021 142,122,685.37 142.12 million 63
2020 241,736,673.41 241.74 million 78
2019 109,478,194.45 109.48 million 58
2018 168,478,316.70 168.48 million 54
2017 129,210,318.89 129.21 million 79
2016 60,679,675.87 60.68 million 52

Insight

Over the last 10 years, PALANTIR TECHNOLOGIES INCORPORATED has received $1.75 billion across 755 awards, averaging about $2.32 million per award. Obligations are concentrated in the most recent years, with 2025 ($265.94 million, 109 awards) and 2024 ($244.85 million, 99 awards) representing the highest annual totals in the period. Annual obligations were lower and more variable earlier in the window, ranging from $60.68 million in 2016 to $241.74 million in 2020, indicating a sustained upward shift in recent procurement activity.

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.