news
Get a news article by UID
One enriched article. SEC rows carry the same structured block the feeds serve: insider on a Form 4 row (as on /api/news/insider/), filing on an 8-K row (as on /api/news/), so a uid taken from /api/news/insider/clusters/ opens with its trade data. An 8-K or 6-K earnings filing can also carry earnings (see that field), which no feed populates.
get/api/news/{uid}/
Path parameters
uidstring required
Response
A single enriched article.
Example response
{
"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"
}
}