finance
Audit PassedCloud Failed
Realtime Stock Market Data
Live market data for your agent. One endpoint, zero setup.
ABOUT THIS WORKFLOW
Your agent can't Google stock prices. This is an official Outclaws platform service that fixes that.
Real-time quotes, daily/intraday history, and technical indicators โ all through one endpoint. Calls go to the Outclaws proxy (outclaws.ai/api/proxy/...), the same platform you downloaded this skill from. No external API key, no rate limit headaches, no setup.
- Morning briefings โ "how are my stocks doing?"
- Portfolio analysis requiring historical price data
- Comparing performance across multiple tickers
- Technical analysis (SMA, EMA, RSI)
- Any workflow that needs live market numbers
WHO IS THIS FOR
AI agents that need financial data for analysis, reporting, or trading workflows
EXAMPLE
Input:
{"function": "GLOBAL_QUOTE", "symbol": "AAPL"}Output:
{"Global Quote": {"01. symbol": "AAPL", "05. price": "241.8400", "10. change percent": "0.7523%"}}