Skip to content

A reference backend for Alpaca's Broker API utilizing Python & FastAPI

License

Notifications You must be signed in to change notification settings

alpacahq/broker-fastapi-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

broker-fastapi-backend

A Python reference backend for Alpaca's Broker API utilizing FastAPI.

Implemented features:

  • Database (PostgreSQL)
  • Accounts API
  • Funding API
  • Plaid API integration
  • Journals API
  • Trading API

How to run the backend server

  1. Start up your database if applicable
  2. Navigate to the root of this project
  3. Run uvicorn backend.main:app --reload
  4. Server will now be running on http://127.0.0.1:8000

About

A reference backend for Alpaca's Broker API utilizing Python & FastAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published