MarketPulse
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chaimengphp/openclaw-aisa-market-pulseOpenClaw Market 📊
Complete market data for autonomous agents. Powered by AIsa.
One API key. Stocks + Crypto + Financials. Everything you need.
🔥 What Can You Do?
Cross-Asset Portfolio
"Get BTC, ETH prices alongside AAPL, NVDA stock data for my portfolio"
Investment Research
"Full analysis: NVDA price trends, insider trades, analyst estimates, SEC filings"
Crypto Tracking
"Real-time prices for BTC, ETH, SOL with 30-day historical charts"
Earnings Analysis
"Get Tesla earnings reports, 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"
Quick Start
export AISA_API_KEY="your-key"
🏦 Traditional Finance
Stock Prices
# Historical price data (daily)
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"
# Weekly price data
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"
# Minute-level data (intraday)
curl "https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&interval=minute&interval_multiplier=5&start_date=2025-01-15&end_date=2025-01-15" \
-H "Authorization: Bearer $AISA_API_KEY"
Parameters:
ticker: Stock symbol (required)interval:second,minute,day,week,month,year(required)interval_multiplier: Multiplier for interval, e.g., 5 for 5-minute bars (required)start_date: Start date YYYY-MM-DD (required)end_date: End date YYYY-MM-DD (required)
Company News
# Get news by ticker
curl "https://api.aisa.one/apis/v1/financial/news?ticker=AAPL&limit=10" \
-H "Authorization: Bearer $AISA_API_KEY"
Financial Statements
# All financial statements
curl "https://api.aisa.one/apis/v1/financial/financial_statements/all?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
# Income statements
curl "https://api.aisa.one/apis/v1/financial/financial_statements/income?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
# Balance sheets
curl "https://api.aisa.one/apis/v1/financial/financial_statements/balance?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
# Cash flow statements
curl "https://api.aisa.one/apis/v1/financial/financial_statements/cash?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
Financial Metrics
# Real-time financial metrics snapshot
curl "https://api.aisa.one/apis/v1/financial/financial-metrics/snapshot?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
# Historical financial...
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chaimengphp-openclaw-aisa-market-pulse": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
perplexity-search
Perplexity Sonar search and answer generation through AIsa. Use when the task is specifically to call Perplexity Sonar, Sonar Pro, Sonar Reasoning Pro, or Sonar Deep Research for citation-backed web answers, analytical reasoning, or long-form research reports.
openclaw-media-gen
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
Prediction Market Arbitrage
Find and analyze arbitrage opportunities across prediction markets like Polymarket and Kalshi.
Twitter Command Center (Search + Post)
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts after the user completes OAuth in the browser. Use when the user asks about Twitter/X data, social listening, or posting without sharing account passwords.
cn-llm
China LLM Gateway - Unified interface for Chinese LLMs including Qwen, DeepSeek, GLM, Baichuan. OpenAI compatible, one API Key for all models.