Government Revenue Dependency Score
Returns a composite Government Revenue Dependency Score (0–100) for any publicly traded U.S. company - showing what percentage of revenue comes from federal contracts and surfacing concentration, trend, and compliance risk signals. Built for hedge funds, equity analysts, M&A due diligence teams, ESG researchers, and fintech developers who need clean, structured government exposure data without…
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 | — |
|