stocks

Retrieve real-time and historical market data for stocks and cryptocurrencies via command line.

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

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 performance comparisons for stocks and crypto assets.
  • Ticker Discovery: Search for company tickers using natural language queries.
  • Use Case: Quickly compare the 52-week performance of multiple tech stocks or check the latest price of a cryptocurrency without leaving your development environment.

Quick Start

Use the stocks skill to get the current price and market statistics 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 crypto market data in my terminal?

To retrieve real-time stock and crypto market data in your terminal, use this skill to fetch current quotes and historical OHLCV data via a command-line interface. It accesses financial endpoints directly without requiring a browser.

Can I track cryptocurrency prices and historical market data without installing external dependencies?

Yes, you can track cryptocurrency prices and historical market data without external dependencies. The skill executes using Python standard library modules, requiring zero installed financial API packages.

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

The best way to compare the 52-week performance of multiple tech stocks is using this skill's asset comparison feature. It facilitates investment research by retrieving historical market data for multiple tickers programmatically.

How do I search for a company ticker using a natural language query?

To search for a company ticker using a natural language query, use the skill's ticker discovery feature. It finds specific stock symbols by matching company names rather than requiring exact ticker inputs.

Are there limitations to using unofficial Yahoo Finance endpoints for investment research?

A limitation of using unofficial Yahoo Finance endpoints for investment research is potential instability or rate limiting without official support. This skill retrieves market data through these unverified API channels.