Generate an AI-powered news analysis for a stock. Scans recent news and produces a concise summary with key takeaways. This endpoint uses async job processing.
/v1/jobs/{job_id} until status is completed| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock symbol (e.g., AAPL, MSFT) |
GET /v1/jobs/{job_id} returns:
| Field | Description |
|---|---|
title | Headline summarizing the key news theme and date |
bullet1 | First key takeaway — typically the main event or result |
bullet2 | Second key takeaway — risks, challenges, or forward-looking concerns |
bullet3 | Third key takeaway — financial position, shareholder returns, or investment stance |
symbol | Resolved RIC |
API key passed as Bearer token
Stock symbol (e.g., AAPL, MSFT)
Job created successfully. Poll the check_url for results.