Skip to main content

CLI

jintel — thin wrapper around the SDK, for terminals and CI.

Install globally and authenticate via JINTEL_API_KEY, the --api-key flag, or ~/.jintel/config.json.

npm install -g @yojinhq/jintel-cli
export JINTEL_API_KEY=jk_live_your_key_here

jintel quote AAPL MSFT
jintel quote BTC --json
jintel search "Apple" --type COMPANY --limit 5
jintel enrich AAPL --fields news,technicals
jintel sanctions "Gazprom"
jintel price-history AAPL --range 1mo
jintel short-interest GME
jintel institutional-holdings 0001067983
jintel market-status

jintel --help
jintel <command> --help

Every command accepts --json for pipe-friendly output and --help for per-command usage.

Exit codes: 0 success, 1 runtime error, 2 usage error, 3 auth error.