---
title: "Most recent AlphAI earnings read for one ticker"
method: GET
path: "/api/symbols/{ticker}/earnings/latest/"
tags: ["symbols"]
---

# Most recent AlphAI earnings read for one ticker

`GET /api/symbols/{ticker}/earnings/latest/`

A pointer to the ticker's most recent published earnings read (SEC 8-K
item 2.02, or a foreign private issuer's 6-K earnings release). Resolve
the full analysis via `/api/news/{uid}/`, whose
`earnings` object carries it. Bridges share classes: a request for one
class returns the read filed under the issuer's primary class.

## Path parameters

- `ticker` string, required

## Response `200`

The ticker's most recent earnings read pointer.

- LatestEarningsPointer — Pointer to a ticker's most recent earnings read (for the article link).
  - `uid` string, required — Article uid; resolve the full read via /api/news/{uid}/.
  - `time_published` string, date-time, required
  - `title` string, required
  - `fiscal_period` string, required
  - `verdict` 'strong' | 'solid' | 'mixed' | 'weak', required
  - `headline` string, required

## Other responses

- `204` — No earnings read exists for this ticker yet.
- `400` — Malformed ticker.
- `401` — Missing or invalid API key.
- `404` — Unknown symbol — no listing owns this string (error code `unknown_symbol`). Look tickers up via `/api/symbols/?search=`.
- `429` — Rate limit exceeded — either the per-minute burst cap or the per-day volume cap. The `Retry-After` header is the earliest second a retry can succeed, not a guess (a burst block is short, ≤60s; a day-cap block is capped at 3600s — the true reset is `X-RateLimit-Reset`). The `X-RateLimit-*` trio shows the daily volume budget. The body's `extra` names your tier, its `limit_per_minute` / `limit_per_day`, `retry_after_seconds`, and — below Pro — an `upgrade` block with the higher tiers' caps and the pricing URL. A rejected request does not itself consume quota, so retrying after `Retry-After` costs you nothing extra.

## Changes

- **2026-08-27** `8a2df497d6bf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/alphai/apis/alphai-rest-api/changes/api/symbols/:ticker/earnings/latest/get.md)

---

[API](https://skmtc.dev/alphai/apis/alphai-rest-api.md) · [All operations](https://skmtc.dev/alphai/apis/alphai-rest-api/llms.txt) · [OpenAPI document](https://skmtc.dev/alphai/apis/alphai-rest-api/revisions/1d7682bf33f0?raw)
