ttrc | R Documentation |
Historical Open, High, Low, Close, and Volume data for the periods January 2, 1985 to December 31, 2006. Randomly generated.
The format is:
Date: | Class 'Date' | 5480 5481 5482 5485 5486 ... |
Open: | num | 3.18 3.09 3.11 3.09 3.10 ... |
High: | num | 3.18 3.15 3.12 3.12 3.12 ... |
Low: | num | 3.08 3.09 3.08 3.07 3.08 ... |
Close: | num | 3.08 3.11 3.09 3.10 3.11 ... |
Volume: | num | 1870906 3099506 2274157 2086758 2166348 ... |
These data do not represent an actual security. They are provided so examples do not necessitate an internet connection.
Randomly generated.
data(ttrc)
plot(tail(ttrc[,"Close"],100), type="l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.