/companies/{ticker}/ir-pageLiveCanonical IR page URL for a company
Returns the canonical Investor Relations page URL. Paid tiers also get validation metadata (last-validated timestamp, validation status, planned confidence score, and detected sections). Free tier returns URL only plus a _tier_notice pointer to /pricing.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| ticker | path | string | yes | Uppercase US ticker (case-insensitive normalized at the boundary). |
Example request
curl "https://api.spokenalpha.com/v1/companies/AAPL/ir-page" \
-H "Authorization: Bearer $SPOKEN_ALPHA_API_KEY"Responses
- 200IR page metadata. Free tier returns the slim shape; paid tiers return the full shape.
- 401Missing or invalid API key.
- 404ticker_not_found (no company on file) or ir_page_not_found (company exists but no IR URL on file).
- 429Rate limit or quota exceeded.
| Field | Type | Required | Description |
|---|---|---|---|
| ticker | string | yes | — |
| company_name | string | yes | — |
| ir_page | object | yes | — |
| _self | string (uri) | yes | — |
| _tier_notice | string | no | Free tier only — pointer to /pricing for the upgrade unlock. |