Skip to content

Alpaca implementation for the CyberHead's brokers module

Notifications You must be signed in to change notification settings

TheCyberHead/alpaca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alpaca implementation for the CyberHead's brokers module

Also you can use it as an even easier way to use the Alpaca Api:

from alpaca import Alpaca
broker = Alpaca(API_KEY, API_SECRET, endpoint)

broker.symbol = 'GOOG'
broker.quantity = 10
response = broker.buy()

print(response)

About

Alpaca implementation for the CyberHead's brokers module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages