Install
First, install the AIsa CLI if you have not already:What can agents do with it?
Stock research
Pull prices, news, fundamentals, and analyst context.
Crypto context
Retrieve token prices, charts, categories, and market movement.
Financial statements
Analyze income, balance sheet, and cash-flow data.
Macro overlays
Add interest-rate and market backdrop to research.
🔥 What Can You Do?
Cross-Asset Portfolio
Investment Research
Crypto Tracking
Earnings Analysis
Market Screening
Whale Watching
Quick Start
🏦 Traditional Finance
Stock Prices
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
Financial Statements
Financial Metrics
Analyst Estimates
Insider Trading
Institutional Ownership
SEC Filings
Company Facts
Stock Screener
Interest Rates
₿ Cryptocurrency
Real-Time Price Snapshot
SYMBOL-USD (e.g., BTC-USD, ETH-USD).
Historical Price Data
Supported Cryptocurrencies
| Ticker | Name |
|---|---|
| BTC-USD | Bitcoin |
| ETH-USD | Ethereum |
| SOL-USD | Solana |
| BNB-USD | Binance Coin |
| XRP-USD | Ripple |
| DOGE-USD | Dogecoin |
| ADA-USD | Cardano |
| AVAX-USD | Avalanche |
| DOT-USD | Polkadot |
| MATIC-USD | Polygon |
| LINK-USD | Chainlink |
| UNI-USD | Uniswap |
| ATOM-USD | Cosmos |
| LTC-USD | Litecoin |
| TRUMP-USD | Trump Token |
| … | And many more |
Python Client
API Endpoints Reference
Traditional Finance
| Endpoint | Method | Description |
|---|---|---|
/financial/prices | GET | Historical stock prices (requires interval params) |
/financial/news | GET | Company news by ticker |
/financial/financial_statements/all | GET | All financial statements |
/financial/financial_statements/income | GET | Income statements |
/financial/financial_statements/balance | GET | Balance sheets |
/financial/financial_statements/cash | GET | Cash flow statements |
/financial/financial-metrics/snapshot | GET | Real-time financial metrics |
/financial/financial-metrics | GET | Historical metrics |
/financial/analyst/eps | GET | EPS estimates |
/financial/insider/trades | GET | Insider trades |
/financial/institutional/ownership | GET | Institutional ownership |
/financial/sec/filings | GET | SEC filings |
/financial/sec/items | GET | SEC filing items |
/financial/company/facts | GET | Company facts |
/financial/search/stock | POST | Stock screener |
/financial/interest_rates/snapshot | GET | Current interest rates |
/financial/interest_rates/historical | GET | Historical rates |
Cryptocurrency
| Endpoint | Method | Description |
|---|---|---|
/financial/crypto/prices/snapshot | GET | Real-time price snapshot |
/financial/crypto/prices | GET | Historical OHLCV data |
Pricing
| API | Cost |
|---|---|
| Stock prices | ~$0.001 |
| Company news | ~$0.001 |
| Financial statements | ~$0.002 |
| Analyst estimates | ~$0.002 |
| SEC filings | ~$0.001 |
| Crypto snapshot | ~$0.0005 |
| Crypto historical | ~$0.001 |
usage.cost and usage.credits_remaining.
Get Started
- Sign up at aisa.one
- Get your API key
- Add credits (pay-as-you-go)
- Set environment variable:
export AISA_API_KEY="your-key"
Full API Reference
See API Reference for complete endpoint documentation.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 equity market data and financial statements.
Crypto Market Data
CoinGecko-powered crypto data.
Financial API reference
Explore financial endpoints.