Install
First, install the AIsa CLI if you have not already:What can agents do with it?
Equity reports
Create structured analysis for US-listed stocks.
Filing context
Use SEC filings and company disclosures.
Sentiment synthesis
Add news and social signal context.
Investment memo
Summarize risks, catalysts, and watch items.
🔥 What Can You Do?
Investment Research
Portfolio Monitoring
Earnings Analysis
Competitor Analysis
Screening & Discovery
Quick Start
Core Capabilities
📊 Financial Data (MarketPulse APIs)
Real-time Financial Metrics📰 News & Research
Company News🐦 Social Sentiment
Twitter Search📺 Video Content
YouTube Search (Earnings Calls, Analysis)🤖 AI Analysis (Multi-Model)
LLM Gateway (OpenAI Compatible)- GPT-4, GPT-4 Turbo (OpenAI)
- Claude 3 Opus, Sonnet, Haiku (Anthropic)
- Gemini 1.5 Pro, Ultra (Google)
- Qwen Max, Plus (Alibaba)
- DeepSeek V2 (DeepSeek)
- Grok (xAI)
Python Client
Analysis Depth Options
| Mode | Time | Cost | Data Sources |
|---|---|---|---|
| quick | ~10s | $0.01-0.02 | Metrics, News, Twitter, Basic AI |
| standard | ~20s | $0.02-0.05 | + Analyst Estimates, Insider Trades, YouTube |
| deep | ~30s | $0.05-0.10 | + Statements, Institutional, SEC, Research |
API Reference
| Category | Endpoint | Method | Cost |
|---|---|---|---|
| Financial Metrics | /financial/financial-metrics/snapshot | GET | $0.002 |
| Stock Prices | /financial/prices | GET | $0.001 |
| News | /financial/news | GET | $0.001 |
| Statements | /financial/financial_statements/* | GET | $0.002 |
| Analyst Estimates | /financial/analyst/eps | GET | $0.002 |
| Insider Trades | /financial/insider/trades | GET | $0.001 |
| Institutional | /financial/institutional/ownership | GET | $0.001 |
| SEC Filings | /financial/sec/filings | GET | $0.001 |
| Web Search | /scholar/search/web | POST | $0.001 |
| Scholar Search | /scholar/search/scholar | POST | $0.002 |
/twitter/tweet/advanced_search | GET | $0.0004 | |
| YouTube | /youtube/search | GET | $0.002 |
| LLM | /v1/chat/completions | POST | Token-based |
usage.cost and usage.credits_remaining.
Example Output
Pricing
Analysis Costs:- Quick: $0.01-0.02 per stock
- Standard: $0.02-0.05 per stock
- Deep: $0.05-0.10 per stock
- Bloomberg Terminal: $2,000/month
- FactSet: $1,000/month
- Traditional Analyst Report: $50-500 each
- AIsa Stock Analyst: $0.02-0.10 each ✨
Use Cases
1. Investment Research
Screen and analyze stocks before investing:2. Portfolio Monitoring
Daily updates on your holdings:3. Earnings Season
Comprehensive earnings analysis:4. Insider Tracking
Monitor insider activity:5. Sentiment Analysis
Track market perception:Compliance
Disclaimer (Always Included):This analysis is for informational purposes only and should not be considered personalized investment advice. Please conduct your own research and consult with licensed financial advisors before making investment decisions.Regulatory Compliance:
- SEC Rule 15c2-1 (not investment advice)
- FINRA regulations (informational only)
- GDPR data privacy compliant
Get Started
- Sign up at aisa.one
- Get your API key
- Add credits (pay-as-you-go, minimum $5)
- Set environment variable:
export AISA_API_KEY="your-key" - Run analysis:
python scripts/stock_analyst.py analyze --ticker AAPL
Full API Documentation
- API Reference: https://aisa.one/docs/api-reference
- Complete Docs: https://aisa.one/docs/llms.txt
- Support: support@aisa.one
- Discord: https://discord.gg/aisa
About AIsa
AIsa - Unified API infrastructure for AI agents. Single API Key. Pay-Per-Use. Agent-Native.- Website: https://aisa.one
- Documentation: https://aisa.one/docs
Get started
- Sign up at aisa.one (new accounts start with $2 free credit).
- Generate an API key from the console.
- Set your key and install the skill:
- Start a new agent session so the runtime loads the updated skill instructions.
Related
MarketPulse
Deep financial and filing data.
Stock & Crypto Analysis
General asset analysis workflow.
Financial API reference
Underlying financial endpoint docs.