View as markdown
Concepts › SignalsAnalyst ratings Upgrades & downgrades

last_rating_date

Date of the most recent rating action across all firms covering the ticker.

Watch this signal live on real tickers: Open in Explore →

At a glance

Typedate
GroupAnalyst ratings
CategoryUpgrades & downgrades
Update cadencehourly
Universeall tickers
Historynone — live row only, not historized (no as-of reads)
Nullableyes — NULL where not applicable

Individual firm actions: rating changes, initiations, and price-target changes.

Query it

Every applicable form factor, grouped by endpoint family. Swap YOUR_KEY for the value from /dashboard/keys. Response payloads are real captures, sampled 2026-08-18 and trimmed — your run's values and dates will differ.

Use scan /v2/scan

The whole market through a WHERE clause — this signal composed freely with any other column. Docs →

Live — the whole market, ranked by this column
curl -G "https://api.tickerbot.io/v2/scan" \
  --data-urlencode "q=last_rating_date IS NOT NULL" \
  -d "order=last_rating_date" -d "columns=last_rating_date" \
  -H "Authorization: Bearer YOUR_KEY"
Response (sampled 2026-08-18, trimmed)
{
 "as_of": "2026-08-18T00:24:23.514Z",
 "query": {
  "q": "last_rating_date IS NOT NULL",
  "limit": 2,
  "order": "last_rating_date",
  "dir": "desc",
  "fields": [
   "last_rating_date"
  ],
  "full": false,
  "universe": null,
  "asset_class": null
 },
 "count": 2,
 "results": [
  {
   "ticker": "AADX",
   "name": "Applied Aerospace & Defense, Inc.",
   "asset_class": "stocks",
   "asset_type": "CS",
   "price": 18.139,
   "day_change_pct": 0.0122,
   "gap_pct": 0.0173,
   "relative_volume": null,
   "market_cap": 3059723842,
   "last_rating_date": "2026-08-14T00:00:00.000Z"
  },
  {
   "ticker": "ABEO",
   "name": "Abeona Therapeutics Inc. Common Stock",
   "asset_class": "stocks",
   "asset_type": "CS",
   "price": 5.885,
   "day_change_pct": -0.0167,
   "gap_pct": -0.0209,
   "relative_volume": null,
   "market_cap": 342246341,
   "last_rating_date": "2026-08-14T00:00:00.000Z"
  }
 ]
}

Same grammar on scan and webhooks. This column is live-tense only — it isn't historized, so ?asof= reads and series pulls don't carry it.

Related signals — Upgrades & downgrades