Quickstart
Install
$ pip install barbucket
For more details on installing Barbucket, see installation
Sync contracts to listing
$ barbucket contracts sync-listing --type STOCK --exchange NYSE
For more details on syncing contracts to an exchange listing, see Synchronize contracts
Create trading universe
$ barbucket universes create --name my_universe --contract_ids 1,2,3
For more details on trading universes, see Universes
Download quotes
$ barbucket quotes download --universe my_universe
For more details on downloading quotes, see Quotes