$ research-os quote NVDA
$ research-os quote NVDA
$ IR_API_BASE=http://127.0.0.1:8000 research-os quote 0700.HK
| Input | Resolved as | Notes |
|---|---|---|
| NVDA | US:NVDA | US equity, letters only |
| 600519 | SH:600519 | A-share; a leading 6 maps to Shanghai |
| 300750 | SZ:300750 | A-share; a leading 0 or 3 maps to Shenzhen |
| 0700.HK | HK:00700 | Hong Kong; padded to five digits |
| 600519.SS | SH:600519 | Yahoo-style suffix |
| US:NVDA | US:NVDA | Internal identifier supplied directly |
$ research-os search CATL Symbol Name Market SZ:300750 CATL SZ HK:03750 CATL HK
| quote <symbol> | Latest quote, change, and shares outstanding |
| search <query> | Fuzzy company-name and symbol search |
| news <symbol> | Company news; add --zh for Chinese-title translation |
| financials <symbol> | Financial metrics with optional cross-source validation |
| history <symbol> | Annual or quarterly financial history |
| peers <symbol> | Peer-company PE, PB, and PS |
| profile <symbol> | Company profile |
| bars <symbol> | Daily price bars |
| indices | Major market indices |
| industries | Available industry research sets |
| industry <key> | Constituents, aggregate financials, and value-chain context |
| pulse [key] | Industry-move alerts; defaults to satellite internet |
| ask <question> | Conversational research |
| thesis <symbol> | Bull case, bear case, and moat assessment |
| compare <A> <B> | Like-for-like comparison across symbols |
$ research-os ask "Where is Nvidia's moat?" $ research-os compare NVDA AMD
| events | Industry event stream |
| alerts | Risk alerts and falsification triggers |
| weekly | Weekly decision report in Markdown |
| companies | Value-chain company cards |
| thesis-state | Versioned scores for each research theme |
| sources | Data-source ledger |
| --json, -j | Print raw JSON for tools such as jq |
| --api <url> | Override the market-data API URL (or set IR_API_BASE) |
| --agent <url> | Override the industry-agent API URL (or set IR_AGENT_BASE) |
| --timeout <ms> | Request timeout: 30 seconds by default; 180 seconds for research commands |
| --help, -h | Show help |
| --version, -v | Show version |
$ research-os quote 0700.HK --json | jq .price $ research-os peers NVDA --json | jq -r '.rows[] | "\(.name)\t\(.pe)"' $ research-os weekly > weekly.md