NAICS Industry

NAICS 541910 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for NAICS 541910 (MARKETING RESEARCH AND PUBLIC OPINION POLLING) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for NAICS 541910 (MARKETING RESEARCH AND PUBLIC OPINION POLLING) for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

NAICS Code
541910
Industry
MARKETING RESEARCH AND PUBLIC OPINION POLLING
Total Obligated
2.17 billion
2,173,693,655.85
Award Actions
9,271
Average Action Value
234,461.61

About NAICS 541910 federal contract activity

This page summarizes last 10 years of federal contract activity associated with NAICS 541910 (MARKETING RESEARCH AND PUBLIC OPINION POLLING). Based on the current FPDS Query dataset, this industry shows 2.17 billion in visible obligations across 9,271 award actions, with an average action value of 234,461.61. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for NAICS 541910 (MARKETING RESEARCH AND PUBLIC OPINION POLLING) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by VETERANS AFFAIRS, DEPARTMENT OF, with 326.30 million in obligations, followed by CENTERS FOR DISEASE CONTROL AND PREVENTION. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in NAICS 541910 (MARKETING RESEARCH AND PUBLIC OPINION POLLING) over the last 10 years. The current ranking is led by DISTRICT COMMUNICATIONS GROUP, LLC (THE), with 269.70 million in obligations, followed by NATIONAL OPINION RESEARCH CENTER. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for NAICS 541910 (MARKETING RESEARCH AND PUBLIC OPINION POLLING) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal industry segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of industry-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__productOrServiceInformation__principalNAICSCode = '541910'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 326,297,209.87 326.30 million 613
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 317,981,870.86 317.98 million 257
6940 NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION 167,518,110.40 167.52 million 259
1900 STATE, DEPARTMENT OF 147,477,596.08 147.48 million 2,107
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 133,220,247.98 133.22 million 353
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 127,138,072.54 127.14 million 200
7524 FOOD AND DRUG ADMINISTRATION 102,227,765.46 102.23 million 313
7001 OFFICE OF PROCUREMENT OPERATIONS 74,070,280.48 74.07 million 80
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 54,991,074.16 54.99 million 105
4732 FEDERAL ACQUISITION SERVICE 52,294,425.10 52.29 million 201

Insight

NAICS 541910 (MARKETING RESEARCH AND PUBLIC OPINION POLLING) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by VETERANS AFFAIRS, DEPARTMENT OF, followed by CENTERS FOR DISEASE CONTROL AND PREVENTION, which suggests that agency demand in this industry is not evenly distributed.

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,
        anyHeavy(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
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '541910'
        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 CAGE Code Total Obligated Readable Award Actions
DISTRICT COMMUNICATIONS GROUP, LLC (THE) 65T66 269,697,321.03 269.70 million 1,112
NATIONAL OPINION RESEARCH CENTER 8A395 256,231,571.44 256.23 million 82
TELAFORCE, LLC 7RLU8 118,645,395.47 118.65 million 132
PORTER NOVELLI PUBLIC SERVICES INC. 58BY1 99,994,569.47 99.99 million 150
FORS MARSH GROUP LLC 360C2 98,804,237.94 98.80 million 697
COMMUNICATEHEALTH INC. 51KG7 84,897,042.56 84.90 million 160
RESEARCH TRIANGLE INSTITUTE 3A730 84,736,842.98 84.74 million 126
IPSOS PUBLIC AFFAIRS, LLC 1UPF6 71,748,364.42 71.75 million 138
IGNITED LLC 4FHA1 70,230,863.78 70.23 million 111
WESTAT, INC. 1D075 68,643,262.15 68.64 million 49

Insight

Within NAICS 541910 (MARKETING RESEARCH AND PUBLIC OPINION POLLING), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. DISTRICT COMMUNICATIONS GROUP, LLC (THE) ranks first, followed by NATIONAL OPINION RESEARCH CENTER, which helps define the current competitive landscape in this industry slice.

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__productOrServiceInformation__principalNAICSCode = '541910'
        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 191,688,029.73 191.69 million 757
2024 237,046,416.73 237.05 million 870
2023 344,574,656.72 344.57 million 921
2022 179,418,769.77 179.42 million 944
2021 224,513,802.54 224.51 million 994
2020 198,425,816.58 198.43 million 954
2019 194,807,309.08 194.81 million 923
2018 185,994,206.93 185.99 million 964
2017 194,875,627.37 194.88 million 987
2016 222,349,020.40 222.35 million 957

Insight

The annual trend shows how obligations in NAICS 541910 (MARKETING RESEARCH AND PUBLIC OPINION POLLING) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this industry appears stable, rising, or easing over time.

Use FPDS Query for deeper industry analysis

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