The Bigdata CLI is a command-line interface to the Bigdata.com REST API. It lets agents and developers query Bigdata Services from the terminal, pipe results into other tools, and orchestrate workflows in scripts or CI. Coding agents and automation pipelines work natively with shell commands. The Bigdata CLI exposes Bigdata Services in a form agents can call, parse, and compose without writing any HTTP client code, making it straightforward to ground agent workflows in premium financial content. It currently supports the Search and Knowledge Graph endpoints, with more services coming soon.Documentation Index
Fetch the complete documentation index at: https://docs.bigdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Get started
Installation
The CLI is published on PyPI as Two entry points are available after installation:
bigdata-cli.bigdata (full name) and bd (short alias).Create an API Key
You can create your API Key in the Developer Platform > API Keys.

Configure the API Key
Run the interactive configuration command, which prompts for your key and profile:For CI or scripts, configure non-interactively:Or set the key via environment variable instead: