Skip to content

JLXIA/alpaca-algo-trading-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

alpaca-algo-trading-utils

Description

This is a collection of commonly used features of the Alpaca trading API.
See src folder for code.

Setup & Usage

git clone https://github.com/alpaca-trade-api/alpaca-algo-trading-utils.git
cd alpaca-algo-trading-utils/src
python3 -m venv virt_env
. virt_env/bin/activate
pip install -r requirements.txt
cp credentials_template.json credentials.json
# put API keys from Alpaca Web App into credentials.json
# run any of the scripts in src folder, example:
python3 get_account_details.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%