stock-analysis

Analyze stocks using Yahoo Finance APIs for profiles, charts, insider holdings, and SEC filings.

Updated Sep 16, 2026
One-click install
npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill stock-analysis-military-veteran-team-lpt-realty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-analysis
Source: https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills/tree/main/skills/stock-analysis
Command: npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill stock-analysis-military-veteran-team-lpt-realty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Researching a stock requires gathering company profiles, price charts, analyst ratings, insider transactions, and SEC filings from scattered sources, which is slow and error-prone when done manually. ## Core Features & Use Cases - Company Research: Retrieve business summaries, executive teams, industry classification, and employee counts via Yahoo Finance profile data. - Technical & Fundamental Analysis: Access price charts with customizable intervals and ranges, technical outlooks, valuations, and analyst ratings. - Insider & Regulatory Tracking: Review insider holdings and transactions plus SEC filing history (10-K, 10-Q, 8-K) with EDGAR links. - Use Case: When asked "Is TSLA a good buy?", the Skill pulls the price chart for trend analysis, insights for ratings and target prices, and the company profile to verify fundamentals, delivering a complete investment picture. ## Quick Start Ask the assistant to analyze a stock such as "Give me a full analysis of AAPL including its chart, analyst ratings, and insider activity."

Frequently Asked Questions about stock-analysis

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

FAQPage Schema
How do I analyze a stock using Yahoo Finance data?

Provide a ticker symbol like AAPL or TSLA and the Skill calls get_stock_profile for company background, get_stock_insights for ratings and valuation, and get_stock_chart for price performance. Combining these three gives a complete fundamental and technical view.

How do I compare multiple stocks side by side?

Use the chart API's comparisons parameter with comma-separated symbols, such as comparing AAPL against MSFT and GOOGL. Then fetch insights for each symbol to compare analyst ratings, valuations, and technical outlooks side by side.

Can I track insider trading activity for a company?

Yes, the get_stock_holders endpoint returns insider names, positions, transaction dates, holdings quantities, and values. Pair it with get_stock_profile to understand each insider's role and context within the company.

Does the stock chart API support different timeframes and regions?

Yes, charts support intervals from 1 minute to 1 month and ranges from 1 day to max history. You can set region and language parameters for non-US markets such as GB or JP listings.

What SEC filings can I retrieve for a stock?

The get_stock_sec_filing endpoint returns filing history including 10-K annual reports, 10-Q quarterly reports, and 8-K current reports. Each result includes the filing date, title, and EDGAR URLs for full documents and exhibits.