Pillar 1

CLI Trading Tools

Command-line interfaces are the verbs of the trading terminal. Each tool here gives your AI agent — or you directly — composable, scriptable, pipeable access to financial data, backtesting engines, and execution APIs.

Unix composability means you can chain these tools: fetch data, pipe to backtest, pipe to risk model, pipe to order entry. All from one terminal session.

25 tools listed · View full directory

CLI Crypto

bitcoin-chart-cli

Bitcoin price chart rendered in the terminal using ASCII art with historical data and multiple timeframes.

npm install -g bitcoin-chart-cli
CLI Crypto

ces

Cryptocurrency exchange rate tracker written in Rust for fast terminal-based price monitoring.

cargo install ces
CLI Crypto

coinbash

Lightweight bash script for cryptocurrency portfolio tracking and price monitoring in the terminal.

git clone https://github.com/8go/coinbash && cd coinbash && chmod +x coinbash.sh
CLI Crypto

cointop

Interactive cryptocurrency tracking terminal with portfolio management, price alerts, and customizable views.

brew install cointop
CLI Crypto

Freqtrade

Open-source crypto trading bot framework with backtesting, strategy development, and live trading support.

pip install freqtrade
CLI Stocks

icli

Interactive command-line interface for Interactive Brokers TWS/Gateway with real-time trading and account management.

pip install icli
CLI Stocks, Options, Futures, Forex

ib_console

A practical guide to ib_console for Interactive Brokers terminal workflows across stocks, options, futures, and forex with AI-assisted execution discipline.

pip install ib_console
CLI Crypto

Hummingbot

Open-source market making and liquidity mining bot for centralized and decentralized crypto exchanges.

docker pull hummingbot/hummingbot
CLI Prediction Markets

kalshi-cli

CLI for trading event contracts on Kalshi, the regulated prediction market exchange.

pip install kalshi-cli
CLI Stocks

LEAN CLI

QuantConnect's local CLI for algorithmic trading development, backtesting, and deployment across multiple asset classes.

pip install lean
CLI Crypto

OctoBot

Customizable crypto trading bot with strategy marketplace, backtesting, and web-based management interface.

pip install OctoBot
CLI Stocks

OpenBB CLI

Open-source investment research terminal covering stocks, options, crypto, forex, and futures with extensive data integrations.

pip install openbb
CLI Crypto

OpenAlice

Open-source AI-powered trading assistant for crypto and stocks with market analysis and signal generation.

git clone https://github.com/TraderAlice/OpenAlice
CLI Stocks

mop

Real-time stock market tracker for the terminal with market overview and customizable watchlist.

brew install mop
CLI Prediction Markets

pmcli

Lightweight CLI for browsing, tracking, and monitoring prediction markets from the terminal.

npm install -g pmcli
CLI Prediction Markets

polyterm

Terminal interface for browsing and trading on Polymarket prediction markets with real-time data.

pip install polyterm
CLI Solana DeFi

outsmart-cli

A detailed operator guide to outsmart-cli for Solana DeFi execution across multiple DEX adapters, with practical risk controls for agent-assisted workflows.

npm install -g outsmart-cli
CLI Prediction Markets

Polymarket CLI

Practical guide to Polymarket CLI for prediction-market trading, including setup, analysis workflow, and execution guardrails.

brew install polymarket
CLI Stocks

Rallies CLI

Terminal-based portfolio tracker for stocks and crypto with real-time price updates and watchlists.

npm install -g rallies-cli
CLI Stocks

rh-cli

Unofficial Robinhood command-line client for checking stock prices, portfolio status, and basic trading.

npm install -g rh-cli
CLI Options, Stocks

tastytrade-cli

Practical guide to tastytrade-cli for options trading, with setup steps, chain analysis workflow, and execution risk controls.

pip install tastytrade-cli
CLI Stocks

ticker.sh

Minimal bash script that fetches and displays real-time stock prices in the terminal.

curl -so ticker.sh https://raw.githubusercontent.com/pstadler/ticker.sh/master/ticker.sh
CLI Stocks

ticker

Live stock and crypto ticker dashboard in the terminal with real-time price updates and portfolio tracking.

brew install achannarasappa/tap/ticker
CLI Crypto

Tealstreet CLI

Terminal trading interface for crypto derivatives and perpetual contracts across multiple exchanges.

npm install -g tealstreet
CLI Stocks

tstock

Terminal stock charts rendered in ASCII art with support for stocks, crypto, and forex symbols.

pip install tstock

What makes a good CLI trading tool?

The best CLI tools follow Unix philosophy: do one thing well, accept stdin, emit clean stdout, support JSON output for piping. We evaluate every tool for agent compatibility — can an AI agent reliably call it, parse the output, and act on it without hallucinating flags? Tools that pass that bar earn a spot in this directory.