alpha-vantage
Installation
SKILL.md
Alpha Vantage
Get financial data from Alpha Vantage. Use when you need to: (1) retrieve stock quotes and prices, (2) get forex or crypto rates, or (3) access market analytics data.
Input
Provide input as JSON:
{
"stock_symbol": "Stock ticker symbol to analyze (e.g., AAPL, MSFT, TSLA)",
"analysis_period": "Time period for analysis (e.g., daily, weekly, monthly)"
}