fb_returns.Rd
A daily dataset (tsibble) of stock price data and returns for Facebook from 2013 through the end of 2016.
fb_returns
A tsibble (index=trading_day) with 1008 rows and 8 variables:
Facebook's ticker ("FB")
a calendar date (2013-01-02--2016-12-30)
opening price (22.99--133.5)
high price for the day (23.09--133.50)
low price for the day (22.67--132.22)
closing price for the day (23.09--133.3)
shares traded for the day (5913100--365457900)
adjusted closing price for the day (22.90--133.28)
daily returns for the trading day (-0.069--0.296)
the trading day (1--1008)