Knowledge · API Reference
SimicX Public API
Read-only programmatic access to out-of-sample alpha research: weekly rebalance decisions, daily books and measured performance.
First request
Keys are issued from your platform profile. Call /v1/me to confirm access and remaining quota.
curl
curl -H "Authorization: Bearer sxk_live_4f9c…" \ "https://api.simicx.com/v1/me"
Documentation map
Begin with Getting Started. Endpoint pages are the reference for parameters, response fields and examples.
Getting Started
Authentication, endpoint allow-lists, rate limits, pagination and error conventions.
- Overview
- Tutorial
- Authentication
- Rate limits & quotas
- Pagination
- … 1 more
Meta
Service availability and introspection of the calling key.
- /health
- /me
- /me/keys
Catalogue
Every alpha the calling key may read, finished or still running.
- /alphas
- /alphas/{alpha}
- …/source/download
Signals
Weekly decisions: score, rank and target weight per symbol.
- …/rebalances
- …/rebalances/{date}
- …/scores
Portfolio
Daily books that implement the weekly decisions.
- …/books
- …/portfolio
- …/positions
- …/pnl
- …/trades
- … 1 more
Performance
Signal and book performance metrics, and the contract behind them.
- …/metrics
- …/metrics/_doc
Benchmarks
Market series to compare an alpha against, rebased to your window.
- /benchmarks/{symbol}/daily
Knowledge centre

