STOCKHISTORY function - Microsoft Support (2024)

Excel for Microsoft 365 Excel for Microsoft 365 for Mac Excel for the web More...Less

The STOCKHISTORY function retrieves historical data about a financial instrument and loads it as an array, which will spill if it's the final result of a formula. This means that Excel will dynamically create the appropriate sized array range when you press ENTER.

Important:The STOCKHISTORY function requires a Microsoft 365 Personal, Microsoft 365 Family, Microsoft 365 Business Standard, or Microsoft 365 Business Premium subscription.

Technical details

Syntax

=STOCKHISTORY(stock, start_date, [end_date], [interval], [headers], [property0], [property1], [property2], [property3], [property4], [property5])

The STOCKHISTORY function syntax has the following arguments:

Argument

Description

stock

Function returns historical price data about the financial instrument corresponding to this value. Enter a ticker symbol in double quotes (e.g., "MSFT") or a reference to a cell containing the Stocks data type. This will pull data from the default exchange for the instrument. You can also refer to a specific exchange by entering a 4-character ISO market identifier code (MIC), followed by a colon, followed by the ticker symbol (e.g., "XNAS:MSFT"). Learn more about our data sources.

start_date

The earliest date for which data is retrieved. Note that if interval is not 0 (daily), the first data point maybe earlier than the start_date provided - it will be the first date of the period requested.

end_date

Optional. The latest date for which data will be retrieved. Default is start_date.

interval

Optional. Specifies the interval each data value represents as follows:

0 = daily,
1 = weekly,
2 = monthly.

Default is 0.

headers

Optional. Specifies whether to display headings as follows:

0 = no headers,
1 = show headers,
2 = show instrument identifier and headers.

Default is 1 (i.e, show headers). When included, headers are rows of textthat are part of the array returned from the function.

property0 - property5

Optional. The columns that are retrieved for each stock as follows:

0 = Date,
1 = Close,
2 = Open,
3 = High,
4 = Low,
5 = Volume.

If any of them is present, only the indicated columns are returned in the order provided. Default is 0,1 (i.e., Date and Close).

Notes

  • The STOCKHISTORY function does not stamp a format on the cells that it spills into. If you delete the formula, the cells that it filled have the General format.

  • When you enter the property arguments, you type a number for each property 0 through 5, in the order you want to see them. The value you enter for each property corresponds to the property number. For example, to include Date, Open, and Close, enter 0,2,1. These properties are defined as follows:

    Value

    Property

    Definition

    Date

    If interval is daily or weekly, the first valid trading day in the period.
    If interval is monthly, the first day of the month, regardless of if it was a trading day.

    1

    Close

    Closing price on the last trading day in the period

    2

    Open

    Opening price on the first trading day in the period

    3

    High

    Highestday’s high in the period

    4

    Low

    Lowestday’s low in the period

    5

    Volume

    Number of shares traded during the period

Tips

  • If you want to get the highest high over a 3-month period, it is faster to use a monthly interval than a daily or weekly interval. For example, =MAX(STOCKHISTORY("XNAS:MSFT", "1/1/2022", "3/1/2022", 2, 0, 3)) will calculate the maximum value of 3 datapoints (one for each month), data only with no headers, for the highest trading value for each month. If instead the formula used a weekly or daily interval, you would get the same result but there would be many more datapoints used in the calculation which can lead to reduced performance.

  • If you want to see a 52-week high or low, it is often faster to use aStocks data type, which has those properties readily available. For example, convert "xnas:msft" to a stock data type in cell A1, and in cell B1 you can write the formula =A1.[52 week high] to get the value. You can also configure your workbook to automatically refresh that value as described here.

  • STOCKHISTORY, in showing historical data, generally only updates after a trading day completes. This means that you cannot use STOCKHISTORY to get data for today's trading details until after the market has closed or after the day has completed depending on the market.

  • If you use STOCKHISTORY with a function that automatically updates (like TODAY) and if your workbook has automatic calculation enabled, then STOCKHISTORY will automatically refresh the data when you open the workbook. This update will happen in the background, and you can edit your workbook as desired while this update is underway. If yourworkbook uses large number of STOCKHISTORY function calls, this background update will continue as long as needed to update the data. You may close yourworkbook at any time during this process if you wish.

Need more help?

Want more options?

Discover Community

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

STOCKHISTORY function - Microsoft Support (1)

Microsoft 365 subscription benefits

STOCKHISTORY function - Microsoft Support (2)

Microsoft 365 training

STOCKHISTORY function - Microsoft Support (3)

Microsoft security

STOCKHISTORY function - Microsoft Support (4)

Accessibility center

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

STOCKHISTORY function - Microsoft Support (5)

Ask the Microsoft Community

STOCKHISTORY function - Microsoft Support (6)

Microsoft Tech Community

STOCKHISTORY function - Microsoft Support (2024)
Top Articles
Latest Posts
Article information

Author: Aron Pacocha

Last Updated:

Views: 6055

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Aron Pacocha

Birthday: 1999-08-12

Address: 3808 Moen Corner, Gorczanyport, FL 67364-2074

Phone: +393457723392

Job: Retail Consultant

Hobby: Jewelry making, Cooking, Gaming, Reading, Juggling, Cabaret, Origami

Introduction: My name is Aron Pacocha, I am a happy, tasty, innocent, proud, talented, courageous, magnificent person who loves writing and wants to share my knowledge and understanding with you.