⚠ Educational use only — NDinomics is a software analytical tool for educational and informational purposes only. Not a registered investment advisor, broker-dealer, or money-management service. Always consult a qualified financial advisor.

Financial intelligence you can query, not just read about.

Axiom is a multi-layered intelligence engine that grades hundreds of assets, detects market regimes, tracks event sequences, and monitors for manipulation — updated continuously from live global data. Access it all through a single API.

For institutions and quants who want the intelligence without the planning UI.

Asset Grading

GET /grading/v1/{ticker}

Per-asset grades across 7 time horizons. Multi-layered scoring: statistical, valuation, regime, earnings, technical. Conviction score with rationale.

Regime Detection

GET /regime/v1/current

Probabilistic market regime classification. HMM-based with probability distribution across 5 states. One-step-ahead prediction via transition matrix.

Event Sequence Intelligence

GET /events/v1/match

Multi-ribbon event tracking. Pattern matching against historical crises. Alert levels when forming sequences are detected. The market rhymes — Axiom listens for the echoes.

Forward Impact Landscape

GET /forward/v1/landscape

Multiple possible futures with probability weights. Not a prediction — a map. Sized by magnitude, shaded by probability, sourced from 5 independent models.

Manipulation Detection

GET /signals/v1/manipulation/{ticker}

Pump-and-dump, wash trading, momentum fraud monitoring. Scan individual tickers or entire portfolios. Because the loss from a manipulated asset is your loss.

Simulation Methods

POST /simulation/v1/run

6 pluggable simulation algorithms. NDI-Monte Carlo ensemble default. Hamiltonian Monte Carlo, Bellman Conformal Inference, Importance Sampling for precise tail risk.

Authentication

All API calls require a Bearer token with an Axiom key (prefix bz_ax_).

curl -H "Authorization: Bearer bz_ax_your_key_here" https://api.ndinomics.com/grading/v1/NVDA

We publish our failures. We test against random. We show the math.
The intelligence is honest — even when the market isn't.