finds.dev← search

// the find

longbridge/longbridge-terminal

★ 936 · Rust · Apache-2.0 · updated Jul 2026

AI-native CLI for the Longbridge trading platform with real-time market data, portfolio, and trading...

A Rust CLI and TUI for the Longbridge brokerage platform, covering their full OpenAPI surface: quotes, order book, trading, fundamentals, IPO, insider trades, SEC filings, and more. It's primarily useful if you have a Longbridge account and want to script trading workflows or give an AI agent direct market access.

The command coverage is genuinely exhaustive — options chains, SEC EDGAR filings converted to Markdown, institutional 13F holdings, macro data, and warrant quotes in one binary. The JSON output mode with an explicit `--limit` alias for AI agent compatibility is a thoughtful design decision that makes piping into Claude or jq straightforward. The bundled `cli-candlestick-chart` and `sec2md` crates are extracted as reusable libraries, not just internal helpers. OAuth flow with token persistence means scripting doesn't require managing API keys manually.

This is entirely locked to the Longbridge platform — there's no abstraction over market data sources, so it's useless unless you have an account with a broker that isn't widely available outside Asia. The 'AI-native' framing mostly means it ships a CLAUDE.md skills file and outputs JSON; there's no structured tool-calling schema or MCP server, so integration with AI agents requires the same manual prompt engineering as any CLI. The TUI is ratatui with Vim keybindings but there's no visible test coverage for the interactive layer, and the rate limiter is documented at 10 req/s with no mention of what happens when you exceed it in a script.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →