Tradex
TradeX API A Stock Analysis API that analyze all the stocks in the S&P 500, and gives you recommendations on what stocks to invest in using 7 hedge fund equivalent algorithms. Features Multi-Factor Model (Fama-French) Value Factors: P/E ratios, Price-to-Book ratios Momentum Factors: 6-month, 12-month returns Quality Factors: ROE, Earnings Growth, Debt-to-Equity Low-Volatility Factors: Beta,…
Tradex endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
health /api/v1/health |
checks the health of the api |
| GET |
version /api/v1/version |
shows the version |
| GET |
docs /api/v1/public-docs |
all the docs |
| GET |
readiness /api/v1/readiness |
shows the readiness of the api |
| POST |
rankings /api/v1/rankings |
shows the stock rankings |
| POST |
allocations /api/v1/allocations |
shows how much you invest in each stock |
| GET |
factors /api/v1/factors/{ticker} |
helps the algorithm decide what to buy |
| GET |
regime /api/v1/regime |
algorithm type |
| POST |
advisor /api/v1/advisor |
percentages |
| POST |
backtest /api/v1/backtest |
some testing stuff |
| POST |
backtest summary /api/v1/backtest/summary |
summary in cli |
| GET |
usage /api/v1/usage |
helps with the calls |
Tradex pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | — |
|
| ULTRA | $5 / month | — |
|
| MEGA Recommended | $10 / month | — |
|