stocks

Fetch real-time and historical market data for stocks and cryptocurrencies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the need to manually browse financial websites by providing instant, programmatic access to stock quotes, historical performance, and cryptocurrency prices directly within your terminal.

Core Features & Use Cases

  • Market Intelligence: Retrieve current price, volume, and 52-week ranges for any stock ticker.
  • Performance Analysis: Compare multiple assets side-by-side or analyze historical OHLCV data over various time ranges.
  • Use Case: Quickly check the current price of AAPL or compare the 52-week performance of several tech stocks to inform your investment research.

Quick Start

Use the stocks skill to get the current market quote for Apple by running the quote command for the AAPL ticker.

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 quotes for a specific ticker?

Real-time stock quotes for a specific ticker are retrieved programmatically by fetching current price, volume, and 52-week range data from public financial APIs without requiring external authentication keys.

Can I compare multiple assets side-by-side for investment research?

Yes, you can compare multiple assets side-by-side for investment research by retrieving and evaluating current market quotes and historical performance data for various stock and cryptocurrency tickers.

How do I retrieve historical OHLCV data for cryptocurrencies?

Historical OHLCV data for cryptocurrencies is retrieved by fetching historical market performance over various time ranges directly from public financial APIs using standard Python libraries.

Do I need external authentication keys to fetch financial market data?

No external authentication keys are needed to fetch financial market data because the Skill operates using standard Python libraries to access public financial APIs directly within your terminal.

What is the best way to analyze 52-week performance of tech stocks?

The best way to analyze 52-week performance of tech stocks is by using programmatic access to fetch historical market data and compare price history side-by-side, bypassing manual financial website browsing.