generate_stock_images
Generate stock chart image URLs including candlestick price chart, implied volatility surface, and options flow heatmap. Visualize stock data with public PNG links that expire after 24 hours.
Instructions
Generate chart image URLs for a stock: price chart, IV surface, and options flow heatmap.
Use this tool when:
A user explicitly asks to "see", "show", or "visualize" a chart.
You want to accompany a written analysis with supporting visuals.
You need to share chart links in a report or message.
Note: Images are served as public URLs. They expire after 24 hours. If images do not render in your client, copy the URL and open it in a browser directly.
Parameters
symbol : str Exchange ticker in uppercase, e.g. "NVDA", "AAPL".
Returns
dict with keys: symbol : str — normalized ticker price_chart_url : str — URL to candlestick + volume chart (PNG) iv_surface_url : str — URL to 3-D IV surface chart (PNG) options_flow_url: str — URL to options flow heatmap (PNG) expires_at : str — ISO 8601 expiry timestamp for the URLs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |