Analytics
uncoded.ch
Provides access to historical backtest results and performance metrics for trading strategies.
ENDPOINT 1
https://uncoded.ch/api/mcp
Known tools 7
list_symbols_and_modesReturns the distinct trading symbols and strategy modes available in the backtest dataset, with counts.
dataset_statsReturns overall statistics for the completed backtest dataset: total count, snapshot timestamp (the data is a daily snapshot, NOT real time), and how many strategies beat buy & hold (positive alpha).
search_backtestsSearch completed backtests with filters.
get_top_performersReturns the best backtests ranked by alpha (return minus buy & hold) by default, or by raw return.
compare_strategy_vs_buyholdFor a given symbol, shows how the best strategies performed versus simply buying and holding over the same window (alpha = strategy return minus buy & hold).
symbol_summaryReturns aggregate stats for one symbol: number of backtests, best alpha and return, share of strategies beating buy & hold, and the single best strategy with a deep link.
get_backtestReturns the headline metrics for one backtest by id, plus a deep link to its full report page (with equity curve, trade list and configuration).