Stream SEC Filings in Real-Time in Your Terminal Console
Before you start, make sure to install Node.js. Type npm -v
in your command line (aka terminal) to check if it is installed.
If not installed type brew install node
.
Type in your command line:
npm install sec-api -g
to install the streaming client. Then type
sec-api YOUR_API_KEY
Replace YOUR_API_KEY
with your API key.
Done! A new filing is printed in your command line as soon as it is published on SEC EDGAR.