| name | marketpulse |
| description | Query real-time and historical financial data for equities—prices, news, financial statements, metrics, analyst estimates, insider and institutional activity, SEC filings, earnings press releases, segmented revenues, stock screening, and macro interest rates. Use when: the user needs market data, stock analysis, watchlists, or portfolio workflows. |
| author | AIsa |
| version | 1.0.2 |
| license | MIT |
| user-invocable | true |
| primaryEnv | AISA_API_KEY |
| requires | {"bins":["python3"],"env":["AISA_API_KEY"]} |
| metadata | {"aisa":{"emoji":"📊","requires":{"bins":"[Truncated]","env":"[Truncated]"},"primaryEnv":"AISA_API_KEY","compatibility":["openclaw","claude-code","hermes"]},"openclaw":{"emoji":"📊","requires":{"bins":"[Truncated]","env":"[Truncated]"},"primaryEnv":"AISA_API_KEY"}} |
MarketPulse 📊
Complete equity market data for autonomous agents. Powered by AIsa.
One API key. Stocks, financials, filings, and macro data. Everything you need.
Compatibility
Works with any agentskills.io-compatible
harness, including:
- Claude Code and Claude (Anthropic)
- OpenAI Codex
- Cursor
- Gemini CLI (Google)
- OpenCode, Goose, OpenClaw, Hermes
- and any other harness that implements the Agent Skills
specification
Requires Python 3, a POSIX shell, and AISA_API_KEY (get one at
aisa.one).
🔥 What Can You Do?
Investment Research
"Full analysis: NVDA price trends, insider trades, analyst estimates, SEC filings"
Earnings Analysis
"Get Tesla earnings press releases, analyst estimates, and price reaction"
Market Screening
"Find stocks with P/E < 15 and revenue growth > 20%"
Whale Watching
"Track insider trades at Apple and correlate with price movements"
Segment Deep-Dive
"Break down Apple's revenue by product segment and geography"
Quick Start
export AISA_API_KEY="your-key"
🏦 Traditional Finance
Stock Prices
curl "https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&interval=day&interval_multiplier=1&start_date=2025-01-01&end_date=2025-12-31" \
-H "Authorization: Bearer $AISA_API_KEY"
curl "https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&interval=week&interval_multiplier=1&start_date=2025-01-01&end_date=2025-12-31" \
-H "Authorization: Bearer $AISA_API_KEY"
curl \
-H