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/dilution/score
Per-issuer Dilution Score — singleton view returning the latest dilution rating row for a ticker. Requires?ticker.
Audience: application and coding agent.
Canonical metadata
requestIdtraceparentverificationprovenance
Query parameters
| Param | Type | Description |
|---|---|---|
ticker | string (required) | Issuer ticker. Returns the latest rating row. |
view | enum | Response shape (default | compact | agent). |
Example request
Example response
Errors
400 missing_ticker—?tickeris required.404 dilution_score_not_found— no rating row for the ticker yet.
Give this prompt to your agent
Failure posture
- treat non-2xx responses as contract-aware failures, not free-form errors
- preserve
requestIdandtraceparent - on
404 dilution_score_not_found, fall back toGET /v1/dilution/ratings?ticker=…for the historical timeseries