stock-prices

Retrieve stock prices and market data from Yahoo Finance and other APIs.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/goclaw-skills --skill stock-prices-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-prices
Source: https://github.com/jholhewres/goclaw-skills/tree/main/skills/stock-prices
Command: npx skills add https://github.com/jholhewres/goclaw-skills --skill stock-prices-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, yfinance.

What problem does it solve?

This Skill provides quick access to real-time stock prices, market data, and financial information, eliminating the need to manually search multiple financial websites or APIs.

Core Features & Use Cases

  • Stock Quotes: Retrieve current prices, daily changes, and market capitalization for individual stocks.
  • Market Indices: Monitor major market indices like the S&P 500, Dow Jones, and NASDAQ.
  • Cryptocurrency Prices: Get real-time prices for popular cryptocurrencies like Bitcoin and Ethereum.
  • Use Case: Quickly check the current price and daily change of Apple (AAPL) stock before making a trading decision.

Quick Start

Get the current stock quote for Apple using the Yahoo Finance integration.

Frequently Asked Questions about stock-prices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time stock quotes and market data?

To get real-time stock quotes, this Skill retrieves current prices and daily changes for individual stocks using Yahoo Finance, Alpha Vantage, and other supported APIs. It provides immediate market data without manual website searches.

Can I retrieve cryptocurrency prices and market indices with this tool?

Yes, you can retrieve cryptocurrency prices for assets like Bitcoin and monitor major market indices including the S&P 500 and NASDAQ. It aggregates this financial information from multiple comprehensive data sources.

Do I need curl and jq to retrieve stock prices?

Yes, you need curl and jq installed to handle API interactions for retrieving stock prices. The Skill also requires the yfinance library for executing Python-based financial market data queries.

What is the best way to check market capitalization for individual stocks?

The best way to check market capitalization is querying individual stocks through the Yahoo Finance integration. This approach quickly returns current prices, daily changes, and market cap data for trading decisions.

Does yfinance support querying multiple financial data sources?

Yes, yfinance supports querying multiple financial data sources alongside Yahoo Finance, including Alpha Vantage, Finnhub, Twelve Data, and Polygon.io. This provides comprehensive financial analysis across different market data providers.