stocks

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

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

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 high/low data for any stock ticker.
  • Historical Analysis: Generate OHLCV data and performance metrics over custom time ranges to track asset trends.
  • Use Case: Quickly compare the performance of multiple tech stocks side-by-side or check the latest price of Bitcoin without leaving your workspace.

Quick Start

Use the stocks skill to get the current market quote for Apple by running the quote command with 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 market quotes and cryptocurrency prices in my terminal?

You can retrieve real-time stock market quotes and cryptocurrency pricing directly in your terminal by running command-line instructions against Yahoo Finance, accessing current price, volume, and 52-week high/low data for any ticker.

Can I pull historical OHLCV data for custom time ranges to track asset trends?

Yes, you can generate historical OHLCV data and calculate performance metrics over custom time ranges to track asset trends, enabling side-by-side comparisons of multiple stocks or crypto assets.

Do I need to install external Python dependencies to fetch financial market data?

No, you do not need to install external dependencies to fetch financial market data, as the execution relies entirely on Python standard library modules to ensure zero-dependency operation.

Can I use an API key to get enriched financial metrics for market intelligence?

Yes, you can integrate an optional API key to access enriched financial metrics for market intelligence, building upon the base real-time quotes and historical performance data.

What is the best way to compare the performance of multiple tech stocks programmatically?

The best way to compare multiple tech stocks programmatically is by retrieving current market quotes and historical OHLCV data for each ticker, allowing you to calculate and analyze performance trends without browsing financial websites.