stocks

Fetch stock market data and cryptocurrency prices via Yahoo Finance and Alpha Vantage APIs.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/LynxLabVN/office-agent --skill stocks-lynxlabvn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stocks
Source: https://github.com/LynxLabVN/office-agent/tree/main/agent-core/optional-skills/finance/stocks
Command: npx skills add https://github.com/LynxLabVN/office-agent --skill stocks-lynxlabvn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines access to real-time stock market data and crypto prices, enabling users to stay informed and make informed decisions without leaving their current workflow.

Core Features & Use Cases

  • Stock Market Data: Obtain current stock prices, changes, and historical OHLCV data for any listed stock.
  • Crypto Prices: Get current prices for a wide range of cryptocurrencies.
  • Use Case: A user can quickly check the current price of a specific stock or compare the prices of multiple stocks or cryptocurrencies.

Quick Start

Get the current price of Apple Inc. stock using the 'quote' command: 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 market data and crypto prices?

You can fetch real-time stock market data and crypto prices by executing script commands like `quote [ticker]` to retrieve current quotes, changes, and historical OHLCV data directly via Yahoo Finance and Alpha Vantage APIs.

Can I track historical OHLCV data for portfolio management?

Yes, historical OHLCV data tracking is supported for portfolio management. The Skill fetches historical market data using Yahoo Finance, enabling personal and professional financial decision-making and analysis.

Do I need an Alpha Vantage API key to fetch stock quotes?

An Alpha Vantage API key is optional for fetching stock quotes. The Skill operates using the Python standard library and Yahoo Finance API by default, but adding an Alpha Vantage key provides enhanced market data.

What's the best way to compare multiple cryptocurrency prices?

The best way to compare multiple cryptocurrency prices is by using the Skill's quote commands to fetch current pricing data. It retrieves crypto prices via API for accurate market analysis and tracking.

Does Python requests library support fetching real-time financial market data?

Yes, the Python requests library supports fetching real-time financial market data. This Skill uses requests to query Yahoo Finance and Alpha Vantage APIs for current stock and crypto prices.