Historical Pricing

Examples

A year’s worth of historical prices can be retrieved using this example:

company = tradier.company(symbol='AAPL')
history = company.history(interval='daily', start='2011-1-1', end='2012-1-1')
print history.high()