ABT ASSOCIATES INC. is shown with $25,022,977.22 in total obligated spending across 42 award actions during the last full year, for an average action value of $595,785.17. AGENCY FOR INTERNATIONAL DEVELOPMENT accounted for most of the obligated dollars, while NAICS 541990, All Other Professional, Scientific, and Technical Services, was the largest activity area.
Federal Contractor
ABT ASSOCIATES INC. Federal Contract Obligations (Last Year)
ABT ASSOCIATES INC. recorded 42 award actions and $25.02 million in obligated federal spending in the last full year, under CAGE 1A018 and UEI X1ZXL81Y8E18.
Agency and NAICS subtotals can include negative obligations from deobligations or corrections, so component totals may not align exactly with the annual total.
About ABT ASSOCIATES INC. federal contract activity
ABT ASSOCIATES INC. recorded 25.02 million in obligated dollars across 42 awards in the last full year, with an average award value of 595,785.17. The portfolio shows meaningful federal activity, but the agency and NAICS detail indicates several obligation adjustments, including negative totals in some categories.
Agency mix and customer concentration
The AGENCY FOR INTERNATIONAL DEVELOPMENT was the primary customer, accounting for 27.32 million across 6 awards and representing the clear center of the vendor’s federal business in the period. The next-largest positive relationship was with the AGENCY FOR HEALTHCARE RESEARCH AND QUALITY at 1.11 million on a single award, while CDC, ASA, and the Millennium Challenge Corporation show award activity with zero or negative net obligations in the dataset.
Industry profile based on NAICS activity
The vendor’s obligations were concentrated in NAICS 541990, ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES, which totaled 28.43 million across 7 awards. Other recorded NAICS codes were 541611, 541690, 541620, and 541618, all showing negative net obligations, which suggests deobligations or downward adjustments offsetting earlier award value in those categories.
Annual contract trend over the analysis window
The annual trend is limited to a single year in the analysis window, 2025, so year-over-year change cannot be assessed from this extract. For that year, ABT ASSOCIATES INC. posted 25.02 million across 42 awards, providing a current-period baseline for monitoring future changes in agency concentration and obligation mix.
How to interpret this page
This page summarizes FPDS obligations associated with ABT ASSOCIATES INC. using the provided CAGE code 1A018 and UEI X1ZXL81Y8E18 over the last full year. Totals reflect obligated dollars as reported in the source data; negative values are retained as reported and should be interpreted as deobligations or adjustments, not as separate awards.
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 = '1A018'
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 |
|---|---|---|---|---|
| 7200 | AGENCY FOR INTERNATIONAL DEVELOPMENT | 27,318,141.00 | 27.32 million | 6 |
| 7528 | AGENCY FOR HEALTHCARE RESEARCH AND QUALITY | 1,110,553.00 | 1.11 million | 1 |
| 7523 | CENTERS FOR DISEASE CONTROL AND PREVENTION | 0.00 | 0.00 | 2 |
| 7570 | OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) | 0.00 | 0.00 | 3 |
| 9543 | MILLENNIUM CHALLENGE CORPORATION | -11,345.39 | -11.35 thousand | 1 |
| 2100 | DEPT OF THE ARMY | -46,894.89 | -46.89 thousand | 1 |
| 6800 | ENVIRONMENTAL PROTECTION AGENCY | -66,701.52 | -66.70 thousand | 8 |
| 7530 | CENTERS FOR MEDICARE AND MEDICAID SERVICES | -146,026.57 | -146.03 thousand | 3 |
| 9100 | EDUCATION, DEPARTMENT OF | -3,134,748.41 | -3.13 million | 17 |
Insight
ABT ASSOCIATES INC. was most heavily concentrated with the Agency for International Development, which obligated $27.32 million across 6 awards and exceeded the vendor’s reported 1-year total of $25.02 million, indicating that offsets and deobligations materially reduced net obligations. The remaining obligations were comparatively limited, with the Agency for Healthcare Research and Quality accounting for $1.11 million on 1 award. Several agencies posted zero or negative net obligations, including Education at -$3.13 million across 17 awards, which suggests significant downward adjustment activity across multiple agencies.
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 = '1A018'
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 |
|---|---|---|---|---|
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | 28,428,694.00 | 28.43 million | 7 |
| 541618 | OTHER MANAGEMENT CONSULTING SERVICES | -46,894.89 | -46.89 thousand | 1 |
| 541620 | ENVIRONMENTAL CONSULTING SERVICES | -59,585.91 | -59.59 thousand | 5 |
| 541611 | ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES | -154,556.17 | -154.56 thousand | 12 |
| 541690 | OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES | -157,371.96 | -157.37 thousand | 4 |
| 541720 | RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES | -2,987,307.85 | -2.99 million | 13 |
Insight
ABT ASSOCIATES INC. is concentrated in NAICS 541990, which accounts for $28.43 million across 7 awards and exceeds the vendor’s reported last-full-year total obligated amount of $25.02 million, indicating that negative obligations in other NAICS categories materially offset positive activity. The remaining obligations are distributed across consulting and research-related codes, with the largest negative balance in 541720 at -$2.99 million over 13 awards. Smaller negative totals in 541611, 541690, 541620, and 541618 suggest downward adjustments or deobligations across multiple service lines rather than broad positive expansion.
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 = '1A018'
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 | 25,022,977.22 | 25.02 million | 42 |
Insight
ABT ASSOCIATES INC. recorded $25.02 million in total obligations across 42 awards in the last full year, for an average award value of about $595.8K. With all reported obligations concentrated in a single year in the 1-year window, the recent activity reflects a concentrated annual funding profile rather than a multi-year trend. This level of award count suggests relatively broad distribution within the year, but the obligation total remains centered in the same reporting period.
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.