v2

latestOpenAPI 3.1.0Proprietary2026-08-05143259.2 KB
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"
            }
          ]
        }
      },
      "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"
      }
    }
  ]
}