Stock Return Seven Days

Returns the percentage price return for a stock over the past 7 days. This is calculated from 8 days ago to yesterday's close.

What is Calculated

The function calculates:

  • Start: Close price from 8 days ago
  • End: Close price from yesterday
  • Return: (End - Start) / Start

Parameters

Parameter Required Description
Symbol Yes Stock ticker symbol

Notes

  • Returns are expressed as decimals (0.05 = 5% gain)
  • Negative values indicate a decline
  • Based on closing prices

Examples

Apple 7-day return
Microsoft 7-day return
S&P 500 ETF 7-day return
Symbol from cell
=StockReturnSevenDays("AAPL") * 100
Convert to percentage

When to Use

  • Short-term performance tracking
  • Weekly momentum analysis
  • Comparing recent price movements
  • Screening for weekly movers
  • Quick performance snapshots

When NOT to Use

Scenario Use Instead
Need 15-day return StockReturnFifteenDays()
Need 30-day return StockReturnThirtyDays()
Need 3-month return StockReturnThreeMonths()
Need 1-year return StockReturnOneYear()
Need custom dates StockReturn()

Common Issues & FAQ

Q: Why am I getting "NA"? A: Check that:

  • The symbol is valid
  • The stock has been trading for at least 8 days
  • Market data is available for the period

Q: How do I convert to percentage? A: Multiply by 100: =StockReturnSevenDays("AAPL") * 100

Q: What time period exactly is used? A: The return is calculated from Today-8 days to Today-1 day (yesterday's close).

Get Access to 1 Billion Usable Market data points IN YOUR EXCEL SHEETS WITH EASY TO USE EXCEL FUNCTIONS

Get started today
MarketXLS Excel Add-in Tutorial - How to Use Stock Return Seven Days and Other Financial Formulas
How does MarketXLS work?