stock-quote
Stock Quote fetches live market data for any ticker symbol, delivering current price, trading volume, daily and yearly ranges, market capitalization, and technical indicators like 50-day and 200-day moving averages. Use it to monitor positions, analyze price trends relative to support and resistance levels, or compare current valuations against historical context.
Stock Quote retrieves real-time prices, volume, ranges, and moving averages for any publicly traded stock ticker.
AI-generated summary based on this skill's SKILL.md
Install
OctagonAI/skills/stock-quote
git clone https://github.com/OctagonAI/skills
cp -r skills/skills/stock-quote ~/.claude/skills/stock-quotenpx skillfed install OctagonAI/skills/stock-quoteFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What's the current price of AAPL with stock-quote?
Stock Quote retrieves live market data for any ticker symbol, including current price, trading volume, and intraday movement. Simply provide the ticker (like AAPL for Apple) and stock-quote returns real-time pricing along with the day's high, low, and trading volume to help you monitor positions instantly.
How can stock-quote help analyze stock position using ranges?
Stock Quote delivers 52-week high and low prices, daily trading ranges, and technical indicators like 50-day and 200-day moving averages. These metrics let you see where a stock is trading relative to its historical range and identify support/resistance levels for trend analysis and investment decisions.
Can I get market cap and valuation metrics from stock-quote?
Yes. Stock Quote provides market capitalization and other trading metrics alongside current pricing data. This context helps you evaluate a company's valuation and compare it against historical levels or peer companies for more informed investment analysis.
Does stock-quote support retrieving quotes for multiple tickers?
Stock Quote can retrieve stock quotes for multiple ticker symbols, allowing you to compare current prices, volumes, and ranges across several stocks in one lookup. This comparison capability supports investment decision-making when evaluating multiple positions or candidates.
What real-time market data does stock-quote deliver?
Stock Quote fetches live market data including current price, trading volume, daily high/low range, 52-week range, market capitalization, and technical indicators like moving averages. This comprehensive real-time data helps you monitor portfolio holdings and track price trends throughout the trading day.
SKILL.md
rendered from the published skill — quoted content, verbatim
Stock Quote
Retrieve real-time stock quotes with current price, volume, day range, 52-week range, market cap, and moving averages using the Octagon MCP server.
Prerequisites
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.
Workflow
1. Identify the Stock
Determine the ticker symbol for the stock you want to quote (e.g., AAPL, MSFT, GOOGL).
2. Execute Query via Octagon MCP
Use the octagon-agent tool with a natural language prompt:
Get real-time stock quote for the symbol <TICKER>.
MCP Call Format:
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Get real-time stock quote for the symbol AAPL."
}
}
3. Expected Output
The agent returns a comprehensive quote including:
| Metric | Example Value |
|---|---|
| Current Price |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 5 files
skills/stock-quote/README.md
skills/stock-quote/SKILL.md
skills/stock-quote/marketplace.json
skills/stock-quote/references/interpreting-results.md
skills/stock-quote/references/mcp-setup.md