Stock Return Thirty Days
LiveThe return is calculated on the closing prices for the given calendar days. The value gets updated everyday at around 5PM EST. Can be used to retrieve total return or price return.
How calculated | (Previous Closing Price/Closing price on the given past x day )-1 |
Example usage | =StockReturnThirtyDays("MSFT") - Returns the total stock return for MSFT for the given period =StockReturnThirtyDays("MSFT","total") - Returns the total stock return for MSFT for the given period =StockReturnThirtyDays("MSFT","price) - Returns the price return for MSFT for the given period |
Assets | Stocks, ETFs ,Mutual Funds, Cryptocurrencies |