us-stock-analyst
Professional US stock analysis with financial data, news, social sentiment, and multi-model AI. Comprehensive reports at $0.02-0.10 per analysis. Use when: the user needs market data, stock analysis, watchlists, or portfolio workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aisadocs/us-stock-analystUS Stock Analyst 📈
Professional equity analysis powered by AIsa's unified API platform.
One API key. Complete market intelligence. AI-powered insights.
🔥 What Can You Do?
Investment Research
"Analyze NVDA: financial metrics, analyst estimates, insider trades,
news sentiment, and AI-powered valuation"
Portfolio Monitoring
"Track my portfolio (AAPL, MSFT, GOOGL): daily updates on metrics,
news, and sentiment changes"
Earnings Analysis
"Full Tesla Q4 earnings analysis: results vs estimates, guidance,
price reaction, analyst updates"
Competitor Analysis
"Compare AMD vs NVDA: financials, growth, valuation, market sentiment"
Screening & Discovery
"Find tech stocks with P/E < 30, revenue growth > 20%,
and positive insider activity"
Quick Start
export AISA_API_KEY="your-key"
Core Capabilities
📊 Financial Data (MarketPulse APIs)
Real-time Financial Metrics
curl "https://api.aisa.one/apis/v1/financial/financial-metrics/snapshot?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
Returns: Market cap, P/E ratio, revenue, EPS, profit margin, ROE, debt/equity, and more.
Historical Stock Prices
# Daily prices for last 30 days
curl "https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&start_date=2025-01-01&end_date=2025-01-31&interval=day&interval_multiplier=1" \
-H "Authorization: Bearer $AISA_API_KEY"
# 5-minute intraday data
curl "https://api.aisa.one/apis/v1/financial/prices?ticker=AAPL&start_date=2025-02-07&end_date=2025-02-07&interval=minute&interval_multiplier=5" \
-H "Authorization: Bearer $AISA_API_KEY"
Financial Statements
# All statements (income, balance, cash flow)
curl "https://api.aisa.one/apis/v1/financial/financial_statements/all?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
Analyst Estimates
# EPS forecasts and ratings
curl "https://api.aisa.one/apis/v1/financial/analyst/eps?ticker=AAPL&period=annual" \
-H "Authorization: Bearer $AISA_API_KEY"
Insider Trading
# Track insider buy/sell activity
curl "https://api.aisa.one/apis/v1/financial/insider/trades?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
Institutional Ownership
# See who owns the stock
curl "https://api.aisa.one/apis/v1/financial/institutional/ownership?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
SEC Filings
# Access 10-K, 10-Q, 8-K filings
curl "https://api.aisa.one/apis/v1/financial/sec/filings?ticker=AAPL" \
-H "Authorization: Bearer $AISA_API_KEY"
📰 News & Research
Company News
curl "https://api.aisa.one/apis/v1/financial/news?ticker=AAPL&limit=10" \
-H "Authorization: Bearer $AISA_API_KEY"
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-aisadocs-us-stock-analyst": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
aisa-tavily
AI-optimized web search via AIsa's Tavily API proxy. Returns concise, relevant results for AI agents through AIsa's unified API gateway.
openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.
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.
openclaw-media-gen
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
openclaw-media-gen
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.