Description Usage Arguments Value Examples
Calculates daily percentage change of a stock price within a given period of time
1 | percent_change(stock_ticker, start_date, end_date)
|
stock_ticker |
A string related to ticker of the stock or ETF, such as "AAPL" |
start_date |
A date in string format of "YYYY-MM-DD" related to start of data extraction |
end_date |
A date in string format of "YYYY-MM-DD" related to end of data extraction |
A data frame with dates and their corresponding stock price percentage changes
1 | percent_change("AAPL", "2017-01-01", "2017-01-10")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.