alphavantage
SKILL.md
Alpha Vantage Skill
Reference documentation for Alpha Vantage API endpoints and functionality.
Setup
- Get your free API key at https://www.alphavantage.co/support/#api-key
- Set the API key using either method:
- Add
ALPHAVANTAGE_API_KEYto your.envfile in the running directory - Or export
ALPHAVANTAGE_API_KEYas an environment variable
- Add
# Option 1: Add to .env file in running directory
echo "ALPHAVANTAGE_API_KEY=your_api_key_here" >> .env
# Option 2: Export as environment variable
export ALPHAVANTAGE_API_KEY=your_api_key_here
Usage Guidelines for Agents
When working with Alpha Vantage APIs:
-
Data Format: Prefer CSV over JSON when both formats are available
- CSV is more compact and easier to parse for tabular data
- Use
datatype=csvparameter in API requests
-
Response Handling: Always write API responses to files first
- Save responses to temporary or data files before processing
- Read from files with appropriate limits to avoid context burden
- Example: Use Read tool with
limitparameter to control data size
Structure
references/- All API documentation organized by categoryreferences/index.md- Full tree view of all available APIs
Source
Documentation fetched from: https://www.alphavantage.co/documentation
Weekly Installs
7
Repository
luohy15/financial-skillsGitHub Stars
1
First Seen
Feb 14, 2026
Security Audits
Installed on
opencode7
gemini-cli7
github-copilot7
codex7
kimi-cli7
amp7