news
Get a news article by UID
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"
}
]
},
"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"
}
}Changes
Changed in 1 of the 8 revisions of this API.1
- ○
added the optional property
earningsto the response with the200statusresponse-optional-property-added
- ○