get_signal_accuracy
Assess the accuracy of FinStack signals by comparing predictions to actual stock prices after 7 days. Filter by source, symbol, or look-back window.
Instructions
Show how accurate FinStack signals have been — backed by real outcome data.
Signals are logged automatically every time get_stock_brief or get_stock_debate runs. After 7 days, the actual stock price is checked and outcomes are labelled correct / wrong / neutral.
Use this to:
Prove to users/investors that the signals work
Find which signal source (brief vs debate) is more accurate
Find which stocks the model reads best
Args: source: filter by source — 'brief', 'debate', 'score', or '' for all symbol: filter by NSE symbol, or '' for all stocks days: look-back window in days (default 30)
Returns: Accuracy %, avg 7-day return, breakdown by signal type, top symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| source | No | ||
| symbol | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |