US federal award intelligence (weekly)
Weekly recipient-resolved intelligence on the 1,000 largest US federal awards by cumulative obligated dollars with at least one transaction in the trailing 12 months. Two keyless sweeps of the official USA Spending search API (contracts A/B/C/D + assistance 02/03/04/05, trailing 365 days, top 500 each by obligated amount descending) are merged and deduped on the generated award id. Recipient names are entity-resolved (normalization + corporate-suffix stripping merges variants like 'LOCKHEED MARTIN CORP' with 'LOCKHEED MARTIN CORPORATION'); each entity carries its total obligated dollars and award count as peer context, as do the awarding agency and the place-of-performance state. A closed ordered-rule taxonomy labels every recipient sector (tribal, university, government, nonprofit, foreign, business — first match wins, business is the default). The documented 0-100 attention_score = 100 * (50% min-max-normalized log10(obligation) + 30% min-max-normalized log10(recipient-entity total) + 20% newcomer bonus), ranked as attention_rank (1 = hottest; ties: obligation desc, award id asc). new_entrant flags awards starting in the trailing 90 days; mega_award_flag marks >= $1B obligations; breakout_flag marks new entrants scoring >= 80. Every row carries the exact USA Spending award detail URL. Columns: ISO week, as-of date, award id, generated award id (primary key), award URL, award class (contract/assistance), award type verbatim, recipient name verbatim, canonical recipient entity key, recipient sector, description, start/end dates, place-of-performance state, awarding agency, obligation in USD, entity award count + entity total, agency award count + agency total, state award count + state total, new-entrant/mega/breakout flags, attention score + rank, country code (USA), row hash. Nullability: award_type, description, start_date, end_date, place_state and awarding_agency are null where the API returned none — kept, never invented. Caveats: obligated_amount_usd is the award's cumulative obligation across all its transactions (not the trailing window's spend); amounts tick as agencies post modifications, so re-fetches can mint new snapshots; the time filter covers awards with at least one transaction in the trailing window; attention_score is within-snapshot relative; entity resolution is name-based and can merge distinct local offices of one recipient. Sample use: order by attention_rank for the week's biggest federal money moves, filter breakout_flag for fresh giants, or group by recipient_sector to see who captures federal dollars.
- Rows
- 999
- Columns
- 29
- Source cadence
- Weekly
- Last refreshed
- Sep 25, 2026
- Theme
- government
| Column | Type | Description |
|---|---|---|
| week | string | ISO week of as_of (e.g. 2026-W39). (unit: ISO week) |
| as_of | string | Run date (UTC, day-granular). Fixed per run so identical input produces an identicalcontent hash. (unit: date) |
| award_id | string | Upstream award id (contract/award number) verbatim; null where the API returned none. (unit: id) |
| generated_internal_id | string | USA Spending generated award id. The primary key; also the award's detail-page slug. (unit: id) |
| award_url | string | Exact USA Spending award detail page (https://www.usaspending.gov/award/<generatedid>/); never null. (unit: url) |
| award_class | string | contract (definitive contracts, BPA calls, delivery/task orders, purchase orders) orassistance (grants/cooperative agreements); set by which keyless sweep produced the row. (unit: category) |
| award_type | string | Award type label verbatim from the API (e.g. 'PROJECT GRANT (B)', 'DEFINITIVE CONTRACT'); null where the API returned none. (unit: category) |
| recipient_name | string | Recipient name verbatim from the API (variants are NOT merged here — see canonical_recipient). (unit: text) |
| canonical_recipient | string | Recipient entity key after normalization (uppercase, punctuation collapsed, corporate/entity suffixes stripped); distinct spellings of the same recipient resolve toone key. (unit: id) |
| recipient_sector | string | Closed sector taxonomy via ordered rules on the canonical name: tribal, university,government, nonprofit, foreign, business (default, first match wins). (unit: category) |
| description | string | Award description verbatim from the API; null where the API returned none. (unit: text) |
| start_date | string | Award period-of-performance start (YYYY-MM-DD); null when unknown or unparseable — neverguessed. (unit: date) |
| end_date | string | Award period-of-performance end (YYYY-MM-DD); null when unknown or unparseable — neverguessed. (unit: date) |
| place_state | string | Place-of-performance US state code verbatim; null where the API returned none. (unit: code) |
| awarding_agency | string | Awarding agency name verbatim from the API; null where the API returned none. (unit: text) |
| obligated_amount_usd | float | Cumulative obligated dollars for the award across all its transactions (not the trailingwindow's incremental spend). (unit: USD) |
| entity_award_count | integer | How many awards in this snapshot resolve to the same canonical recipient entity. (unit: count) |
| entity_total_obligated_usd | float | Sum of obligated_amount_usd across this snapshot's awards for the same canonical recipient entity. (unit: USD) |
| agency_award_count | integer | How many awards in this snapshot the awarding agency issued. (unit: count) |
| agency_total_obligated_usd | float | Sum of obligated_amount_usd across this snapshot's awards from the same awarding agency. (unit: USD) |
| state_award_count | integer | How many awards in this snapshot name this place-of-performance state; 0 for null-staterows. (unit: count) |
| state_total_obligated_usd | float | Sum of obligated_amount_usd across this snapshot's awards for this place-of-performancestate; 0 for null-state rows. (unit: USD) |
| new_entrant | boolean | True when start_date falls in the trailing 90 days before as_of. (unit: boolean) |
| mega_award_flag | boolean | True when obligated_amount_usd >= $1,000,000,000. (unit: boolean) |
| breakout_flag | boolean | True for new entrants with attention_score >= 80. (unit: boolean) |
| attention_score | float | 0-100 composite = 100 * (50% min-max-normalized log10(obligation) + 30% min-max-normalized log10(recipient-entity total) + 20% newcomer bonus). Within-snapshotrelative — not comparable across weeks. (unit: 0-100) |
| attention_rank | integer | Rank by attention_score descending (1 = hottest); ties broken by obligated_amount_usddesc, then generated_internal_id asc. (unit: rank) |
| country_code | string | ISO alpha-3 country code of the awarding sovereign (USA). (unit: ISO alpha-3) |
| row_hash | string | Deterministic 16-hex sha256 of generated_internal_id + week + obligated amount. (unit: hash) |
First 10 sample rows — a preview, not the complete dataset.
| week | as_of | award_id | generated_internal_id | award_url | award_class | award_type | recipient_name | canonical_recipient | recipient_sector | description | start_date | end_date | place_state | awarding_agency | obligated_amount_usd | entity_award_count | entity_total_obligated_usd | agency_award_count | agency_total_obligated_usd | state_award_count | state_total_obligated_usd | new_entrant | mega_award_flag | breakout_flag | attention_score | attention_rank | country_code | row_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2026-W39 | 2026-09-25 | 2605CA5MAP | ASST_NON_2605CA5MAP_075 | https://www.usaspending.gov/award/ASST_NON_2605CA5MAP_075/ | assistance | BLOCK GRANT (A) | HEALTH CARE SERVICES, CALIFORNIA DEPARTMENT OF | HEALTH CARE SERVICES CALIFORNIA DEPARTMENT OF | government | MEDICAID ENTITLEMENT FOR 7 - FY 2026 - T19 | 2025-10-01 | 2026-09-30 | CA | Department of Health and Human Services | 111,024,607,511 | 10 | 480,856,429,916 | 286 | 1,886,706,319,379.17 | 92 | 756,010,420,741.56 | false | true | false | 80 | 1 | USA | e06f9638c073ac4a |
| 2026-W39 | 2026-09-25 | 2505CA5MAP | ASST_NON_2505CA5MAP_075 | https://www.usaspending.gov/award/ASST_NON_2505CA5MAP_075/ | assistance | BLOCK GRANT (A) | HEALTH CARE SERVICES, CALIFORNIA DEPARTMENT OF | HEALTH CARE SERVICES CALIFORNIA DEPARTMENT OF | government | MEDICAID ENTITLEMENT FOR 7 - FY 2026 - T19 | 2024-10-01 | 2025-09-30 | CA | Department of Health and Human Services | 100,102,109,892 | 10 | 480,856,429,916 | 286 | 1,886,706,319,379.17 | 92 | 756,010,420,741.56 | false | true | false | 79.06 | 2 | USA | 23bad5c7a7caa40a |
| 2026-W39 | 2026-09-25 | 2405CA5MAP | ASST_NON_2405CA5MAP_075 | https://www.usaspending.gov/award/ASST_NON_2405CA5MAP_075/ | assistance | BLOCK GRANT (A) | HEALTH CARE SERVICES, CALIFORNIA DEPARTMENT OF | HEALTH CARE SERVICES CALIFORNIA DEPARTMENT OF | government | MEDICAID ENTITLEMENT FOR 7 - FY 2025 - T19 | 2023-10-01 | 2026-09-30 | CA | Department of Health and Human Services | 91,989,754,968 | 10 | 480,856,429,916 | 286 | 1,886,706,319,379.17 | 92 | 756,010,420,741.56 | false | true | false | 78.3 | 3 | USA | 1f60a7a5dc799415 |
| 2026-W39 | 2026-09-25 | 2305CA5MAP | ASST_NON_2305CA5MAP_075 | https://www.usaspending.gov/award/ASST_NON_2305CA5MAP_075/ | assistance | BLOCK GRANT (A) | HEALTH CARE SERVICES, CALIFORNIA DEPARTMENT OF | HEALTH CARE SERVICES CALIFORNIA DEPARTMENT OF | government | MEDICAID ENTITLEMENT FOR 7 - FY 2024 - T19 | 2022-10-01 | 2026-09-30 | CA | Department of Health and Human Services | 80,547,538,707 | 10 | 480,856,429,916 | 286 | 1,886,706,319,379.17 | 92 | 756,010,420,741.56 | false | true | false | 77.09 | 4 | USA | 99d88ee94da483eb |
| 2026-W39 | 2026-09-25 | 2205CA5MAP | ASST_NON_2205CA5MAP_075 | https://www.usaspending.gov/award/ASST_NON_2205CA5MAP_075/ | assistance | BLOCK GRANT (A) | HEALTH CARE SERVICES, CALIFORNIA DEPARTMENT OF | HEALTH CARE SERVICES CALIFORNIA DEPARTMENT OF | government | MEDICAID ENTITLEMENT FOR 7 - FY 2023 - T19 | 2021-10-01 | 2026-09-30 | CA | Department of Health and Human Services | 80,533,569,865 | 10 | 480,856,429,916 | 286 | 1,886,706,319,379.17 | 92 | 756,010,420,741.56 | false | true | false | 77.09 | 5 | USA | 097e7095ac8fc322 |
| 2026-W39 | 2026-09-25 | DEAC0494AL85000 | CONT_AWD_DEAC0494AL85000_8900_-NONE-_-NONE- | https://www.usaspending.gov/award/CONT_AWD_DEAC0494AL85000_8900_-NONE-_-NONE-/ | contract | — | LOCKHEED MARTIN CORP | LOCKHEED MARTIN | business | — | 1993-10-15 | 2017-04-30 | NM | Department of Energy | 48,063,737,196.35 | 94 | 435,115,740,474.89 | 51 | 628,781,957,995.79 | 11 | 211,376,397,909.81 | false | true | false | 71.99 | 6 | USA | 380400ca0c31330f |
| 2026-W39 | 2026-09-25 | 2605NY5MAP | ASST_NON_2605NY5MAP_075 | https://www.usaspending.gov/award/ASST_NON_2605NY5MAP_075/ | assistance | BLOCK GRANT (A) | NYS DEPARTMENT OF HEALTH | NYS DEPARTMENT OF HEALTH | government | MEDICAID ENTITLEMENT FOR 42 - FY 2026 - T19 | 2025-10-01 | 2026-09-30 | NY | Department of Health and Human Services | 61,254,491,401 | 8 | 210,199,925,925 | 286 | 1,886,706,319,379.17 | 44 | 295,271,297,029.62 | false | true | false | 71.06 | 7 | USA | 3d4e3c8f8432cf04 |
| 2026-W39 | 2026-09-25 | 2505NY5MAP | ASST_NON_2505NY5MAP_075 | https://www.usaspending.gov/award/ASST_NON_2505NY5MAP_075/ | assistance | BLOCK GRANT (A) | NYS DEPARTMENT OF HEALTH | NYS DEPARTMENT OF HEALTH | government | MEDICAID ENTITLEMENT FOR 42 - FY 2026 - T19 | 2024-10-01 | 2025-09-30 | NY | Department of Health and Human Services | 56,707,390,396 | 8 | 210,199,925,925 | 286 | 1,886,706,319,379.17 | 44 | 295,271,297,029.62 | false | true | false | 70.36 | 8 | USA | f476942d00ef09a0 |
| 2026-W39 | 2026-09-25 | 2405NY5MAP | ASST_NON_2405NY5MAP_075 | https://www.usaspending.gov/award/ASST_NON_2405NY5MAP_075/ | assistance | BLOCK GRANT (A) | NYS DEPARTMENT OF HEALTH | NYS DEPARTMENT OF HEALTH | government | MEDICAID ENTITLEMENT FOR 42 - FY 2025 - T19 | 2023-10-01 | 2025-09-30 | NY | Department of Health and Human Services | 54,306,306,498 | 8 | 210,199,925,925 | 286 | 1,886,706,319,379.17 | 44 | 295,271,297,029.62 | false | true | false | 69.97 | 9 | USA | e799d3d1b31d8255 |
| 2026-W39 | 2026-09-25 | N0001917C0001 | CONT_AWD_N0001917C0001_9700_-NONE-_-NONE- | https://www.usaspending.gov/award/CONT_AWD_N0001917C0001_9700_-NONE-_-NONE-/ | contract | — | LOCKHEED MARTIN CORPORATION | LOCKHEED MARTIN | business | LRIP LOT 12 ADVANCE ACQUISITION CONTRACT | 2017-11-17 | 2031-03-31 | TX | Department of Defense | 35,135,514,910.2 | 94 | 435,115,740,474.89 | 356 | 1,355,511,702,190.95 | 120 | 472,033,501,603.42 | false | true | false | 69.15 | 10 | USA | f9c95fe8dea7f53d |
Profiled Sep 25, 2026 from snapshot 20260925T131450Z-27dccc91cf90
Measured- Completeness
- 98.1%
- Rows
- 999
- Columns
- 29
- Columns with gaps
- 4
| Column | Missing | Distinct | Range | Distribution |
|---|---|---|---|---|
| weekvarchar | 0% | 1 | — |
|
| as_ofvarchar | 0% | 1 | — |
|
| award_idvarchar | 0% | 903 | — |
|
| generated_internal_idvarchar | 0% | 963 | — |
|
| award_urlvarchar | 0% | 1,307 | — |
|
| award_classvarchar | 0% | 2 | — |
|
| award_typevarchar | 50.1% | 3 | — |
|
| recipient_namevarchar | 0% | 391 | — |
|
| canonical_recipientvarchar | 0% | 432 | — |
|
| recipient_sectorvarchar | 0% | 6 | — |
|
| descriptionvarchar | 1% | 702 | — |
|
| start_datevarchar | 2.1% | 594 | — |
|
| end_datevarchar | 0% | 267 | — |
|
| place_statevarchar | 2.8% | 62 | — |
|
| awarding_agencyvarchar | 0% | 18 | — |
|
| obligated_amount_usddouble | 0% | 1,079 | 443,702,768 → 111,024,607,511median 1,474,828,686 | 20 outside 1st–99th percentile |
| entity_award_countbigint | 0% | 18 | 1 → 94median 5 | |
| entity_total_obligated_usddouble | 0% | 344 | 444,814,918 → 480,856,429,916median 14,748,010,087 | 20 outside 1st–99th percentile |
| agency_award_countbigint | 0% | 17 | 1 → 356median 286 | 7 outside 1st–99th percentile |
| agency_total_obligated_usddouble | 0% | 17 | 451,213,783 → 1,886,706,319,379median 1,355,511,702,191 | 7 outside 1st–99th percentile |
| state_award_countbigint | 0% | 35 | 0 → 120median 33 | |
| state_total_obligated_usddouble | 0% | 51 | 0 → 756,010,420,742median 117,695,076,718 | |
| new_entrantboolean | 0% | 2 | — |
|
| mega_award_flagboolean | 0% | 2 | — |
|
| breakout_flagboolean | 0% | 1 | — |
|
| attention_scoredouble | 0% | 826 | 0.02 → 80median 26.29 | 20 outside 1st–99th percentile |
| attention_rankbigint | 0% | 1,232 | 1 → 999median 500 | 20 outside 1st–99th percentile |
| country_codevarchar | 0% | 1 | — |
|
| row_hashvarchar | 0% | 1,081 | — |
|
- Current
20260925T131450Z-27dccc91cf90 · sha256 27dccc91cf90…
999 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/us_federal_award_intel/us_federal_awards_weekly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/us_federal_award_intel/us_federal_awards_weekly").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)API endpoint: https://datazimuts.com/v1/datasets/us_federal_award_intel/us_federal_awards_weekly
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260925T131450Z-27dccc91cf90 and its content hash, so readers get exactly the data you used.
US federal award intelligence (agent-curated). (2026). US federal award intelligence (weekly) [Data set, snapshot 20260925T131450Z-27dccc91cf90, sha256 27dccc91cf90]. Datazimuts. Retrieved 2026-09-25, from https://datazimuts.com/en/datasets/us_federal_award_intel/us_federal_awards_weekly?snapshot=20260925T131450Z-27dccc91cf90
@misc{dz_us_federal_award_intel_us_federal_awards_27dccc91,
title = {{US federal award intelligence (weekly)}},
author = {{US federal award intelligence (agent-curated)}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/us_federal_award_intel/us_federal_awards_weekly?snapshot=20260925T131450Z-27dccc91cf90}},
note = {Snapshot 20260925T131450Z-27dccc91cf90, sha256 27dccc91cf90c06d4b3e4c1f213a2d2e42ab4de6849576e21f73814a76f25a7e; accessed 2026-09-25}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=us_federal_award_intel%2Fus_federal_awards_weekly&lang=en&theme=auto&snapshot=20260925T131450Z-27dccc91cf90&x=start_date&y=obligated_amount_usd&agg=avg" title="US federal award intelligence (weekly)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.