📊 Comprehensive Data
Access performance metrics, statistics, and fund details for hundreds of CTAs.
⚡ Real-Time Access
Get up-to-date performance data with our RESTful API.
🔒 Secure Authentication
API key authentication with flexible integration options.
Available Endpoints
GET ?action=list
▼List all active CTAs in the Autumn Gold database. Returns basic information including manager name, program, strategy, and status.
https://autumngold.com/api/api_raw.php?key=YOUR_API_KEY&action=list
{
"success": true,
"data": {
"ctas": [
{
"id": "123",
"manager_name": "Example Capital",
"manager_short": "EXAMPLE",
"program": "Diversified Program",
"inception_date": "2010-01-01",
"strategy": "Trend Following",
"status": "1"
}
],
"count": 523
}
}
GET ?action=info&id=123
▼Get detailed information about a specific CTA including description, reporting dates, and basic statistics.
id (required) - The CTA's unique identifier (RecNum) start_date (optional) - Start date for calculations (default: 3 years ago) end_date (optional) - End date for calculations (default: today)
https://autumngold.com/api/api_raw.php?key=YOUR_API_KEY&action=info&id=123
GET ?action=metrics&id=123
▼Get comprehensive calculated metrics for a CTA including Sharpe Ratio, Sortino Ratio, Calmar Ratio, Standard Deviation, Drawdown, and more.
average_return - Average monthly return standard_deviation - Monthly standard deviation annualized_std_dev - Annualized standard deviation annual_compound_return - Annual compound rate of return (ACROR) sharpe_ratio - Monthly Sharpe Ratio annualized_sharpe - Annualized Sharpe Ratio sortino_ratio - Monthly Sortino Ratio annualized_sortino - Annualized Sortino Ratio calmar_ratio_36m - Calmar Ratio (36-month) sterling_ratio - Sterling Ratio omega_ratio - Omega Ratio downside_deviation - Downside Deviation max_drawdown - Maximum Drawdown average_gain - Average Gain average_loss - Average Loss number_of_gains - Count of positive months number_of_losses - Count of negative months profit_loss_ratio - Profit/Loss Ratio losing_streak - Longest Losing Streak
GET ?action=performance&id=123
▼Get monthly performance data including returns and Month-Units-Month (MUM) for charting and analysis.
{
"success": true,
"data": {
"cta_id": 123,
"start_date": "2022-01-01",
"end_date": "2025-01-01",
"monthly_performance": [
{ "date": "2022-01-01", "return_pct": 0.0234, "MUM": 1.0234 },
{ "date": "2022-02-01", "return_pct": -0.0156, "MUM": 1.0074 }
],
"count": 36
}
}
GET ?action=drawdown&id=123
▼Get detailed drawdown analysis including maximum drawdown, drawdown period dates, and worst month.
max_drawdown_pct - Maximum drawdown percentage drawdown_start - Date drawdown began drawdown_end - Date drawdown bottomed recovery_date - Date of full recovery (if recovered) worst_month_pct - Worst single month percentage worst_month_date - Date of worst month
GET ?action=stats&id=123
▼Complete statistics block combining metrics and drawdown data - matches the output of our detailed leaf reports.
GET ?action=fund_details&id=123
▼Complete fund details including market allocations, trading style percentages, fee ranges, and program metadata.
pct_diversified - Diversified allocation % pct_currency - Currency allocation % pct_financials - Financials allocation % pct_energy - Energy allocation % pct_agriculture - Agricultural allocation % pct_stock_index - Stock Index allocation % pct_fx - FX allocation % pct_crypto - Crypto allocation %
GET ?action=all_funds
▼List all funds in the database with optional filtering by active status.
active (optional) - Set to 0 to include inactive funds (default: 1)
GET ?action=rankings
▼Get ranked CTA performance data with optional sector filtering. Perfect for building leaderboard tables.
sector (optional) - Filter by sector: energy, currency, financials, ags, stockindex, vix, fx, crypto, diversified, options sort_by (optional) - Sort column: 0 = Manager name 1 = Monthly Return (default) 2 = MUM 3 = Minimum Investment
Live API Demo
Test the API endpoints in real-time. Select an action and see the actual response from our database.
https://autumngold.com/api/api_raw.php?key=***&action=list
Response
Click "Run Query" to see the API response...
Integration Use Cases
🏦 Introducing Brokers
Display CTA performance data on your broker website with custom branding.
- Embed ranking tables
- Filter by sector/strategy
- Show performance charts
- Link to detailed reports
📊 Fund of Funds
Automate due diligence with programmatic access to performance metrics.
- Portfolio analysis
- Risk metrics comparison
- Correlation analysis
- Automated reporting
📈 RIAs & Wealth Managers
Provide clients with institutional-quality CTA research and recommendations.
- Client-facing dashboards
- Performance alerts
- Custom screening tools
- Compliance reporting
🔧 Software Platforms
Integrate CTA data into trading platforms, portfolio management systems, or research tools.
- Real-time data sync
- Custom analytics
- White-label solutions
- Multi-tenant support
📱 Mobile Applications
Build mobile apps with CTA performance tracking and alerts.
- Push notifications
- Offline caching
- Responsive charts
- User portfolios
🔬 Research & Analytics
Power quantitative research with comprehensive historical data.
- Strategy analysis
- Factor modeling
- Backtesting data
- Academic research
API Access Pricing
Enterprise-grade data access with flexible integration options.
What's Included
- ✓ Access to all 500+ CTA programs
- ✓ Add your own private programs (exclusive to you)
- ✓ Performance data, metrics & rankings
- ✓ Drawdown & risk analysis
- ✓ Market sector & strategy data
- ✓ Technical support & documentation
Contact us to discuss your specific needs
support@autumngold.com