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

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: fedcomp_index_data-2026.3.2.tar.gz
  • Upload date:
  • Size: 22.0 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.2.tar.gz
Algorithm Hash digest
SHA256 d1ec9d1957cdba37c0a06a7e5569e12ade5a970e6d022e27229342b6a02371aa
MD5 a3a37be629e09cce2792a489098642d2
BLAKE2b-256 87949fbeaa25adfabd3aff4ec9b1f0d2bc82054cf1afdb320e373833a777f15a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fedcomp_index_data-2026.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3793f257aba85ff68b125f05d8ce1c9bf44fb480152d5a33188eb027e7293f9b
MD5 a27be631b9b9fe7cdb70a16d93f5ed8a
BLAKE2b-256 2948cb3a31a20b7a1fbf838f812365dc939f5b61865350d00ee75d165c953a9a

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