Skip to main content

Long-form reports and research briefs

Our published research on market concentration and competition policy, free to read and reuse. Each report states its question, what the data can and cannot show, and where every number comes from.

Briefings
11
open publications
Series
4
versioned registers
Markets
12
linked profiles
Immediate
2
action memos

11 public briefings across market structure, enforcement, and competition policy.

Report evidence desk

Briefings ranked for public use.

Evidence depth, market scope, publication readiness, and policy priority in one accountable record.

Open reports
11
Source links
37
Linked markets
12
Immediate memos
2

Research comparison

11 briefings

Research desk

Evidence first

Search briefings, inspect their source basis, and follow the route from public data to market profiles and policy asks.

Methods
Research cadence

Jul 2026

Latest briefing cycle in the public research library.

2

visible

14

sources

Latest briefings
JSON feed

Type

Sector

Showing 2 report briefings, 8 linked markets, 18 source links, and 1 urgent memo. Active filters: Search: "housing".

2

reports

8

linked markets

18

source links

1

urgent memos

State of competition reportNear-term policy memo

The U.S. Competition Landscape

A national briefing that aligns defined-market signals, industry structure, state and local geographic concentration screens, merger activity, and enforcement records without collapsing their different scopes.

Open report

Publication readiness

Publication-ready packet

Checks whether this briefing can be cited, audited, exported, and routed into public action.

100%

7/7 ready

Citable releasereadyPublic date Jul 19, 2026
Public source basisready14 source links attached
Market scopeready8 linked markets
Evidence needs namedready5 next-step needs visible
Reusable data exportsreadyJSON, CSV, and source-ledger routes exposed
Public action routeready4 asks routed to advocacy
Method visiblereadyMethodology handoff included
View audit trail7/7 checks
Citable releasereadyPublic date Jul 19, 2026
Public source basisready14 source links attached
Market scopeready8 linked markets
Evidence needs namedready5 next-step needs visible
Reusable data exportsreadyJSON, CSV, and source-ledger routes exposed
Public action routeready4 asks routed to advocacy
Method visiblereadyMethodology handoff included

Policy audience

FTC, DOJ, Congress, state attorneys general, and public data agencies

Evidence needed next

Stable cross-agency market identifiersFirm-level shares and residual-category rulesComparable local ownership and control recordsMerger notification and review outcome tables

Selected briefing

Jul 2026

date

Near-term

priority

14

sources

8

markets

Wireless service · Domestic airlines · Rental housing · Search engines · Browsers · PBMs · AI assistants · Beef meatpacking

Policy thesis

National competition policy needs a shared evidence infrastructure that preserves market definition, geography, vintage, and procedural posture instead of compressing unlike signals into one score.

Public asks

Publish a recurring competition data inventory

Coordinate agency releases across industry concentration, state markets, merger activity, and enforcement records with stable identifiers, machine-readable tables, and documented update schedules.

Pair screens with exact analytical scope

Every public concentration statistic should travel with its product or industry universe, geography, denominator, vintage, source status, and residual-category treatment.

Turn missing shares into disclosure priorities

Prioritize firm-level public reporting where essential markets remain visible only through aggregate shares, usage proxies, or local ownership fragments.

Source basis

2022 and 2017 U.S. Economic Census industry concentration tables, USDA ERS historical meatpacking CR4, KFF 2024 state individual-market HHI, FDIC 2025 statewide and county Summary of Deposits screens, the FY2025 FTC/DOJ HSR report, and source-backed market and enforcement records.

Reader packet

Citable line

The U.S. Competition Landscape (2026-07-19) links 14 sources to 8 markets (Wireless service, Domestic airlines, Rental housing, Search engines, Browsers, PBMs, AI assistants, Beef meatpacking) and carries a near-term public-policy priority.

Research export

Notebook starter

const reportPacket = await fetch("/api/public/reports?report=us-competition-landscape-2026").then((response) => response.json()); const leadMarket = await fetch("/api/public/markets?market=us-mobile-wireless-service").then((response) => response.json()); const sourceTrail = await fetch("/api/public/sources?market=us-mobile-wireless-service").then((response) => response.json()); console.table(reportPacket.rows); console.table(leadMarket.rows); console.table(sourceTrail.rows);