Quickstart

Waiting to make some money? We introduce you to a quick way of building your first prediction model.

Create a Share object

The canonical way of importing bulbea as follows:

>>> import bulbea as bb

Go ahead and create a share object.

>>> share = bb.Share(source = 'YAHOO', ticker = 'GOOGL')