数据分析

Alpha Vantage

试用

Alpha Vantage (alphavantage.co). Use this skill for ANY Alpha Vantage request — reading, creating, and updating data. Whenever a task involves Alpha Vantage, use this skill instead of calling the API directly.

它能做什么

Operate **Alpha Vantage** through your OOMOL-connected account. This skill calls the connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

技能文档

Alpha Vantage

Operate Alpha Vantage through your OOMOL-connected account. This skill calls the alpha_vantage connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Alpha Vantage. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "alpha_vantage" --action ""

2. Run the action with a JSON payload that matches the input schema:

oo connector run "alpha_vantage" --action "" --data '' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.

Available actions

  • call_official_function — Call a documented Alpha Vantage query function with raw JSON-facing parameters for advanced coverage.
  • get_balance_sheet — Retrieve raw annual and quarterly balance sheet data for a company.
  • get_cash_flow — Retrieve raw annual and quarterly cash flow data for a company.
  • get_commodity_data — Retrieve raw commodity time series data from an Alpha Vantage commodity endpoint.
  • get_company_overview — Retrieve raw company overview and fundamental data for a stock symbol.
  • get_crypto_intraday — Retrieve raw intraday OHLCV data for a cryptocurrency market pair.
  • get_currency_exchange_rate — Retrieve the raw realtime exchange rate for a currency pair.
  • get_daily_adjusted_time_series — Retrieve raw daily adjusted OHLCV, dividend, and split data for a stock symbol from Alpha Vantage.
  • get_daily_time_series — Retrieve the raw daily OHLCV time series for a single stock symbol from Alpha Vantage.
  • get_digital_currency_daily — Retrieve raw daily historical time series data for a digital currency.
  • get_digital_currency_monthly — Retrieve raw monthly historical time series data for a digital currency.
  • get_digital_currency_weekly — Retrieve raw weekly historical time series data for a digital currency.
  • get_dividends — Retrieve raw historical and future dividend data for a stock symbol.
  • get_earnings — Retrieve raw annual and quarterly earnings data for a company.
  • get_earnings_calendar — Retrieve raw upcoming earnings calendar data as CSV.
  • get_earnings_call_transcript — Retrieve a raw earnings call transcript for a symbol, quarter, and fiscal year.
  • get_earnings_estimates — Retrieve raw analyst earnings estimates for a company.
  • get_etf_profile — Retrieve raw ETF profile and holdings data for an ETF symbol.
  • get_fx_daily — Retrieve raw daily forex OHLC data for a currency pair.
  • get_fx_intraday — Retrieve raw intraday forex OHLC data for a currency pair.
  • get_fx_monthly — Retrieve raw monthly forex OHLC data for a currency pair.
  • get_fx_weekly — Retrieve raw weekly forex OHLC data for a currency pair.
  • get_global_quote — Retrieve the latest end-of-day quote snapshot for a single stock symbol from Alpha Vantage.
  • get_historical_options — Retrieve raw historical options data for a stock symbol.
  • get_income_statement — Retrieve raw annual and quarterly income statement data for a company.
  • get_insider_transactions — Retrieve raw insider transaction data for a stock symbol.
  • get_institutional_holdings — Retrieve raw institutional holding data for a stock symbol.
  • get_intraday_time_series — Retrieve raw intraday OHLCV time series data for a stock symbol from Alpha Vantage.
  • get_ipo_calendar — Retrieve raw upcoming IPO calendar data as CSV.
  • get_listing_status — Retrieve raw active or delisted listing status data as CSV.
  • get_macro_indicator — Retrieve raw macroeconomic indicator data from Alpha Vantage.
  • get_market_status — Retrieve the current open or closed status for major equity, forex, and cryptocurrency markets.
  • get_monthly_adjusted_time_series — Retrieve raw monthly adjusted OHLCV and dividend data for a stock symbol from Alpha Vantage.
  • get_monthly_time_series — Retrieve the raw monthly OHLCV time series for a single stock symbol from Alpha Vantage.
  • get_news_sentiment — Retrieve raw live and historical market news and sentiment data.
  • get_realtime_bulk_quotes — Retrieve raw realtime bulk quotes for up to 100 stock symbols.
  • get_realtime_options — Retrieve raw realtime options data for a stock symbol.
  • get_sector_performance — Retrieve raw realtime and historical sector performance data.
  • get_splits — Retrieve raw historical split data for a stock symbol.
  • get_technical_indicator — Retrieve raw technical indicator data using an official Alpha Vantage indicator function.
  • get_top_gainers_losers — Retrieve the raw Alpha Vantage top gainers, losers, and most active stocks.
  • get_weekly_adjusted_time_series — Retrieve raw weekly adjusted OHLCV and dividend data for a stock symbol from Alpha Vantage.
  • get_weekly_time_series — Retrieve the raw weekly OHLCV time series for a single stock symbol from Alpha Vantage.
  • search_symbols — Search supported stocks, ETFs, and mutual funds by keyword and return the best matching symbols.

Safety

  • Untagged actions are reads (get / list / search) — safe to run directly.
  • Actions tagged [write] change Alpha Vantage state — confirm the exact payload and effect with the user before running.
  • Actions tagged [destructive] remove or overwrite data — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: ):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — Alpha Vantage is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=alpha_vantage
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

相关技能

以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。

作者 johnpatternai21 次安装8 星标

把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。

作者 nssa.io1.0k 次安装47 星标

通过托管 OAuth 访问 Microsoft Graph Excel 接口,读写 OneDrive 中的工作簿、工作表、区域、表格与图表。

作者 byungkyu800 次安装42 星标

按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。

作者 iswalle763 次安装66 星标

从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。

作者 fly0pants

在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。

作者 Iván1 次安装

oomol 的更多技能

浏览全部技能

GitHub (github.com). Use this skill for ANY GitHub request — reading, creating, updating, and deleting data. Whenever a task involves GitHub, use this skill instead of calling the API directly.

作者 oomol12 次安装

Excel (microsoft.com). Use this skill for ANY Excel request — reading, creating, updating, and deleting data. Whenever a task involves Excel, use this skill instead of calling the API directly.

作者 oomol14 次安装

Google Drive (workspace.google.com). Use this skill for ANY Google Drive request — reading, creating, updating, and deleting data. Whenever a task involves Google Drive, use this skill instead of calling the API directly.

作者 oomol10 次安装

Home Assistant (home-assistant.io). Use this skill for ANY Home Assistant request — reading, creating, updating, and deleting data. Whenever a task involves Home Assistant, use this skill instead of calling the API directly.

作者 oomol9 次安装

AgentMail (agentmail.to). Use this skill for ANY AgentMail request — reading, creating, updating, and deleting data. Whenever a task involves AgentMail, use this skill instead of calling the API directly.

作者 oomol10 次安装

Gitea (about.gitea.com). Use this skill for ANY Gitea request — reading, creating, updating, and deleting data. Whenever a task involves Gitea, use this skill instead of calling the API directly.

作者 oomol8 次安装