Skip to content

Trading Algorithm Based on Congressional Trading Data

Notifications You must be signed in to change notification settings

ericz1803/CongressionalTrader

Repository files navigation

CongressionalTrader

Trading Algorithm Based on Congressional Trading Data

Inspired by: https://www.quiverquant.com/congresstrading/

This project automatically deploys to AWS Lambda using serverless and github actions.

Installation

To run locally, first install dependencies:

pip install -r requirements.txt

Then, set get the Alpaca API key from the dashboard and set them as environment variables:

export ALPACA_API_KEY=<YOUR_API_KEY>
export ALPACA_API_SECRET=<YOUR_SECRET_KEY>

Finally, run the script:

python main.py

About

Trading Algorithm Based on Congressional Trading Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages