alpha-vantage

Alpha Vantage 金融数据 API。支持股票、外汇、加密货币的实时和历史数据。 免费 API key: demo (限流),建议申请自己的免费 key。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "alpha-vantage" with this command: npx skills add kpaxqin/alpha-vantage-api

Alpha Vantage Skill

Alpha Vantage 提供股票、外汇、加密货币等金融数据接口。

快速开始

设置 API Key (推荐)

# 使用自己的 API key (免费申请: https://www.alphavantage.co/support/#api-key)
node alpha.js apikey YOUR_API_KEY

# 或使用演示 key (限流)
node alpha.js quote AAPL

查询实时报价

# 股票报价
node alpha.js quote AAPL

# 带 API key
ALPHA_KEY=your_key node alpha.js quote AAPL

获取历史 K 线

# 日K线
node alpha.js daily AAPL

# 周K线
node alpha.js weekly IBM

# 月K线
node alpha.js monthly MSFT

外汇汇率

# 美元兑日元
node alpha.js forex USD/JPY

# 欧元兑美元
node alpha.js forex EUR/USD

加密货币

# 比特币兑美元
node alpha.js crypto BTC/USD

# 以太坊兑比特币
node alpha.js crypto ETH/BTC

命令列表

命令说明示例
quote实时报价alpha quote AAPL
daily日K线alpha daily AAPL
weekly周K线alpha weekly AAPL
monthly月K线alpha monthly AAPL
forex汇率alpha forex USD/JPY
crypto加密货币alpha crypto BTC/USD
apikey设置 API keyalpha apikey YOUR_KEY

注意事项

  1. 免费 API 限流 - 每分钟 5 次请求,每天 500 次
  2. 演示 key - 使用 demo key 可能有严格限流
  3. 数据延迟 - 免费版数据可能有 15 分钟延迟
  4. 申请免费 key - https://www.alphavantage.co/support/#api-key

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Infoway Financial API — Real-Time Quotes, Klines & Analysis

Real-time financial market data MCP server — stocks, crypto, forex quotes, klines, sector analysis and fundamentals

Registry SourceRecently Updated
1171Profile unavailable
Web3

AI Investment Analyzer

AI投资分析与决策助手,为用户提供股票、加密货币、房地产投资的分析和建议。支持实时数据分析、风险评估、投资策略优化。

Registry SourceRecently Updated
2100Profile unavailable
Web3

Stock Analysis

Use when analyzing stocks or cryptocurrencies with public market data, comparing tickers, and producing structured notes for a portfolio or watchlist.

Registry SourceRecently Updated
990Profile unavailable
Web3

Stock Monitor

Use when building a manual stock watchlist, defining alert thresholds, or documenting a repeatable monitoring routine with public market data.

Registry SourceRecently Updated
970Profile unavailable