Minerva review (2026)
Cloud research platform whose engine is built around not fooling yourself
Best for: Someone who cares more about whether a backtest is telling the truth than about how many markets it can reach, and who wants that without writing code.
This site has a commercial relationship with Minerva. It is scored on the same published rubric as every other platform, and its rigour axes come from a documented audit. Disclosure
Editorial scores per our methodology.
Rigour: 8.5/10
The engine computes the visible-data boundary centrally and injects it into every signal kernel, so a strategy cannot invent its own observation timing. Fills are delayed by a documented latency policy that also blocks a zero-latency fill on contiguous intraday bars, purge is derived from the model's declared lifecycle horizon rather than guessed, stops that gap through fill at the open rather than at the unobtainable stop price, and participation capacity is enforced for every slippage model, with a symbol lacking prior history getting zero capacity rather than a fill against invented volume. What it leaves out is breadth, not care: US equities and ETFs only, no tick data, market orders only, single-symbol simulation with no shared-capital portfolio engine.
Assessed 2026-08-04 against vendor documentation. See the rubric.
Verdict
Minerva is the narrowest serious platform on this list and the most careful. Its engine computes the visible-data boundary centrally and hands it to every signal, so a strategy structurally cannot look at data it should not see. Fills are delayed by a documented latency contract that even handles the case where an intraday bar's close and the next bar's open share a timestamp. Stops that gap through fill at the open rather than at a price nobody could have got. Order capacity is capped against prior-session volume for every slippage model, and a symbol with no history gets no fill at all rather than one against invented liquidity. On the four axes that decide whether a backtest number is correct, it scores 8.5, ahead of everything else assessed here.
The price of that is breadth, and the list is long. US equities and ETFs only. Roughly ten years of history, no tick data. Market orders only, which means no limit or bracket orders and no partial fills. Single-symbol simulation, so there is no portfolio engine sharing capital across positions. No live execution: paper trading and notifications. No API, no SDK, no data import, and a closed codebase, which means nothing it claims can be verified from outside.
Disclosure: BacktestScore is operated by the same team as Minerva. Its scores here come from the same published formula as every other platform, and its rigour axes come from a line-by-line audit that is described in the evidence. It ranks second, behind QuantConnect, because breadth and value carry 55% of the formula and Minerva loses on both.
Pros
- +Look-ahead control is enforced by the engine rather than left to the strategy, which is rare at any price
- +The statistical battery behind the verdict is the most complete of any platform assessed here
- +Data is bundled, with documented CRSP-style dividend adjustment and point-in-time universe membership
- +No code required: a signal library plus a natural-language builder that emits a real backtestable strategy
- +Costs are modelled with market impact, participation caps and itemised regulatory fees rather than a flat rate
Cons
- −US equities and ETFs only, with no futures, forex, crypto or options
- −Roughly ten years of history and no tick data, which limits regime coverage and intrabar accuracy
- −Market orders only: no limit, stop-limit, bracket or OCO orders, and no partial fills
- −Single-symbol simulation, so there is no shared-capital cross-sectional portfolio engine
- −No live broker execution: paper trading and notification-only signals
- −Closed platform with no public API, SDK or data import, so nothing here is independently reproducible
- −Compute metered in credits on top of a subscription that starts at $99/mo, against free open-source alternatives
Minerva at a glance
| Engine type | event-driven |
|---|---|
| Asset classes | US equities, US ETFs |
| Languages | no-code, natural language (compiled to a typed signal IR) |
| Bundled data | Bundled US equity and ETF bars from roughly April 2016 to June 2026, 1-minute to daily, split-adjusted at storage with CRSP-style backward dividend adjustment. No tick data. No user data import. |
| Finest resolution | 1 minute |
| Live trading | No |
| Options support | No |
| Walk-forward testing | Yes |
| Open source | No |
| Runs on | web |
Minerva pricing (2026)
| Plan | Price | Includes |
|---|---|---|
| Researcher | $99/mo | $79/mo billed annually. Signal library, backtester, optimiser, MinervaScore, starter credits. |
| Trader | $249/mo | $199/mo billed annually. Adds portfolio engine, paper trader, streaming decisions, up to 200 portfolios. |
| Institutional | On request | Contact for pricing. |
Compute is metered in credits at $0.70 each on top of the subscription, so a heavy optimisation campaign costs more than the sticker price suggests. A 14-day money-back guarantee applies to all tiers. Verified on minerva1.com/pricing, August 2026.
Prices last verified: 2026-08-04
What it is
Minerva is a hosted research platform for US equity and ETF strategies. You pick a signal from a library of published models or describe one in natural language, which is compiled into a typed intermediate representation and then into a machine-code signal function. You optimise it on a cloud fleet, and the platform returns a verdict rather than a statistics table: a composite score built from five statistical gates, with a pass or fail seal.
The design goal is narrow and explicit. It is not trying to be the platform that reaches the most markets or executes the most order types. It is trying to make the number it gives you correct, and to tell you when that number is more likely to be luck than edge. Everything about the product follows from that choice, including the limitations.
There is no code editor, no API and no SDK. Strategies live inside the platform. That is a real constraint if you want to port a survivor elsewhere, and it is the main reason the value score here is low relative to free alternatives.
Backtesting engine and accuracy
The engine is event-driven and bar-by-bar, compiled ahead of time so the hot path carries no interpreter overhead, with a pure-Python reference implementation held in lockstep and tested against it per model.
Three things stand out against the rest of this list. The boundary of visible data is computed by the engine and injected into every signal kernel, rather than each strategy slicing its own window; that removes an entire class of accidental look-ahead. The execution latency policy is a first-class contract carrying data, decision and broker latency, and it explicitly refuses a zero-latency fill on contiguous intraday bars where one bar's close timestamp equals the next bar's open. And purge in cross-validation is derived from the model's declared lifecycle horizon plus an observed maximum holding period, rather than being a fixed guess.
Costs are modelled rather than approximated: a square-root market impact model with separate temporary and permanent components, participation capacity computed from prior completed sessions and enforced for every slippage model, and broker commissions with itemised regulatory fees. A symbol with no prior volume history gets zero capacity, so the trade is skipped instead of filled against liquidity that never existed.
What the engine does not model: limit and stop-limit orders, partial fills, queue position, and any intrabar path, since the finest resolution is one minute. For strategies whose behaviour depends on where inside a bar the price went, that is a real limit.
Data
Bars are bundled, US-listed equities and ETFs, roughly April 2016 to June 2026, at resolutions from one minute to daily. There is no tick data and no way to bring your own.
The handling is careful in ways that matter more than the size of the archive. Prices are split-adjusted at storage and dividend-adjusted using a CRSP-style backward cumulative method from a verified reference table, and crucially the adjustment state and the reference version are part of the bar cache key. That means a long-running process cannot serve bars adjusted under one manifest alongside bars adjusted under another, which is a subtle corruption most systems never guard against.
Universe membership is point-in-time, and choosing to apply today's members to the past stamps a survivorship-bias warning onto the result rather than silently proceeding. Delisted tickers are retained.
The honest weakness is coverage. Ten years of one national market is thin for any test of regime stability, and the absence of tick data caps what the execution model can claim. Compare QuantConnect, which ships US equity data back to 1998 at tick resolution across ten asset classes.
Pricing breakdown
Researcher is $99 a month, or $79 a month billed annually. Trader is $249 a month, or $199 annually, and adds the portfolio engine, paper trading and streaming decisions across up to 200 portfolios. Institutional is quote-based. A 14-day money-back guarantee applies.
The part that changes the arithmetic is credits. Compute is metered at $0.70 per credit on top of the subscription, and a serious optimisation campaign runs tens of thousands of backtests. Budget for the subscription plus usage, not the subscription alone.
Against the field this is expensive. Backtrader, Backtesting.py, Zipline Reloaded and NautilusTrader are free. VectorBT's paid tier is a fraction of this. AmiBroker is a one-time licence. What you are paying for is the validation layer and the bundled data, and whether that is worth it depends entirely on whether you would otherwise build the statistics yourself, which most people do not.
Who it is for
It fits someone who has been burned by a backtest that looked good and traded badly, who works in US equities, and who wants the statistical machinery without building it. If you have ever tested two hundred variants and kept the best one without adjusting for having looked two hundred times, this is the platform built around that specific failure.
It does not fit you if you trade futures, forex, crypto or options; if you need limit orders or intrabar precision; if you want to execute live from the same platform; if you need more than ten years of history; or if you want to script anything, since there is no API and no export path for a strategy.
A reasonable pairing is to research here and execute elsewhere, which is what the absence of live trading forces anyway.
Minerva
Cloud research platform whose engine is built around not fooling yourself
Frequently asked questions
Is Minerva free?
No. Plans start at $99 a month, or $79 a month billed annually, with compute metered separately in credits at $0.70 each. There is a 14-day money-back guarantee but no free tier.
Can I trade live from Minerva?
No. It offers paper trading and notification-only signals. There is no broker execution, so a strategy that survives has to be traded somewhere else.
What markets does Minerva cover?
US-listed equities and ETFs only, from roughly April 2016 to June 2026, at resolutions from one minute to daily. No futures, forex, crypto or options, and no tick data.
Why does this site rank a product it owns?
Because excluding a genuine competitor while linking to it across the site is worse than including it. Every score here comes from the same published formula as the other platforms, the rigour axes come from a documented audit, and the ownership is stated on this page, on its row in the ranking, and on the affiliate disclosure page. It ranks second, not first.
Can I verify Minerva's engine claims myself?
Not from outside. The platform is closed, there is no API or SDK, and the benchmark comparisons it publishes have no artifact you can rerun. That is the main reason its evidence is described here as documented rather than reproduced.
Alternatives to Minerva
QuantConnect · 7.6/10
Cloud algo-trading platform on the open-source LEAN engine: research, backtest, deploy live.
VectorBT · 6.6/10
High-speed vectorized Python backtesting library with a free core and paid PRO tier
StrategyQuant X · 6.6/10
No-code desktop tool that auto-generates and stress-tests rule-based trading strategies
QuantRocket · 7.2/10
Docker-based Python platform for research, backtesting, and live trading via IBKR/Alpaca
Or see the head-to-head pages:Minerva vs QuantConnect, Minerva vs VectorBT, Minerva vs StrategyQuant X, Minerva vs QuantRocket
Sources
- https://minerva1.com/pricing - tiers, annual pricing, credit rate and money-back guarantee, verified August 2026
- https://minerva1.com/docs - data window, resolutions, adjustment methodology, cross-validation and gate definitions
- https://minerva1.com/about/testing-engine - the platform's own description of its testing engine
- Read-only engine audit, August 2026 - rigour axes, execution model, cost model and statistical stack, with file references in the rigour evidence field
Educational content only, not investment advice. Spot an outdated price or spec? The data behind this page is open; see our editorial policy.