Build with AI-Powered Investment Intelligence
Access AI model portfolio data through our REST API. Build trading bots, portfolio dashboards, or integrate AI signals into your existing systems.
// Fetch AI model portfolio positions
const response = await fetch('https://api.acis-trading.com/api/v1/user/portfolios', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
});
const portfolios = await response.json();
// Each portfolio contains:
// - strategy: string (e.g., "value", "growth", "dividend")
// - positions: array of { ticker, weight, shares, currentPrice }
// - metrics: { totalValue, dayChange, returnSinceInception }
// - last_updated: timestamp of most recent AI updatePython SDK Available
The fastest way to integrate ACIS. Install via pip, authenticate with your API key, and start generating AI portfolios in minutes.
RESTful API
Clean, well-documented REST endpoints for accessing AI model portfolio data.
API Key Auth
Secure authentication with bcrypt-hashed API keys and rate limiting.
Webhooks
Real-time notifications when AI makes position changes to model portfolios.
Full Documentation
Comprehensive guides, code examples, and interactive API sandbox.
Key API Endpoints
Everything you need to access AI model portfolio data programmatically.
/api/v1/user/portfoliosGet AI model portfolio positions and target weights
/api/public/user/portfolio/strategiesList available AI strategies for your subscription tier
/api/public/user/portfolio/subscriptionsSubscribe to additional AI strategies
/api/v1/risk-levelsList available risk levels and strategy configurations
/api/public/trading/positions/:idGet current positions from connected brokerage (100+ supported)
What You Can Build
Our API powers a variety of applications across the fintech ecosystem.
Trading Bots
Build automated systems that mirror AI model portfolio positions.
Portfolio Dashboards
Create custom dashboards displaying AI positions and performance.
Research Platforms
Integrate AI stock rankings into your quantitative research workflow.
Mobile Apps
Build mobile applications with real-time position change notifications.
API Pro Plan
Full programmatic access to AI model portfolios
- Full REST API access
- All 8 AI strategies
- 50,000 API calls/month
- Webhook notifications
- Priority email support
- 30-day free trial
No credit card required
Need more API calls or custom integrations? Contact us
Get Started in 3 Steps
Sign Up for API Pro
Create an account and select the API Pro plan ($149/mo). Start with a 30-day free trial.
Generate API Key
Go to Settings → API Keys in your dashboard. Create and securely store your key.
Start Building
Use our documentation and code examples to integrate AI model portfolio data into your app.
Ready to Start Building?
Get your API key and start integrating AI-powered investment intelligence today.