Getting Started
Get Your API Key
Contact [email protected] to request API access and receive your credentials.
Explore the API
Review our API Reference for complete endpoint documentation.
Core Capabilities
Portfolio Analysis
Submit portfolios for comprehensive factor analysis, risk metrics, and AI-powered recommendations.
Stock Reports
Generate detailed reports on individual securities with factor scores and analysis.
Financial Analysis
Access fundamental data and financial metrics for securities.
Technical Analysis
Retrieve technical indicators and price-based signals.
Authentication
All API requests require a Bearer token:Async Job Processing
Long-running operations like portfolio analysis use async processing:Response Codes
| Code | Description |
|---|---|
| 200 | Success |
| 401 | Unauthorized - Invalid or missing API key |
| 404 | Not found |
| 422 | Validation error - Check request body |
| 500 | Server error |
Example Use Cases
Portfolio Monitoring Dashboard
Portfolio Monitoring Dashboard
Build a dashboard that tracks portfolio factor exposures over time:
- Store portfolio holdings in your database
- Call
/v1/portfolio/analyzedaily or on-demand - Track changes in factor scores and risk metrics
- Alert when exposures drift beyond thresholds
Client Reporting
Client Reporting
Generate white-labeled reports for clients:
- Fetch portfolio analysis via API
- Combine with your branding and commentary
- Export as PDF or embed in client portal
Investment Screening
Investment Screening
Integrate factor scores into your stock selection process:
- Screen universe with your criteria
- Fetch Parallax scores for candidates
- Rank by multi-factor composite score
- Apply to portfolio construction