https://github.com/secapi-ai/homebrew-tap
Homebrew tap for SEC API command-line tools
https://github.com/secapi-ai/homebrew-tap
Last synced: 9 days ago
JSON representation
Homebrew tap for SEC API command-line tools
- Host: GitHub
- URL: https://github.com/secapi-ai/homebrew-tap
- Owner: secapi-ai
- Created: 2026-05-21T18:09:05.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2026-05-23T08:43:35.000Z (27 days ago)
- Last Synced: 2026-05-23T10:34:22.160Z (26 days ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SEC API Homebrew Tap
Official Homebrew tap for SEC API command-line tools.
## Install
```bash
brew tap secapi-ai/tap
brew install secapi
```
## Verify
```bash
secapi --help
```
## Use
```bash
export SECAPI_API_KEY="your-api-key"
secapi entities resolve --ticker AAPL --json
secapi filings latest --ticker AAPL --form 10-K --json
secapi statements get --ticker AAPL --statement all --period annual --json
```
The formula installs the published npm package `@secapi/cli` and exposes the `secapi` binary.