pp-yahoo-finance

Retrieve Yahoo Finance stock quotes and charts via command-line interface.

1.9k|565|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/mvanhorn/printing-press-library --skill pp-yahoo-finance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pp-yahoo-finance
Source: https://github.com/mvanhorn/printing-press-library/tree/main/cli-skills/pp-yahoo-finance
Command: npx skills add https://github.com/mvanhorn/printing-press-library --skill pp-yahoo-finance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides instant access to stock quotes, charts, and market data via a CLI, reducing the need to navigate multiple websites or platforms for financial information.

Core Features & Use Cases

  • Market Data Access: Retrieve real-time quotes, summaries, and trends for stocks, ETFs, and funds.
  • Portfolio & Watchlist Management: Track investments, create watchlists, and analyze portfolio performance.
  • Use Case: A user wants to monitor their favorite stocks' current prices and historical trends, then compare multiple tickers in one session. They can do this by issuing commands like "quote --symbols AAPL MSFT" and "chart NVDA --range 1Y".

Quick Start

Install the CLI tool with npx -y @mvanhorn/printing-press install yahoo-finance --cli-only, verify the installation, and begin querying market data directly from your terminal.

Frequently Asked Questions about pp-yahoo-finance

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

FAQPage Schema
How do I get stock quotes and market data directly in my terminal?

You can retrieve stock quotes and market data directly in your terminal by installing this CLI tool via npx. It provides real-time quotes, charts, and trends for stocks, ETFs, and funds without needing a web browser.

Can I track my investment portfolio and compare multiple stock tickers in one session?

Yes, you can track your investment portfolio and compare multiple stock tickers in one session by issuing commands like 'quote --symbols AAPL MSFT'. This allows you to monitor current prices and historical trends together.

What do I need to set up to fetch Yahoo Finance data through a command-line interface?

To fetch Yahoo Finance data through a command-line interface, you need a local environment setup that supports session management via cookies and crumb authentication. This ensures reliable operation for automated market data retrieval.

How do I retrieve historical price charts for stocks from the command line?

Retrieve historical price charts for stocks from the command line by using commands like 'chart NVDA --range 1Y'. This CLI tool fetches historical trends and chart data directly from Yahoo Finance for investment analysis.

Does this Yahoo Finance CLI tool require any external dependencies to function?

No external dependencies are required to function. The Yahoo Finance CLI tool operates independently through npx installation, handling session management and market data retrieval natively within your terminal environment.

What are the limitations of using a CLI for stock market data instead of a web platform?

Using a CLI for stock market data limits visual charting interactions compared to web platforms, focusing instead on text-based summaries and raw data retrieval. It is designed for terminal workflows rather than visual technical analysis.