CLI for querying SEC-registered financial advisor data from IAPD and FINRA BrokerCheck
Project description
advisorfinder-cli
Terminal CLI for searching SEC-registered financial advisors. Data sourced from the SEC Investment Adviser Public Disclosure (IAPD) database.
Install
pip install advisorfinder-cli
Usage
# Search by name
advisorfinder search "Joseph Montgomery" --state VA
# Full profile
advisorfinder lookup 3034796
# Quick safety check
advisorfinder verify 3034796
# Firm overview
advisorfinder firm 133640
# Database stats
advisorfinder stats
# Advisors with complaints in California
advisorfinder disclosures --type customer_complaint --state CA
# JSON output (for scripting)
advisorfinder lookup 3034796 --json | jq '.risk_level'
macOS SSL Note
If you see a certificate error on macOS, run:
export SSL_CERT_FILE=/private/etc/ssl/cert.pem
advisorfinder stats
Or add it to your shell profile (~/.zshrc or ~/.bash_profile) to make it permanent.
Data
Data is sourced from the SEC IAPD database, updated weekly. Always verify important information at:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file advisorfinder_cli-1.0.0.tar.gz.
File metadata
- Download URL: advisorfinder_cli-1.0.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8888ebba0647c2b7e26d04fef952e88c89f962e14668a878e95ea18b461ad333
|
|
| MD5 |
62941e7783ebab2d14d2750085767608
|
|
| BLAKE2b-256 |
e2411502f9b58c6daafa95fc66f1d6669c4cb95070403438173d21508d27d6d7
|
File details
Details for the file advisorfinder_cli-1.0.0-py3-none-any.whl.
File metadata
- Download URL: advisorfinder_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f5ed425e1f2752baf04efaeb77b997ce3a90abbbf7bee0c181ee595e83c9ad1
|
|
| MD5 |
0290105ea7586ed3ef531351c8aa5c50
|
|
| BLAKE2b-256 |
035a3b2ac069d2ffb88ad1ba485018c9240c17db6b3e87bcb8700d649e1a15cd
|