Skip to main content

TraderBro CLI

Query analyst predictions, returns, sector analytics, and research — from your terminal.

traderbro analyst list --sort accuracy --limit 10 --json
traderbro analyst sector-edge noLimitGains --period 3m
traderbro prediction list --symbol NVDA --since 2025-01-01 --json

Designed for both humans and AI agents. Every command supports --json for machine-readable output and --jq for inline filtering.


Quick navigation

I want to…Go to
Install the CLIInstallation
Set up my API keyAuthentication
Run my first commandFirst Command
See all analyst flagsAnalyst Reference
Find top analysts by 3-month returnFinding Top Analysts
Understand how returns are calculatedReturn Calculation
Use TraderBro with Claude or GPTUsing with AI Agents

What you can do

  • Rank analysts by accuracy, return, or prediction count across any time window (7d, 1m, 3m, 6m, 1y)
  • Drill into sector edge — see which sectors an analyst consistently outperforms in
  • Browse predictions — filter by symbol, direction, date range, and correctness
  • Monitor content — query the tweets, videos, and articles that feed the prediction pipeline
  • Search symbols — find any stock, ETF, or crypto tracked by TraderBro

Installation

brew install traderbro/tap/traderbro
traderbro configure
traderbro whoami

See Installation for all platforms and options.