Keep track of the stock market with Google Sheets
Google Sheets is an extremely flexible and useful online spreadsheet tool, combining settings and calculating data in spreadsheets. Not only does it perform calculations, make statistical lists, but it also possesses a feature that few people know about, which is to monitor the stock value over time, constantly updated.
Accordingly, Google Sheets owns a convenient function called GOOGLEFINANCE, which allows you to track the status and every stock market fluctuations in real time. First you need to get the stock code (the code representing a specific stock, in English called the ticker symbol) that you want to track. For example, Apple's stock symbol is AAPL, Microsoft's stock is MSFT.
To facilitate the tracking, you create a stock code table corresponding to each company that you want to track, such as the following:

In Google Sheets, we can use the function = GOOGLEFINANCE to enter stock data. To get started, just click a cell and enter the function. There is no need to enter the full company name for each stock symbol. Here is the formula we will use:
=GOOGLEFINANCE('mã cổ phiếu',"name")
In the example below, we use the formula in cell A2 to match "Volkswagen AG" with the stock symbol VLKAY. Then, simply drag the formula down to get the corresponding company name for each stock ticker.

Current stock value
To get information about the stock price you want to track at the moment, use the following function:
=GOOGLEFINANCE('mã cổ phiếu',"price")
You can enter the stock symbol you want to track in parentheses or click on a cell containing the stock symbol in the list above. In the screenshot below, you will see the formula syntax is used. Once the results are out, simply scroll down to get the stock price for each company.

This is the current share price, and will be constantly updated by Google Sheets.
Get stock value information from a specific time period
To retrieve information about stock values from a specific time period in the past (from day to day), simply use this formula:
GOOGLEFINANCE('mã cổ phiếu', 'price' , 'ngày_tháng_bắt_đầu', 'ngày_kết_thúc|số_ngày', [DAILY])
Such as:
=GOOGLEFINANCE("F", "price", DATE(2017,1,1), DATE(2017,2,11), "DAILY")
In which, 'F' is a stock code of Ford, 'price' is the stock value, the next 2 values are the start date and end date (year, month, day), DAILY is the value calculated according to day. We have the following table:

Now, you have a list of stock prices at a given time.
You should read it
- How to align spreadsheets before printing on Google Sheets
- How to count words on Google Sheets
- 30+ useful Google Sheets functions
- How to enter 0 in Google Sheets
- How to create a phone number can be called on Google Sheets
- How to view editing history on Google Sheets
- 6 useful functions in Google Sheets you may not know yet
- How to fix Google Sheets not allowing scrolling
May be interested
- 6 useful functions in Google Sheets you may not know yetin this article, i will show you 6 useful functions for the google sheets spreadsheet that you should know such as vlookup, countif, sumif, join, index, ... in addition, you can refer to the functions. and other tips follow the link in the post.
- How to fix Google Sheets not allowing scrollinggoogle sheets is a free and easy to use spreadsheet application that works right out of the box. however, sometimes users face some glitches.
- How to count words on Google Sheetson google sheets, to count the number of words in each cell, users can use the formula with the counta function.
- How to set up the right to edit spreadsheets on Google Sheetswhen working on google sheets online, if you want to restrict editing of certain column or row data areas, you can set editing rights on google sheets.
- How to insert Google Sheets charts into Google Docsinserting google sheets charts and google docs text content makes it easier for users to track content.
- How to write notes, comments on Google Sheetson google sheets has a comment writing feature, notes in the data box can help users understand the content while working online with many people.
- How to insert checkboxes on Google Sheetsadding checkboxes to optional list data on google sheets makes it easier for users to manage content.
- 5 Google Sheets features you should knowyou may be familiar with the basic concepts of google sheets, but google spreadsheets have many great features you may not know. this article will introduce you to 5 useful features of google sheets.
- How to convert Google Sheets to PDFgoogle sheets is indeed a useful online tool, but it's not always the best spreadsheet presentation. for this, a pdf file may be a better choice.
- How to perform simultaneous searches in multiple Google Sheetsneed to search in multiple google sheets sheets at once? this sounds complicated, but it's actually very simple.