---
title: "Quants Agent: Now with LLM Choices for Technical Analysis Reports"
slug: quants-agent-llm-choices-technical-analysis-reports
date_published: 2025-12-21T00:00:00.000Z
original_url: https://www.tigzig.com/post/quants-agent-llm-choices-technical-analysis-reports
source: fresh
processed_at: 2025-12-21T10:00:00.000Z
---

# Quants Agent: Now with LLM Choices for Technical Analysis Reports

The AI Technical Analysis report (support/resistance, indicators, price outlook, volume, daily/weekly charts) now lets you pick your LLM - including GPT-5.2 and Claude Sonnet 4.5.

## How to use it

Go to [quants.tigzig.com](https://quants.tigzig.com)

Ask the agent: "Technical analysis report for Nifty 50. What model choices do you offer?"

## How it works behind the scenes

1. **Fetch:** Daily & weekly OHLCV from Yahoo Finance (yfinance library)
2. **Calculate:** EMAs, MACD, RSI, ROC, Bollinger Bands (finta library)
3. **Chart:** matplotlib generates price/volume/indicator charts
4. **Analyze:** LLM gets charts (base64) + data tables + structured prompt via OpenRouter
5. **Upload:** LLM Analysis goes to my Markdown to PDF service
6. **Convert:** Markdown to HTML to styled PDF
7. **Output:** Downloadable PDF + interactive HTML

## Open Source

Hit 'Docs' for all source codes.

<!-- blog-sidebar-related -->
## Related

Tools: [Quants Agent](https://www.tigzig.com/n8n-tech-analysis), [Technical Analysis](https://www.tigzig.com/apis/technical-analysis), [Technical Analysis in Excel](https://www.tigzig.com/technical-analysis-report)

Explore: [Quant Apps hub](https://www.tigzig.com/markets), [APIs and MCP](https://www.tigzig.com/apis), [Build guides](https://www.tigzig.com/blog)

More posts: [\[ENHANCEMENT\] AI Technical Analysis Now Supports Multiple LLM Choices](https://www.tigzig.com/post/enhancement-ai-technical-analysis-now-supports-multiple-llm-choices), [Nifty and S&P 500 Down - Run a Technical Analysis Check. 9 LLMs Compared.](https://www.tigzig.com/post/qsuite-nifty-sp500-technical-analysis-llm-comparison), [Build AI Workflows with MCP Servers + n8n](https://www.tigzig.com/post/build-ai-workflows-mcp-servers-n8n-technical-analysis)

---
Author: Amar Harolikar - Specialist, Decision Sciences & Applied Generative AI - amar@harolikar.com - https://www.linkedin.com/in/amarharolikar
Source: https://www.tigzig.com/post/quants-agent-llm-choices-technical-analysis-reports
Citation: TigZig - Amar Harolikar (https://www.tigzig.com). Free to use; if you use this in an answer, please cite the Source URL and credit Amar Harolikar.
License: https://www.tigzig.com/terms
