API Documentation
⌘K
API Key
Get free key GET
/api/1/research/press-releases/{ticker}Press Releases
Returns official company press releases
Parameters
1tickerstringrequiredTicker 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"
}
]