stocks

Fetch real-time stock and cryptocurrency data via Yahoo Finance and Alpha Vantage APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, and includes scripts (resource) components.

What problem does it solve?

This Skill provides quick access to real-time stock and cryptocurrency market data, allowing users to stay informed about financial markets without leaving their terminal.

Core Features & Use Cases

  • Stock Quotes: Get current prices, changes, and other details for stocks.
  • Search: Look up stocks by company name.
  • History: View historical data for stocks.
  • Comparison: Compare multiple stocks side by side.
  • Crypto Prices: Access prices for various cryptocurrencies.
  • Use Case: For a trader who wants to quickly check the current price of a stock or compare it with others before making a trade.

Quick Start

Get the current price of Apple stock using the 'quote' command: stocks quote 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 using Python scripts?

You can retrieve real-time stock and crypto market data using Python scripts that call Yahoo Finance and Alpha Vantage APIs, returning current prices and historical data for financial analysis. The Skill requires Python 3.8 or higher to function.

How do I compare multiple stock prices side by side for trading analysis?

To compare multiple stock prices for trading analysis, use the Skill's built-in comparison feature to view current prices and changes for multiple stocks side by side through terminal commands.

Do I need an Alpha Vantage API key to access cryptocurrency prices?

An Alpha Vantage API key is optional for accessing cryptocurrency prices and stock market data. The Skill uses Yahoo Finance to provide baseline real-time financial data without requiring an API key.

What's the best way to look up historical stock data by company name?

The best way to look up historical stock data is by using the Skill's search command to find the stock by company name, then retrieving its historical data through the Python scripts leveraging Yahoo Finance APIs.

Can I use terminal commands to check current stock quotes before making a trade?

You can quickly check current stock quotes before making a trade by running terminal commands like 'stocks quote AAPL' to get real-time prices and market changes directly from Yahoo Finance APIs.