Documentation Index
Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/signals/dilution/enhanced
Return the OMNI Dilution Score augmented with factor-model context (macro liquidity regime, momentum exposure, short-interest placeholder)Audience: application and coding agent.
Canonical 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— placeholder; no internal short-interest source ingested yet (status:unavailable)
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
Failure posture
- short-interest is intentionally
unavailable— surface 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