finance

Fetch real-time stock, crypto, and forex quotes via Yahoo Finance.

38|14|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/ericwang915/PythonClaw --skill finance-ericwang915
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance
Source: https://github.com/ericwang915/PythonClaw/tree/main/pythonclaw/templates/skills/data/finance
Command: npx skills add https://github.com/ericwang915/PythonClaw --skill finance-ericwang915

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yfinance.

What problem does it solve?

This skill provides quick access to real-time financial quotes for stocks, cryptocurrencies, and forex using Yahoo Finance, reducing manual lookups and enabling instant decision support.

Core Features & Use Cases

  • Real-time quotes for stocks (e.g., AAPL, TSLA), cryptocurrencies (e.g., BTC-USD), and forex pairs (e.g., EURUSD=X).
  • Optional price history queries via yfinance to show recent trends.
  • Simple integration into chat workflows or dashboards to answer price-related questions.

Quick Start

Ask it to fetch current quotes for symbols such as TSLA, AAPL, BTC-USD, and EURUSD=X.

Frequently Asked Questions about finance

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

FAQPage Schema
How do I fetch real-time stock prices using Yahoo Finance?

To fetch real-time stock prices via Yahoo Finance, provide a stock symbol like AAPL or TSLA. The skill queries yfinance to retrieve current quotes and formats the results for immediate display or downstream use.

Can I get crypto and forex exchange rates with yfinance?

Yes, you can get crypto and forex exchange rates using yfinance. The skill supports symbols like BTC-USD for cryptocurrencies and EURUSD=X for forex pairs, returning real-time financial data for instant decision support.

What's the best way to compare historical price trends for assets?

The best way to compare price trends is to request optional price history queries. The skill leverages yfinance to pull recent historical data alongside real-time quotes, enabling quick trend comparisons for stocks and crypto.

Does yfinance support real-time data for custom chat workflows?

Yes, yfinance supports real-time data for chat workflows. This skill integrates Yahoo Finance quotes directly into conversational interfaces or dashboards, automatically answering user questions about stock, crypto, and forex prices.

What are the limitations of using Yahoo Finance for financial data?

Yahoo Finance provides quick access to real-time quotes and historical trends, but it relies on the yfinance library. It is designed for simple price lookups and comparisons rather than deep fundamental financial analysis or high-frequency trading execution.