| gafa_stock | R Documentation | 
Historical stock prices from 2014-2018 for Google, Amazon, Facebook and Apple. All prices are in $USD.
Time series of class tsibble
gafa_stock is a tsibble containing data on irregular trading days:
| Open: | The opening price for the stock. | 
| High: | The stock's highest trading price. | 
| Low: | The stock's lowest trading price. | 
| Close: | The closing price for the stock. | 
| Adj_Close: | The adjusted closing price for the stock. | 
| Volume: | The amount of stock traded. | 
Each stock is uniquely identified by one key:
| Symbol: | The ticker symbol for the stock. | 
Yahoo Finance historical data
library(tsibble) gafa_stock
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.