Federal Diverse-Supplier Contract Spending. FY2026
Agency-level totals and contract counts for 8(a), WOSB, SDVOSB, HUBZone, SDB, VOSB, and minority-owned set-asides. Includes federal-wide aggregates and per-agency breakdowns.
Bulk CSV and JSON exports of every federal contract dollar awarded to 8(a), WOSB, SDVOSB, HUBZone, and SDB suppliers, derived from USASpending.gov and pre-aggregated by agency and fiscal year so researchers, journalists, and analysts can skip the API plumbing and get straight to analysis.
"SupplierDiversity.com Federal Spending Database, derived from USASpending.gov, accessed [date]." See the full methodology for sourcing, refresh cadence, and known limitations.
Each dataset contains one row per federal agency, with totals and contract counts for each diverse-supplier preference category. Records are pre-aggregated for fast analysis; for award-level detail, see the federal award search.
Agency-level totals and contract counts for 8(a), WOSB, SDVOSB, HUBZone, SDB, VOSB, and minority-owned set-asides. Includes federal-wide aggregates and per-agency breakdowns.
Agency-level totals and contract counts for 8(a), WOSB, SDVOSB, HUBZone, SDB, VOSB, and minority-owned set-asides. Includes federal-wide aggregates and per-agency breakdowns.
Agency-level totals and contract counts for 8(a), WOSB, SDVOSB, HUBZone, SDB, VOSB, and minority-owned set-asides. Includes federal-wide aggregates and per-agency breakdowns.
Each row in a download contains the following fields:
| Field | Type | Description |
|---|---|---|
agency_code | string | Federal agency code (per USASpending agency taxonomy) |
agency_name | string | Federal agency name (normalized) |
fiscal_year | integer | U.S. federal fiscal year (Oct 1 – Sep 30) |
total_8a | decimal (USD) | Total dollars awarded to 8(a) Business Development Program suppliers |
total_wosb | decimal (USD) | Total dollars awarded under WOSB / EDWOSB set-asides |
total_sdvosb | decimal (USD) | Total dollars awarded under SDVOSB set-asides |
total_hubzone | decimal (USD) | Total dollars awarded under HUBZone set-asides |
total_sdb | decimal (USD) | Total dollars awarded with Small Disadvantaged Business preferences |
total_vosb | decimal (USD) | Total dollars awarded under VOSB set-asides |
total_minority_owned | decimal (USD) | Total dollars to self-reported minority-owned suppliers |
total_small_business | decimal (USD) | Total small-business prime contract dollars (denominator for share calculations) |
count_* | integer | Contract count corresponding to each total_* column |
The datasets here are released under Creative Commons Attribution 4.0 International (CC BY 4.0). You may use, modify, and redistribute the data for any purpose, including commercial use, provided you attribute the source.
Attribution form (use any of these):
If you publish analysis using this data, we'd love to see it, email editorial@supplierdiversity.com with a link.
The CSV and JSON endpoints are stable and intended for programmatic use. Examples:
# Fetch the latest fiscal year as JSON
curl -s https://www.supplierdiversity.com/data/federal-spending-fy2026.json \
| jq '.records[] | select(.total_8a > 100000000)'
# Pull a CSV directly into pandas
import pandas as pd
df = pd.read_csv("https://www.supplierdiversity.com/data/federal-spending-fy2026.csv")
No API key is required for these public datasets. We rate-limit aggressive automated traffic, if you need bulk-historical pulls, email us first and we'll send you a tarball.
This portal will grow over time. On the roadmap:
If you'd use a specific dataset that isn't here yet, email editorial@supplierdiversity.com. Real journalist or researcher use cases jump the queue.