Pre-computed examples · Real results vary by starting window
How it works
1
Describe your portfolio
Tell the AI your allocation, country, and goals in plain English. Or use JSON if you prefer
2
AI runs the backtest
150+ years of rolling windows. Real taxes, broker fees, currency conversion, and inflation all modeled
3
Get actionable results
CAGR, drawdowns, Sharpe ratios, plus which exact ETFs to buy with ISINs and total cost
0
Years of data
0
Unique assets
0
Countries with tax rules
0
Stress test scenarios
What's inside
Everything the backtester supports - click to explore
FAQ
Is it really free?
Yes. The Custom GPT and MCP server are free. If you wish to use the Custom GPT, you will need a ChatGPT account (free or paid - a paid account with the latest thinking model gives the best results).
Where does the data come from?
Real historical returns from peer-reviewed academic sources: Jordà-Schularick-Taylor Macrohistory Database, Fama-French Research Data Library, Robert Shiller, Dimson-Marsh-Staunton, FRED, and official government bond databases. Every backtest result includes its exact data sources - just ask.
Is this financial advice?
No. This is an educational backtesting tool. Past performance does not guarantee future results. All results are hypothetical. Consult a licensed financial advisor for personal investment decisions.
How accurate are the tax calculations?
Tax rules are modeled from official sources and updated for 2025/2026 rates. They cover capital gains, dividends, withholding taxes, special regimes (Non-Dom, NHR, Beckham Law), exit taxes, and accumulating vs. distributing ETF treatment. Always verify with a local tax advisor.
Can I use it with Cursor, Windsurf, or my own AI app?
Yes. The MCP server works with any client that supports remote MCP connections - Cursor, Windsurf, and other MCP-compatible tools. Just add the server URL to your MCP config. An HTTP API for direct integration is coming soon.
Start backtesting in 30 seconds
No extra sign-up. No code required. Just ask ChatGPT about your portfolio
# Simple 60/40 backtest
curl -X POST https://api.everinvest.ai/backtest \
-H "Content-Type: application/json" \
-d '{"portfolios":{"stocks.usa":0.6,"bonds.usa.gov.long":0.4}}'# List available assets for a German investor
curl https://api.everinvest.ai/assets?investor_country=DEU
# Get the quick-start guide
curl https://api.everinvest.ai/resources/guide