API Documentation

⌘K
GET/api/1/research/press-releases/{ticker}

Press Releases

Returns official company press releases

Parameters

1
tickerstringrequired
path

Ticker symbol (e.g. AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/research/press-releases/MSFT' \
  -H 'Accept: application/json'
200 Response
[
  {
  "symbol": "AAPL",
  "datetime": "2026-03-01T08:00:00.000Z",
  "title": "Apple Announces New Product Launch",
  "text": "string"
}
]