Generate a comprehensive stock report including financial analysis, valuation metrics, and AI-generated insights. This endpoint uses async job processing - submit your request, receive a job ID, then poll for results.
/v1/stock-report/v1/jobs/{job_id} until status is completed| Field | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | - | Stock symbol (e.g., AAPL.O for Apple Inc) |
force | boolean | No | false | Force regeneration even if recent report exists |
GET /v1/jobs/{job_id} returns:
| Status | Description |
|---|---|
| 400 | Invalid symbol - no company data found |
| 401 | Invalid or missing API key |
| 500 | Internal server error |
API key passed as Bearer token
Job created successfully. Poll the check_url for results.
Unique job identifier
Initial job status
pending Stock symbol being processed
Whether force regeneration was requested
URL to poll for job status
Estimated processing time in seconds
Human-readable status message