Federal Contractor

KEARNEY & COMPANY, P.C. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for KEARNEY & COMPANY, P.C. (CAGE 1SJ14, UEI UC4BPA3LC4J6) covering obligations, awards, agencies, NAICS codes, and yearly trends over the last 10 years.

Over the last 10 years, KEARNEY & COMPANY, P.C. has received 2,698 award actions totaling $1.70 billion in obligated value, with an average action value of $630,718.14. Its largest federal activity is concentrated with the Federal Acquisition Service, DFAS, the Department of the Air Force, the Department of the Navy, and the Office of the Assistant Secretary for Administration.

Generated at 03/21/2026

Analysis period: Last 10 years

Obligation and award counts reflect the provided 10-year analysis window and are grouped by agency, NAICS code, and fiscal year.

CAGE Code
1SJ14
UEI
UC4BPA3LC4J6
Total Obligated
1.70 billion
1,701,677,549.00
Award Actions
2,698
Average Action Value
630,718.14

About KEARNEY & COMPANY, P.C. federal contract activity

KEARNEY & COMPANY, P.C. has recorded 2,698 FPDS awards totaling 1.70 billion over the last 10 years, with an average award value of 630,718.14. The profile indicates a sustained federal audit, accounting, and advisory presence, concentrated in a relatively high-volume contract pattern rather than a small number of exceptionally large awards.

Agency mix and customer concentration

Obligations are led by the Federal Acquisition Service at 415.77 million across 221 awards, followed by DFAS at 265.33 million across 279 awards. The remainder of the top five includes the Department of the Air Force, Department of the Navy, and the Office of the Assistant Secretary for Administration, showing a mix of civilian and defense demand with notable concentration in financial management-related buyers.

Industry profile based on NAICS activity

The portfolio is dominated by accounting services: NAICS 541211 accounts for 1.06 billion across 1,749 awards and NAICS 541219 adds 533.66 million across 849 awards. Smaller portions are associated with management consulting and adjacent professional services, indicating that the vendor’s federal work is primarily in audit, accounting, and related advisory functions.

Annual contract trend over the analysis window

Annual obligations remain elevated and have generally increased in the most recent years shown, rising from 141.92 million in 2021 to 271.95 million in 2025. Award counts have stayed consistently high, with 2022 through 2025 each exceeding 270 awards, suggesting recurring procurement activity rather than episodic spikes.

How to interpret this page

This summary is based on FPDS award records for the vendor identified by CAGE 1SJ14 and UEI UC4BPA3LC4J6 over the last 10 years. Agency, NAICS, and annual figures reflect total obligated dollars and award counts within the provided analysis window; no additional sources or assumptions were used.

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 = '1SJ14'
        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
4732 FEDERAL ACQUISITION SERVICE 415,773,051.05 415.77 million 221
97BZ DEFENSE FINANCE AND ACCOUNTING SERVICE (DFAS) 265,329,437.29 265.33 million 279
5700 DEPT OF THE AIR FORCE 166,676,849.76 166.68 million 110
1700 DEPT OF THE NAVY 162,594,187.51 162.59 million 63
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 136,343,822.63 136.34 million 157
7001 OFFICE OF PROCUREMENT OPERATIONS 105,389,739.61 105.39 million 146
1900 STATE, DEPARTMENT OF 54,716,461.77 54.72 million 184
2800 SOCIAL SECURITY ADMINISTRATION 46,744,922.73 46.74 million 132
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 38,198,057.29 38.20 million 53
2050 INTERNAL REVENUE SERVICE 29,255,242.70 29.26 million 20

Insight

Over the last 10 years, KEARNEY & COMPANY, P.C. has received $1.70 billion across 2,698 awards, with obligations concentrated in a small set of agencies. The Federal Acquisition Service is the largest buyer at $415.77 million, followed by DFAS at $265.33 million; together they account for a substantial share of total obligations. The remaining top agencies are more dispersed, with awards spanning defense, civilian, and financial management organizations, including the Department of the Air Force, Department of the Navy, and the Office of the Assistant Secretary for Administration.

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 = '1SJ14'
        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
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 1,058,938,892.45 1.06 billion 1,749
541219 OTHER ACCOUNTING SERVICES 533,664,029.72 533.66 million 849
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 90,304,005.27 90.30 million 69
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 17,144,246.24 17.14 million 14
541618 OTHER MANAGEMENT CONSULTING SERVICES 1,536,484.17 1.54 million 10
541519 OTHER COMPUTER RELATED SERVICES 89,391.15 89.39 thousand 4
541330 ENGINEERING SERVICES 500.00 500.00 1
327390 OTHER CONCRETE PRODUCT MANUFACTURING 0.00 0.00 2

Insight

Over the last 10 years, KEARNEY & COMPANY, P.C. shows a highly concentrated award profile in accounting-related NAICS codes. NAICS 541211 (Offices of Certified Public Accountants) accounts for $1.06 billion across 1,749 awards, and NAICS 541219 (Other Accounting Services) adds $533.66 million across 849 awards, together representing the substantial majority of the firm’s $1.70 billion obligated total. Activity outside these two codes is limited and declines sharply in value, with only $90.30 million in NAICS 541611 and all remaining NAICS categories each below $17.2 million.

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 = '1SJ14'
        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 271,947,380.67 271.95 million 276
2024 234,993,157.02 234.99 million 275
2023 231,809,599.04 231.81 million 274
2022 185,928,520.61 185.93 million 307
2021 141,917,143.98 141.92 million 285
2020 175,926,165.79 175.93 million 299
2019 148,139,824.09 148.14 million 318
2018 134,611,383.52 134.61 million 303
2017 137,387,185.69 137.39 million 278
2016 39,017,188.59 39.02 million 83

Insight

KEARNEY & COMPANY, P.C. shows a sustained upward obligation trend over the last 10 years, increasing from 39.02 million in 2016 to 271.95 million in 2025. Obligations are concentrated in the most recent three years, with 2023-2025 accounting for 738.80 million, or about 43 percent of the 1.70 billion total obligated over the period. Award volume is relatively stable in the later years, generally ranging from 274 to 318 awards annually, indicating higher obligated dollars without a comparable increase in award count.

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.