stock-analyzer

Analyze stocks with fundamentals, technical indicators, and PDF reports.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/binan-maker/QRS --skill stock-analyzer-binan-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-analyzer
Source: https://github.com/binan-maker/QRS/tree/main/.local/secondary_skills/stock-analyzer
Command: npx skills add https://github.com/binan-maker/QRS --skill stock-analyzer-binan-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze stocks with fundamental and technical analysis and deliver polished, research-grade PDFs and Excel models to support investment decisions.

Core Features & Use Cases

  • Fundamental and technical analysis integration to generate investment insights.
  • Professional PDF research report with embedded charts and executive summary.
  • DCF model and peer comparison in an Excel workbook for scenario analysis.
  • Optional investor profile inputs to tailor the report for different risk appetites.

Quick Start

Provide a stock ticker to generate a full PDF research report and an optional DCF Excel model; optionally supply a list of peers for comparison.

Frequently Asked Questions about stock-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a stock analysis PDF report with technical indicators and DCF valuation?

To generate a stock analysis PDF report, provide a stock ticker to pull fundamental data via yfinance, compute 50/200 SMAs and RSI, and output a research-grade document with an optional DCF Excel model.

Can I run a multi-stock review and compare peers in a single PDF research report?

Yes, you can run a multi-stock review by supplying a list of peer tickers, which produces a comprehensive PDF report containing company profiles, valuations, and portfolio insights for comparison.

Does the DCF model output an Excel workbook with dynamic cells for scenario analysis?

Yes, the DCF model outputs an Excel workbook built with openpyxl that references dynamic cells, enabling flexible scenario analysis and peer comparison directly within the spreadsheet.

What technical indicators are calculated when analyzing stocks for investment research?

When analyzing stocks for investment research, the system calculates 50-day and 200-day Simple Moving Averages (SMAs) and the Relative Strength Index (RSI) using data pulled from yfinance.

Can I tailor the stock analysis PDF to match different investor risk appetites?

Yes, you can supply optional investor profile inputs to tailor the generated PDF research report, adjusting the fundamental and technical analysis insights to match specific risk appetites.

What is needed to build a DCF Excel model and PDF report for a single stock?

To build a DCF Excel model and PDF report, you only need to provide a stock ticker; the system automatically fetches yfinance data, generates charts, and compiles the executive summary using fpdf2.