Get all returns (daily, monthly, annual) for ticker

get_returns_all(df, ticker)

Arguments

df

A data frame containing date and prices with name adjusted.

ticker

A single character string containing the ticker.

Value

A data frame containing daily, monthly and annual returns.