Stock History not working since 09/04/2026

Gustafson, Dennis 35 Reputation points
2026-09-10T13:55:27.9166667+00:00

Formula that works:

=STOCKHISTORY("MSFT",DATE(2026,9,4),DATE(2026,9,4),0,0,1)

Formula that fails:

=STOCKHISTORY("MSFT",DATE(2026,9,8),DATE(2026,9,8),0,0,1)

Error:

"The days between start_date and end_date are non trading days"

Additional observations:

  • Issue occurs with all tested tickers.
  • Historical dates prior to 9/4/2026 return correctly.
  • Dates 9/8/2026 and 9/9/2026 return the error.
Microsoft 365 and Office | Excel | Other | Other

Answer accepted by question author
Thomas4-N 21,930 Reputation points Microsoft External Staff Moderator
2026-09-11T07:17:00.1333333+00:00

Hello Gustafson, Dennis,

A few other threads this week describe the exact same cutoff at 9/4/2026:

Given how many independent reports line up on the same date, this looks like a service/data-provider side issue rather than anything in your workbook or formula.

Best step for now is go to Help > Send Feedback in Excel and report it (mentioning the exact dates missing) so it reaches the product team directly.

Was this answer helpful?

9 people found this answer helpful.

5 additional answers

Sort by: Oldest
  1. John 0 Reputation points
    2026-09-16T23:26:24.93+00:00

    Here's what worked for me (not clear why a reboot would work for others):

    1. Make sure the stock ticker is in a cell rather than embedded in the formula.
    2. Highlight the cell containing the stock ticker symbol.
    3. Go to the data menu, and select Stocks. This looks up the ticker, and resolves which exchange the quotes come from. If there's a conflict select one.

    There's a nice little data type card associated with the resolved ticker that's available with a right click.

    Using the "MSFT" example: Be careful to select from NASDAQ, SIX (Swiss), or Santiago. Other tickers may resolve directly/automatically.

    Alternatively, replace your hardcoded references like "MSFT" with "XNAS:MSFT"

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.