Stock Chart Generator
generate_stock_imagesGenerate stock-report PNG images and return their URLs.
This is intentionally separate from analyze_stock so the JSON analysis stays
fast and light. The backend reuses the same Growth Engine image generators
used by email/social publishing.
Args:
symbol: Stock symbol, e.g. "RXRX".
force: Regenerate images instead of using cached PNGs. Defaults to True
so manually requested images reflect the latest available data.
types: Optional subset of chart types. Allowed values are
"ai_prediction", "iv_radar", "option_pressure", "monte_carlo",
and "equity_curves". Omit to generate every chart type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| types | No | ||
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||