Government Revenue Dependency Score
Score any U.S. public company's federal contract revenue exposure in a single API call. Returns a 0–100 Government Revenue Dependency Score plus agency concentration, year-over-year trend, and SAM.gov compliance signals — sourced from SEC EDGAR, USASpending.gov, and SAM.gov. Built for equity analysts, hedge funds, ESG researchers, and M&A due diligence teams who need structured government…
Government Revenue Dependency Score endpoints
| Method | Endpoint | Description |
|---|---|---|
| Score | ||
| GET |
/score/{ticker} /score/{ticker} |
Returns a composite Government Revenue Dependency Score for a publicly traded company. **Score interpretation:** - 0-20: Minimal government exposure - 21-40: Low dependency -… |
| POST |
/score/batch /score/batch |
Score up to 10 tickers (Pro tier) or 50 tickers (Ultra tier) in a single API call. Results are returned as a list in the same order as the input tickers. Failed lookups are… |
| Company | ||
| GET |
/company/{ticker} Ultra+ /company/{ticker} |
Returns the resolved cross-source identifiers for a company - useful for debugging entity resolution or building your own data pipelines on top of this API. **Ultra or Mega tier… |
| Contracts | ||
| GET |
/contracts/{ticker} Ultra+ /contracts/{ticker} |
Returns the complete list of federal contract awards for a company, sourced from USASpending.gov and FPDS. **Ultra or Mega tier required** Results are paginated. Contracts are… |
| Health | ||
| GET |
/health /health |
Returns the operational status of the API and each upstream data source. Useful for monitoring and for understanding whether a stale score is due to an upstream outage rather… |
| Example | ||
| GET |
/example /example |
Returns a static example ScoreResponse so you can evaluate the output structure before subscribing. No API key required. |
Government Revenue Dependency Score pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|
| ULTRA | $99 / month | — |
|
| MEGA | $299 / month | — |
|