Open Data Portal

Federal contract spending data, free to download.

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.

3 fiscal years available · CSV + JSON · CC BY 4.0 (attribution required)
How to cite:

"SupplierDiversity.com Federal Spending Database, derived from USASpending.gov, accessed [date]." See the full methodology for sourcing, refresh cadence, and known limitations.

Available downloads

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.

Federal Diverse-Supplier Contract Spending. FY2026

Period: October 1, 2025 – September 30, 2026

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.

Federal Diverse-Supplier Contract Spending. FY2025

Period: October 1, 2024 – September 30, 2025

FY2025

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.

Federal Diverse-Supplier Contract Spending. FY2024

Period: October 1, 2023 – September 30, 2024

FY2024

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.

Field reference

Each row in a download contains the following fields:

FieldTypeDescription
agency_codestringFederal agency code (per USASpending agency taxonomy)
agency_namestringFederal agency name (normalized)
fiscal_yearintegerU.S. federal fiscal year (Oct 1 – Sep 30)
total_8adecimal (USD)Total dollars awarded to 8(a) Business Development Program suppliers
total_wosbdecimal (USD)Total dollars awarded under WOSB / EDWOSB set-asides
total_sdvosbdecimal (USD)Total dollars awarded under SDVOSB set-asides
total_hubzonedecimal (USD)Total dollars awarded under HUBZone set-asides
total_sdbdecimal (USD)Total dollars awarded with Small Disadvantaged Business preferences
total_vosbdecimal (USD)Total dollars awarded under VOSB set-asides
total_minority_owneddecimal (USD)Total dollars to self-reported minority-owned suppliers
total_small_businessdecimal (USD)Total small-business prime contract dollars (denominator for share calculations)
count_*integerContract count corresponding to each total_* column

Licensing & attribution

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):

  • "Data: SupplierDiversity.com (derived from USASpending.gov)"
  • "SupplierDiversity.com Federal Spending Database, FY[year]"
  • "Source: SupplierDiversity.com / USASpending.gov"

If you publish analysis using this data, we'd love to see it, email editorial@supplierdiversity.com with a link.

Pulling fresh data programmatically

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.

What's missing? Let us know.

This portal will grow over time. On the roadmap:

  • State procurement diverse-spend datasets (where states publish underlying data)
  • Inclusion Index annual rankings as a downloadable dataset
  • Outcome Survey aggregates by certification × industry × state
  • Award-level (not just agency-aggregate) federal data

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.