Award Number

Award Number 9100 / 0002 Federal Contract Action Summary (Last 10 Years)

Federal procurement overview for award number 0002 under agency 9100, covering activity in the last 10 years.

This page summarizes award 0002 for agency 9100 over the last 10 years. The award shows 858 actions and total obligations of 2.58 billion dollars.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals are based on the provided readable and exact obligation values, with an average action value of 3,010,046.38.

Agency ID
9100
PIID
0002
Type
Award
Total Obligated
2.58 billion
2,582,619,791.65
Actions
858
Average Action Value
3,010,046.38

Overview

Over the analysis window, award 0002 recorded 858 award actions and 2,582,619,791.65 in total obligated value. The average action value was 3,010,046.38, indicating substantial recurring contract activity within the period covered.

How to use this page

Use this page to review award-level spending volume and action frequency for agency 9100. The figures support quick comparisons across awards and can help identify whether activity is concentrated in a smaller number of higher-value actions or spread across many actions.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9100' AND content__award__awardID__awardContractID__PIID = '0002'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
9100 EDUCATION, DEPARTMENT OF 2,582,619,791.65 2.58 billion 858

Insight

For PIID 0002 over the 10-year window, all reported obligations in this section are concentrated in a single top agency: the Department of Education. That agency accounts for $2.58 billion across 858 awards, indicating a highly concentrated award distribution at the agency level. No comparative spread across additional agencies is present in the provided rows.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '9100' AND content__award__awardID__awardContractID__PIID = '0002'
        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,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
COAST PROFESSIONAL, INC. 4PFP2 445,981,448.95 445.98 million 52
IMMEDIATE CREDIT RECOVERY, INC 4UBM2 356,845,523.94 356.85 million 55
NATIONAL RECOVERIES INC 4M7J7 310,368,816.06 310.37 million 51
CREDIT ADJUSTMENTS INC 4Y7J7 224,354,195.39 224.35 million 56
CENTRAL RESEARCH INC 3SZE0 222,796,392.34 222.80 million 56
ACTION FINANCIAL 6JJV2 217,477,552.06 217.48 million 54
F.H. CANN & ASSOCIATES, INC. 4U8A5 201,654,275.44 201.65 million 56
RELIANT CAPITAL SOLUTIONS, LLC 522F0 197,508,211.19 197.51 million 53
NATIONAL CREDIT SERVICES, INC. 4Z0U5 167,443,537.35 167.44 million 41
PROFESSIONAL BUREAU OF COLLECTIONS OF MARYLAND, INC. 3Q7Z7 101,186,894.05 101.19 million 46

Insight

Over the 10-year window, obligations under PIID 0002 are concentrated among a small set of vendors, with the top 10 recipients each exceeding $101.19 million and together accounting for roughly $2.45 billion. COAST PROFESSIONAL, INC. is the largest recipient at $445.98 million across 52 awards, followed by IMMEDIATE CREDIT RECOVERY, INC. at $356.85 million and NATIONAL RECOVERIES INC at $310.37 million. Award counts are relatively even, ranging from 41 to 56, indicating broad recurring use across the leading vendors rather than reliance on a single high-value award.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9100' AND content__award__awardID__awardContractID__PIID = '0002'
    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,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
561440 COLLECTION AGENCIES 2,520,655,324.06 2.52 billion 584
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 33,874,748.96 33.87 million 47
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 20,872,873.42 20.87 million 99
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 2,607,608.20 2.61 million 10
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 1,842,247.23 1.84 million 11
541219 OTHER ACCOUNTING SERVICES 1,414,878.08 1.41 million 9
541512 COMPUTER SYSTEMS DESIGN SERVICES 771,548.79 771.55 thousand 11
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 589,883.47 589.88 thousand 7
541850 OUTDOOR ADVERTISING 588,102.05 588.10 thousand 2
541613 MARKETING CONSULTING SERVICES 421,826.56 421.83 thousand 5

Insight

For Agency 9100, PIID 0002 obligations over the 10-year window are highly concentrated in NAICS 561440, Collection Agencies, which accounts for $2.52 billion across 584 awards and far exceeds every other category. The remaining obligations are much smaller and distributed across a limited set of consulting, accounting, IT, and research services, with the next largest codes—541720 and 541611—totaling $33.87 million and $20.87 million, respectively. This pattern indicates a strong dominance of debt-collection services, with no other NAICS code approaching comparable scale.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9100' AND content__award__awardID__awardContractID__PIID = '0002'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
R705 SUPPORT- MANAGEMENT: DEBT COLLECTION 2,520,655,324.06 2.52 billion 584
AF11 R&D- EDUCATION: EDUCATIONAL (BASIC RESEARCH) 29,059,752.26 29.06 million 39
R499 SUPPORT- PROFESSIONAL: OTHER 11,529,950.73 11.53 million 62
AF11 EDUCATION, TRAINING, EMPLOYMENT, & SOCIAL SVCS R&D SVCS; EDUCATION SVCS R&D; BASIC RESEARCH 5,607,954.05 5.61 million 16
R799 SUPPORT- MANAGEMENT: OTHER 4,273,863.39 4.27 million 16
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 3,564,637.84 3.56 million 17
D308 IT AND TELECOM- PROGRAMMING 2,991,945.60 2.99 million 26
R704 SUPPORT- MANAGEMENT: AUDITING 2,582,608.20 2.58 million 11
R410 SUPPORT- PROFESSIONAL: PROGRAM EVALUATION/REVIEW/DEVELOPMENT 2,533,480.21 2.53 million 11
R431 SUPPORT- PROFESSIONAL: HUMAN RESOURCES 1,842,247.23 1.84 million 11

Insight

Obligations for PIID 0002 are highly concentrated in PSC R705, which accounts for $2.52 billion across 584 awards and far exceeds every other PSC in the 10-year window. The remaining PSCs are distributed across much smaller obligation amounts, with AF11 next at $29.06 million and all other listed codes at $11.53 million or less. The mix indicates a dominant debt collection support profile, supplemented by limited R&D, professional support, IT programming, auditing, and HR activity.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9100' AND content__award__awardID__awardContractID__PIID = '0002'
    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 ASC
Year Total Obligated Readable Actions
2016 177,660,724.86 177.66 million 143
2017 183,974,698.93 183.97 million 135
2018 389,340,028.88 389.34 million 162
2019 678,854,212.66 678.85 million 157
2020 978,585,455.99 978.59 million 114
2021 202,914,360.43 202.91 million 105
2022 -88,072.30 -88.07 thousand 16
2023 1,522,772.31 1.52 million 9
2024 -30,005,281.43 -30.01 million 15
2025 -139,108.68 -139.11 thousand 2

Insight

Obligations for PIID 0002 under Agency 9100 were concentrated in 2018–2020, rising from $389.34 million in 2018 to a peak of $978.59 million in 2020, while award counts remained relatively stable at 114–162 per year. After 2020, obligated amounts declined sharply to $202.91 million in 2021 and then turned near-zero or negative from 2022 through 2025, with award counts dropping to 16 or fewer annually. This pattern indicates a pronounced shift away from the prior high-obligation period and a materially reduced recent award profile.

Use FPDS Query for deeper award and vehicle analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, 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.