Federal Agency

ATF ACQUISITION AND PROPERTY MGMT DIV Federal Contract Obligations (Last Year)

FPDS procurement summary for the ATF ACQUISITION AND PROPERTY MGMT DIV (Agency ID 1560) covering the last full year of obligated federal awards.

In the last full year, the ATF ACQUISITION AND PROPERTY MGMT DIV obligated $330,951,377.88 across 2,139 award actions, for an average action value of $154,722.47. Spending was concentrated in computer systems design, computing infrastructure and data processing services, and investigation and background check services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the selected analysis window and are shown as obligated amounts and award counts reported in FPDS.

Agency ID
1560
Total Obligated
330.95 million
330,951,377.88
Award Actions
2,139
Average Action Value
154,722.47

About ATF ACQUISITION AND PROPERTY MGMT DIV federal contract activity

ATF Acquisition and Property Mgmt Div obligated $330.95 million across 2,139 awards in the last full year, with an average award value of $154,722.47. The profile indicates a high-volume award environment with spending concentrated in a relatively small number of larger actions alongside many smaller awards.

Vendor concentration and leading contractors

LEIDOS, INC. was the largest vendor by obligation at $90.87 million across 24 awards, followed by EAGLE HARBOR, LLC at $82.53 million across 27 awards. The remaining top vendors were materially smaller, including FORENSIC TECHNOLOGY (CANADA) INC. at $19.06 million and FIVE STONES INTELLIGENCE INC at $16.17 million, suggesting a mix of major systems support, technical services, and specialized mission support suppliers.

Industry profile based on NAICS activity

Spending was led by NAICS 541512, Computer Systems Design Services, at $91.41 million, and NAICS 518210, Computing Infrastructure Providers, Data Processing, Web Hosting, and Related Services, at $84.50 million. NAICS 561611 accounted for 728 awards but only $19.45 million, indicating a large number of lower-dollar investigative or screening actions, while legal and broader technical services also appeared among the leading categories.

Annual contract trend over the analysis window

The annual trend shows $330.95 million obligated in 2025 across 2,139 awards. With only one year in the analysis window, there is no multi-year directional trend to assess; the data instead provides a baseline for the agency's last full-year procurement activity.

How to interpret this page

This summary uses FPDS Query obligation data for Agency ID 1560 over the last full year and reports totals, award counts, and average award value as provided. Vendor and NAICS sections reflect the highest-obligated entries in the supplied lists, and the trend section is limited to the annual total available in the analysis window.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '1560'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
LEIDOS, INC. 90,874,039.88 90.87 million 24
EAGLE HARBOR, LLC 82,531,445.33 82.53 million 27
FORENSIC TECHNOLOGY (CANADA) INC. 19,061,846.89 19.06 million 12
FIVE STONES INTELLIGENCE INC 16,169,407.01 16.17 million 6
FORFEITURE SUPPORT ASSOCIATES, LLC 14,014,660.32 14.01 million 22
GLOBAL SYSTEMS ENGINEERING, LLC 6,392,744.93 6.39 million 16
LEADSONLINE, LLC 5,704,474.00 5.70 million 4
ASRC FEDERAL FACILITIES LOGISTICS, LLC 5,267,531.63 5.27 million 3
SERVEXO 5,249,244.16 5.25 million 2
AXON ENTERPRISE, INC. 3,983,394.97 3.98 million 5

Insight

Over the last full year, ATF Acquisition and Property Mgmt Div obligated $330.95 million across 2,139 awards, with an average award value of $154,722.47. Top vendor obligations are concentrated, led by LEIDOS, INC. at $90.87 million and EAGLE HARBOR, LLC at $82.53 million; together they account for about 52% of total obligations in this period. The remaining top vendors are materially smaller, with each under $20 million except FORFEITURE SUPPORT ASSOCIATES, LLC at $14.01 million, indicating a steep drop-off after the two largest vendors.

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__purchaserInformation__contractingOfficeAgencyID = '1560'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 91,410,892.51 91.41 million 31
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 84,498,976.93 84.50 million 36
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 29,435,545.79 29.44 million 71
561611 INVESTIGATION AND PERSONAL BACKGROUND CHECK SERVICES 19,449,898.95 19.45 million 728
541199 ALL OTHER LEGAL SERVICES 14,014,660.32 14.01 million 22
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 9,010,779.62 9.01 million 29
541519 OTHER COMPUTER RELATED SERVICES 8,507,647.85 8.51 million 74
561612 SECURITY GUARDS AND PATROL SERVICES 8,324,855.77 8.32 million 8
541330 ENGINEERING SERVICES 8,085,265.97 8.09 million 22
624230 EMERGENCY AND OTHER RELIEF SERVICES 6,392,744.93 6.39 million 16

Insight

Over the last full year, ATF Acquisition and Property Mgmt Div obligated $330.95 million across 2,139 awards, with spending concentrated in IT-related NAICS codes. Computer Systems Design Services (541512) and Computing Infrastructure Providers/Data Processing/Web Hosting (518210) together account for $175.91 million, or about 53% of total obligations, indicating a strong reliance on information technology support and infrastructure. The next largest NAICS categories are more dispersed, led by Investigation and Personal Background Check Services (561611) by award volume at 728 awards but with a comparatively smaller $19.45 million obligated, suggesting a high-frequency, lower-dollar procurement profile in that area.

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__purchaserInformation__contractingOfficeAgencyID = '1560'
        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 330,951,377.88 330.95 million 2,139

Insight

During the last full year, ATF Acquisition and Property Mgmt Div obligated $330.95 million across 2,139 awards, with an average award value of $154,722.47. The funding profile indicates a relatively broad distribution of obligations across a large number of awards rather than concentration in a small number of transactions. With only one year in the current 1-year window, this section provides a snapshot of annual activity rather than a multi-year trend.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.