news

Articles related to one article

Up to 6 articles related to the given article: fresh articles sharing a ticker first, then same-category recents as backfill. Same enriched shape and relevance_score >= 4 filtering as /api/news/; insider (SEC Form 4) rows are excluded unless the base article is itself insider. No pagination — the list is a fixed-size block.

get/api/news/{uid}/related/

Path parameters

uidstring required

Response

Related enriched articles (possibly fewer than 6).

Example response

{
  "results": [
    {
      "enrichment": {
        "tickers": [
          "NVDA"
        ],
        "news_context_enhancement": {
          "key_entities": [
            {
              "type": "company"
            }
          ]
        }
      },
      "earnings": {
        "fiscal_period": "Second Quarter Fiscal 2027",
        "key_metrics": [
          {
            "value": "$96.2 billion",
            "numeric": 96.2,
            "unit": "USD"
          }
        ]
      },
      "story_id": "788e477c66f3849b",
      "sources_count": 3,
      "sources": [
        "reuters.com",
        "apnews.com",
        "bloomberg.com"
      ],
      "insider": {
        "transaction_code": "S",
        "shares": "25000",
        "avg_price_usd": "187.32",
        "total_value_usd": "4683000",
        "insider_name": "STEVENS MARK A",
        "insider_title": "Director",
        "transaction_date": "2026-07-09",
        "filed_at": "2026-07-11T20:31:04Z"
      },
      "filing": {
        "items": [
          "5.02",
          "9.01"
        ],
        "primary_item": "5.02",
        "accession_number": "0001193125-26-231145",
        "filed_at": "2026-09-18T20:05:12Z",
        "event_date": "2026-09-16",
        "exhibit_url": "https://www.sec.gov/Archives/edgar/data/1045810/000104581026000123/ex99-1.htm"
      }
    }
  ]
}

Changes