Skip to main content

Pre-scored federal contractor datasets with FedComp Index scores and posture class assignments. Updated monthly.

Project description

FedComp Index Data

FedComp Index

Pre-scored federal contractor datasets bundled for Python. Each contractor has a FedComp Index score (0-100) and posture class assignment based on five years of USASpending award data.

Updated monthly with fresh data from the FedComp Index pipeline.

Install

pip install fedcomp-index-data

Usage

from fedcomp_index_data import load_state, lookup

# Load all scored contractors for a state
contractors = load_state("NV")
print(f"{len(contractors)} contractors scored")

# Filter by posture class
class_1 = [c for c in contractors if c["posture_class"] == "Class 1"]
print(f"{len(class_1)} Class 1 contractors")

# Look up a specific contractor by UEI
c = lookup("CGAKREGGN9J3")
print(c["legal_name"])      # FLEET VEHICLE SOURCE INC
print(c["fedcomp_index"])   # 81
print(c["posture_class"])   # Class 1

Available states

State Contractors Updated
Nevada (NV) 348 March 2026

More states are added as the FedComp Index expands coverage.

Data fields

Field Description
rank FedComp Index rank within the state
legal_name Registered legal name from SAM.gov
uei Unique Entity Identifier
cage CAGE code
fedcomp_index FedComp Index score (0-100)
posture_class Posture class: Class 1 (60+), Class 2 (40-59), Class 3 (<40)
awards_5yr_total_usd Total award dollars over trailing 5-year window
award_count Number of distinct awards
active_contracts Currently active contracts
last_award_date Date of most recent award (YYYY-MM)
primary_naics Primary NAICS code
top_agency Most frequent awarding agency
city Registered city
certifications SBA certifications (pipe-separated)
state State of registration
scored_date Year-month this score was computed

FedComp Index scoring

Two drivers, no normalization:

Driver Weight How it works
Award volume 90% log10 of total dollars won, mapped to 0-100
Award recency 10% Last award date, bucketed by age

Posture classes are fixed thresholds:

  • Class 1 - score 60+ (~$100M+ in awards)
  • Class 2 - score 40-59 (~$5M-$100M)
  • Class 3 - below 40

Full methodology: fedcompindex.org/wiki/methodology

Related packages

Data sources

Also available on npm

npm install fedcomp-index-data

Links

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fedcomp_index_data-2026.3.4.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fedcomp_index_data-2026.3.4-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file fedcomp_index_data-2026.3.4.tar.gz.

File metadata

  • Download URL: fedcomp_index_data-2026.3.4.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for fedcomp_index_data-2026.3.4.tar.gz
Algorithm Hash digest
SHA256 768c9907b14b53f7c5215c1ecb79dfd688b77fe5b6b3857a0f4462bbfec1b04a
MD5 bfcae0eb73b3649bcf94325846c002af
BLAKE2b-256 a0fb45fbf23af89ee9afeb42938294e467b0eb21ab9c578a648702d907376b6b

See more details on using hashes here.

File details

Details for the file fedcomp_index_data-2026.3.4-py3-none-any.whl.

File metadata

File hashes

Hashes for fedcomp_index_data-2026.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c84c109ab7f501a7033f73f357813078e70c1201bc87348d790445b3d1d394aa
MD5 2889334a93dc43ed581fb2fe54b494c2
BLAKE2b-256 4355d083e202de8ebdfb2fb71a07047b6d755577a3861ae0c8f6ad1dec6e96ef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page