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.3.tar.gz (22.4 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.3-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fedcomp_index_data-2026.3.3.tar.gz
  • Upload date:
  • Size: 22.4 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.3.tar.gz
Algorithm Hash digest
SHA256 9356fae0117711b8fc695baee419d60fbc7e7b06259d3a5995f6edd137fda621
MD5 e3431b9212da905b301a720200814717
BLAKE2b-256 fafedb13265b196c3687f16a28409ac57b08d49fc4e39599b4f014dad145b291

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fedcomp_index_data-2026.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 19bc90ccc80056a4fefc6126baee0102e14477bc6ae7b930f23fb181b54c5ea2
MD5 3a61fcde82fa453200aeb8478a192076
BLAKE2b-256 258e0e2b1626ea1996e4616034b99358dc29f7cbc79ccb72dd3159cb7a19e0cd

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