stocks

Retrieve stock quotes, historical OHLCV data, and cryptocurrency prices via Yahoo Finance.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/zeronx798/demo-hermes-agent --skill stocks-zeronx798
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stocks
Source: https://github.com/zeronx798/demo-hermes-agent/tree/main/optional-skills/finance/stocks
Command: npx skills add https://github.com/zeronx798/demo-hermes-agent --skill stocks-zeronx798

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes the friction of manually checking financial websites by providing instant, programmatic access to stock and cryptocurrency market data directly within your terminal.

Core Features & Use Cases

  • Market Intelligence: Retrieve current quotes, historical OHLCV data, and company search results for any ticker.
  • Comparative Analysis: Perform side-by-side performance comparisons of multiple assets to support investment research.
  • Use Case: Quickly compare the 52-week performance of several tech stocks or check the latest crypto prices without leaving your workspace.

Quick Start

Use the stocks skill to get the current price and 52-week high for Apple by running the quote command for AAPL.

Frequently Asked Questions about stocks

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

FAQPage Schema
How do I get real-time stock and cryptocurrency prices without leaving my terminal?

Real-time stock and cryptocurrency prices are retrieved directly in your terminal via Yahoo Finance data, providing instant quotes without checking financial websites.

How do I compare the 52-week performance of multiple tech stocks?

Compare multiple tech stocks by performing side-by-side asset comparisons, retrieving historical OHLCV data and performance metrics for investment research.

Do I need to install external dependencies to fetch historical market data?

Fetching historical market data requires zero external dependencies, operating entirely using Python standard library modules to ensure execution across multiple platforms.

Can I search for stock tickers to find specific company quotes?

Stock ticker search functionality retrieves current quotes and company search results for any asset, facilitating quick investment research directly from your workspace.

What is the best way to analyze cryptocurrency prices alongside traditional market quotes?

Analyzing cryptocurrency prices alongside traditional market quotes is done by retrieving current data and performing comparative analysis across multiple assets via Yahoo Finance.

Does this market data tool work across different operating systems?

This market data tool operates across multiple platforms using Python standard library modules, ensuring zero-dependency execution for retrieving financial market data anywhere.