stock-quotes

Retrieve real-time stock quotes and fundamentals via the Alpha Vantage API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/knsiuss/orion --skill stock-quotes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-quotes
Source: https://github.com/knsiuss/orion/tree/main/workspace/skills/stock-quotes
Command: npx skills add https://github.com/knsiuss/orion --skill stock-quotes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick access to real-time stock market data, including current prices, daily changes, historical performance, and essential financial fundamentals, eliminating the need to manually search multiple financial websites.

Core Features & Use Cases

  • Real-time Quotes: Get the current stock price and its daily percentage change.
  • Price History: View compact daily price data for a specified ticker.
  • Basic Fundamentals: Access key metrics like P/E ratio, market cap, and 52-week range.
  • Use Case: Quickly check the current stock price and daily performance of a company like Apple (AAPL) or Tesla (TSLA) before making an investment decision.

Quick Start

Ask for Apple's stock price right now.

Frequently Asked Questions about stock-quotes

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

FAQPage Schema
How do I get real-time stock quotes and basic financial fundamentals?

To get real-time stock quotes and financial fundamentals, you can retrieve current price, daily change, P/E ratio, market cap, and 52-week high/low data for publicly traded companies using the Alpha Vantage API.

What stock market data can I retrieve for publicly traded companies?

You can retrieve real-time stock market data including current prices, daily percentage changes, compact daily price history, 52-week ranges, P/E ratios, market capitalization, and volume data for publicly traded companies.

Do I need an API key to fetch stock price history and current market data?

Yes, you need an ALPHA_VANTAGE_API_KEY environment variable for authentication to successfully fetch stock price history, current market data, and basic financial fundamentals.

Can I check the daily price change and 52-week high/low for a specific ticker?

Yes, you can check the daily percentage change and 52-week high/low for a specific ticker by requesting real-time stock quotes and basic fundamentals for publicly traded companies.

What are the limitations of using this approach for investing decisions?

A limitation is that this approach provides basic financial fundamentals and compact daily price data, which may not be sufficient for deep investing decisions without additional technical or fundamental analysis.