API Pro Tier

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.

api_example.js
// 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 update

Python SDK Available

The fastest way to integrate ACIS. Install via pip, authenticate with your API key, and start generating AI portfolios in minutes.

pip install acis-trading

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.

GET
/api/v1/user/portfolios

Get AI model portfolio positions and target weights

GET
/api/public/user/portfolio/strategies

List available AI strategies for your subscription tier

POST
/api/public/user/portfolio/subscriptions

Subscribe to additional AI strategies

GET
/api/v1/risk-levels

List available risk levels and strategy configurations

GET
/api/public/trading/positions/:id

Get 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

$149/month
  • Full REST API access
  • All 8 AI strategies
  • 50,000 API calls/month
  • Webhook notifications
  • Priority email support
  • 30-day free trial
Start Free Trial

No credit card required

Need more API calls or custom integrations? Contact us

Get Started in 3 Steps

1

Sign Up for API Pro

Create an account and select the API Pro plan ($149/mo). Start with a 30-day free trial.

2

Generate API Key

Go to Settings → API Keys in your dashboard. Create and securely store your key.

3

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.