stocks

Fetch stock quotes, historical OHLCV data, and cryptocurrency valuations from Yahoo Finance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the need to manually browse financial websites or use complex paid APIs to retrieve basic market data, providing instant access to stock and crypto information directly within your terminal.

Core Features & Use Cases

  • Market Data Retrieval: Fetch current quotes, historical OHLCV data, and 52-week performance metrics for stocks and cryptocurrencies.
  • Ticker Discovery: Search for company tickers by name to quickly identify the correct symbol for analysis.
  • Comparative Analysis: Compare multiple assets side-by-side to evaluate price changes and market performance.

Quick Start

Ask the agent to get the current stock 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 quotes and crypto prices without using a paid API?

To get real-time stock quotes and crypto prices without a paid API, you can use a tool that integrates directly with Yahoo Finance endpoints to fetch current quotes and 52-week metrics. This approach retrieves market data instantly using Python standard library utilities.

Can I retrieve historical price trends and OHLCV data for cryptocurrencies?

Yes, you can retrieve historical price trends and OHLCV data for cryptocurrencies. The skill fetches historical market data directly from Yahoo Finance endpoints, allowing you to analyze past asset performance alongside current valuations.

How do I find the correct stock ticker symbol by company name for investment research?

To find the correct stock ticker symbol by company name, you can use the ticker discovery feature. This allows you to search for company names and quickly identify the correct stock symbol needed for market analysis and data retrieval.

Does this market data tool require installing external Python dependencies?

No, this market data tool does not require installing external Python dependencies. It operates entirely using Python standard library utilities, ensuring zero-dependency execution across multiple operating systems.

What is the best way to compare multiple assets side-by-side for market performance?

The best way to compare multiple assets side-by-side is by using a comparative analysis feature that evaluates price changes and market performance. This allows you to retrieve and contrast data for different stocks or cryptocurrencies simultaneously.

Can I fetch market data for both stocks and cryptocurrencies in the same query?

Yes, you can fetch market data for both stocks and cryptocurrencies. The tool provides real-time financial market data including stock quotes and cryptocurrency valuations, facilitating comparative investment research across both asset classes.