GET /v1/signals/dilution/enhanced
Return the SEC API Dilution Score with factor-model context for macro liquidity and momentum exposure.Use this endpoint from server-side applications, SDKs, or agent workflows.
Response metadata
Returns the full/v1/signals/dilution response plus a top-level factorModelContext object:
factorModelContext.liquidityRegime— macro regime classification (per/v1/macro/regimes) plus per-tickerLIQUIDITYfactor exposurefactorModelContext.momentum— per-tickerMOMENTUMfactor exposure (Carhart 12-1) fromlatest_factor_exposuresfactorModelContext.shortInterest— currently returned withstatus: "unavailable"when short-interest data is not available.
Query parameters
| Param | Type | Description |
|---|---|---|
ticker | string | Issuer ticker. Either ticker or cik is required. |
cik | string | Issuer CIK (10-digit zero-padded). Either ticker or cik is required. |
view | enum | Response shape (default | compact | agent). |
Example request
Example response
Give this prompt to your agent
Copy this SEC API prompt for your agent.
Errors and partial results
- short-interest is intentionally
unavailable; report that state instead of treating it as zero - when the macro overlay or factor exposures time out, the corresponding context fields are nulled and a
degradedReasons[]entry is added; preserve those reasons in your downstream summary