TSLA {StockDistFit}R Documentation

Tesla Inc. Stock Prices Dataset

Description

This dataset contains the daily stock prices of Tesla, Inc. (TSLA) from January 2, 2013 to May 6, 2023. The data includes the open, high, low, and close prices, as well as the volume and adjusted close price. ~~

Usage

data("TSLA")

Format

A data frame with 2599 observations on the following 7 variables.

Open

a numeric vector

High

a numeric vector

Low

a numeric vector

Close

a numeric vector

Volume

a numeric vector

Adjusted

a numeric vector

Date

a character vector

References

Data source: Yahoo Finance

Examples

data(TSLA)
str(TSLA) ; plot(TSLA)

[Package StockDistFit version 1.0.0 Index]