Federal Agency

FARM PRODUCTION AND CONSERVATION BUSINESS CENTER Federal Contract Obligations (Last 10 Years)

Federal procurement profile for the Farm Production and Conservation Business Center (12D0), summarizing obligations, award activity, vendors, NAICS categories, and annual trends over the last 10 years.

Over the last 10 years, the Farm Production and Conservation Business Center recorded $1.59 billion in obligations across 16,274 award actions, with an average action value of $97,690.10. Recent activity was highest in 2024 at $307.43 million, followed by 2023 at $293.94 million and 2022 at $250.60 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable obligation amounts from FPDS records for the stated analysis window and may not reconcile exactly to rounded display values.

Agency ID
12D0
Total Obligated
1.59 billion
1,589,808,749.49
Award Actions
16,274
Average Action Value
97,690.10

About FARM PRODUCTION AND CONSERVATION BUSINESS CENTER federal contract activity

Over the last 10 years, the FARM PRODUCTION AND CONSERVATION BUSINESS CENTER (12D0) recorded $1.59 billion in obligated federal spending across 16,274 awards, with an average award value of $97,690.10. The profile indicates a high-volume procurement environment with spending distributed across thousands of actions rather than concentrated in a small number of large awards.

Vendor concentration and leading contractors

Vendor obligations are led by NEW TECH SOLUTIONS INCORPORATED at $81.64 million across 412 awards, followed by HEXAGON US FEDERAL, INC. at $66.83 million and SURDEX CORPORATION at $65.53 million. The remaining top vendors include MANSON CONSTRUCTION CO. and KEYSTONE AERIAL SURVEYS, INC., suggesting a mix of technology, mapping, and construction-related suppliers among the agency’s largest contractors.

Industry profile based on NAICS activity

The largest NAICS categories by obligated value are Engineering Services (541330) at $186.30 million and Surveying and Mapping Services (541370) at $149.17 million. Other major categories include Other Heavy and Civil Engineering Construction (237990), Administrative Management and General Management Consulting Services (541611), and Other Computer Related Services (541519), indicating a procurement mix centered on technical services, infrastructure work, and mission-support consulting.

Annual contract trend over the analysis window

Annual obligations were highest in 2024 at $307.43 million, with similarly elevated levels in 2023, 2022, and 2021, all above $200 million. The 2025 figure of $44.60 million is substantially lower, but it may reflect an incomplete year rather than a full-year decline, so year-over-year comparisons should be treated cautiously.

How to interpret this page

This summary is based on FPDS Query obligations for agency ID 12D0 over the last 10 years, using the provided totals, award counts, top vendors, top NAICS codes, and annual trend data. Amounts reflect obligated dollars, and counts reflect reported awards in the analysis window. No additional normalization, inflation adjustment, or extrapolation was applied.

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 = '12D0'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
NEW TECH SOLUTIONS INCORPORATED 81,635,389.92 81.64 million 412
HEXAGON US FEDERAL, INC. 66,833,774.41 66.83 million 65
SURDEX CORPORATION 65,528,185.53 65.53 million 57
MANSON CONSTRUCTION CO. 43,625,911.33 43.63 million 8
KEYSTONE AERIAL SURVEYS, INC. 31,980,514.34 31.98 million 25
NEW TECH SOLUTIONS, INC. 31,711,175.06 31.71 million 84
CHICKASAW BUSINESS SOLUTIONS, LLC 29,885,316.76 29.89 million 24
TRIMBLE INC 29,441,806.93 29.44 million 200
ADVANCED COMPUTER CONCEPTS, INC. 27,516,313.98 27.52 million 9
AERO GRAPHICS, INC 23,652,499.11 23.65 million 39

Insight

Over the last 10 years, FARM PRODUCTION AND CONSERVATION BUSINESS CENTER obligated $1.59 billion across 16,274 awards, with an average award value of about $97.7 thousand. Vendor obligations are moderately concentrated: the top 10 vendors account for several large awards, but the mix is distributed across multiple firms rather than dominated by a single vendor, with the largest vendor at $81.64 million. NEW TECH SOLUTIONS INCORPORATED leads by total obligated and also has the highest award count among the top vendors at 412, indicating both recurring and higher-volume activity. Several vendors appear multiple times in close naming variants, such as NEW TECH SOLUTIONS INCORPORATED and NEW TECH SOLUTIONS, INC., which suggests fragmented reporting under similar vendor names.

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 = '12D0'
        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
541330 ENGINEERING SERVICES 186,301,597.73 186.30 million 1,264
541370 SURVEYING AND MAPPING (EXCEPT GEOPHYSICAL) SERVICES 149,166,747.67 149.17 million 956
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 134,506,570.36 134.51 million 503
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 122,600,128.76 122.60 million 697
541519 OTHER COMPUTER RELATED SERVICES 120,033,763.91 120.03 million 511
334111 ELECTRONIC COMPUTER MANUFACTURING 117,978,426.81 117.98 million 278
443120 COMPUTER AND SOFTWARE STORES 82,953,440.27 82.95 million 462
541620 ENVIRONMENTAL CONSULTING SERVICES 73,145,570.73 73.15 million 1,134
561110 OFFICE ADMINISTRATIVE SERVICES 59,930,716.20 59.93 million 420
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 47,170,493.90 47.17 million 139

Insight

Over the last 10 years, FARM PRODUCTION AND CONSERVATION BUSINESS CENTER obligated $1.59 billion across 16,274 awards, with spending concentrated in a small set of professional, technical, and construction-related NAICS codes. Engineering Services (541330) is the largest category at $186.30 million, followed by Surveying and Mapping (541370) at $149.17 million and Other Heavy and Civil Engineering Construction (237990) at $134.51 million, indicating sustained demand for design, surveying, and infrastructure support. Several other high-value categories—management consulting, computer-related services, electronic computer manufacturing, and environmental consulting—show a broad mix of acquisition needs rather than reliance on a single product or service line.

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 = '12D0'
        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 44,602,565.10 44.60 million 1,627
2024 307,430,620.12 307.43 million 2,177
2023 293,939,701.17 293.94 million 2,458
2022 250,600,402.94 250.60 million 2,530
2021 219,057,678.06 219.06 million 2,429
2020 239,049,184.84 239.05 million 2,721
2019 225,447,293.60 225.45 million 2,177
2018 9,681,303.66 9.68 million 155

Insight

Over the last 10 years, Farm Production and Conservation Business Center obligated $1.59 billion across 16,274 awards, with an average award value of $97,690. Obligations are highly concentrated in FY 2019-FY 2024, when annual spending stayed above $219.1 million and peaked at $307.4 million in FY 2024; FY 2025 is much lower at $44.6 million, indicating a partial-year or reduced-obligation profile. Award volume also remains concentrated in recent years, ranging from 2,177 to 2,721 awards annually from FY 2019 through FY 2024, compared with only 155 awards in FY 2018.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.