Skip to main content

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.

2026-05-22
Beta
Bigdata CLI Beta releaseThe Bigdata CLI is now available in Beta. It is a command-line interface to the Bigdata.com REST API that lets agents and developers query Bigdata Services from the terminal, pipe results into other tools, and orchestrate workflows in scripts or CI.This first release supports the Search and Knowledge Graph endpoints, with more services coming soon.Key capabilities:
  • Search: Run searches across news, filings, and transcripts, aggregate volume over time, and explore co-mentioned entities.
  • Knowledge Graph: Discover entities with fuzzy search (bigdata find) or resolve known identifiers like ISIN, CUSIP, or ticker (bigdata resolve).
  • Composable: Output structured JSON for piping into jq and other shell tools, making it natural to chain commands.
  • Two entry points: Available as bigdata (full name) and bd (short alias) after installation.
Install via PyPI as bigdata-cli, then run bigdata configure to set up your API key.We’d love to hear about your use cases: where you’re using the CLI, and any frictions you run into. Reach out at support@bigdata.com to help us shape what comes next.See the Bigdata CLI introduction for installation and a quick tour of the commands.