Installation & Quick Start¶
Installation Methods¶
Pre-built Binaries (Recommended)¶
The fastest way to get started. Pre-compiled binaries are available for Linux, macOS, and Windows.
Linux/macOS:
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Verdenroz/finance-query/releases/latest/download/finance-query-cli-installer.sh | sh
Windows (PowerShell):
powershell -c "irm https://github.com/Verdenroz/finance-query/releases/latest/download/finance-query-cli-installer.ps1 | iex"
macOS (Homebrew):
From Cargo¶
Install from crates.io (requires Rust):
From Source¶
Build from source:
git clone https://github.com/Verdenroz/finance-query
cd finance-query/finance-query-cli
cargo install --path .
Verify Installation¶
Quick Start¶
Get a stock quote:
View multiple quotes:
Stream live prices:
View an interactive chart:
Launch the dashboard:
For detailed help, run:
Data Storage¶
The CLI stores alerts, watchlists, and configuration in:
- Linux/macOS:
~/.local/share/fq/ - Windows:
%APPDATA%\fq\