API Documentation

⌘K
GET/api/1/research/news/{ticker}

Company News

Returns the latest news articles mentioning a specific company

Parameters

1
tickerstringrequired
path

Ticker symbol (e.g. AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/research/news/MSFT' \
  -H 'Accept: application/json'
200 Response
[
  {
  "headline": "Apple Reports Record Q4 Revenue",
  "summary": "string",
  "source": "Reuters",
  "url": "https://example.com/article",
  "datetime": "2026-03-01T10:30:00.000Z",
  "category": "string",
  "image": "string"
}
]