alphavantage-api
Installation
SKILL.md
Alpha Vantage API Integration
Financial data API providing stocks, forex, crypto, technical indicators, fundamental data, economic indicators, and AI-powered news sentiment analysis.
Quick Start
Authentication
# Environment variable (recommended)
export ALPHAVANTAGE_API_KEY="your_api_key"
# Or in .env file
ALPHAVANTAGE_API_KEY=your_api_key
Basic Usage (Python)
import requests
import os