Portfolio Tracking Spreadsheet

Discuss all general (i.e. non-personal) investing questions and issues, investing news, and theory.
Post Reply
Topic Author
tweet737
Posts: 22
Joined: Fri Feb 24, 2017 8:48 am

Portfolio Tracking Spreadsheet

Post by tweet737 »

I built a Google Sheets spreadsheet to track/manage my portfolio.

I am finding the price that populates from Google Finance is often different than what is shown on my online account at my custodians (Schwab/Vanguard).

This is the formula I am using:

=GOOGLEFINANCE(C10, "price")

I realize that while the market is open, the price will change. However, after market close, shouldn't the prices be the same?

As I tried to research this my understanding is that Google Finance is no longer supported. Should I be using a different site from which to pull prices for my spreadsheet?

Looking for wisdom and recommendations.

Thanks
User avatar
gatorking
Posts: 1356
Joined: Tue Feb 20, 2007 5:15 pm
Location: MA

Re: Portfolio Tracking Spreadsheet

Post by gatorking »

Are you looking at prices of ETFs, stocks or mutual funds?
To get price I use =GOOGLEFINANCE(C10)
Topic Author
tweet737
Posts: 22
Joined: Fri Feb 24, 2017 8:48 am

Re: Portfolio Tracking Spreadsheet

Post by tweet737 »

Mutual Funds.
mudd
Posts: 94
Joined: Fri Mar 11, 2016 2:06 pm

Re: Portfolio Tracking Spreadsheet

Post by mudd »

interesting!

I was vaguely aware of googlesheets ability to pull stock price... but I built my tracking sheets in excel and manually update price at close every day. Doesn't take but a minute and I enjoy it.
Hydromod
Posts: 924
Joined: Tue Mar 26, 2019 10:21 pm

Re: Portfolio Tracking Spreadsheet

Post by Hydromod »

mudd wrote: Fri Feb 03, 2023 12:07 pm interesting!

I was vaguely aware of googlesheets ability to pull stock price... but I built my tracking sheets in excel and manually update price at close every day. Doesn't take but a minute and I enjoy it.
If you have microsoft 365, you can define a stock data type and get a variety of things about each asset (price, ER, etc.)
BBurki
Posts: 86
Joined: Fri Jan 07, 2022 10:47 am

Re: Portfolio Tracking Spreadsheet

Post by BBurki »

I use a Google Docs spreadsheet with the GOOGLEFINANCE function and it works great. For ETFs it will update throughout the day. But for mutual funds it appears to only update once per day, which seems reasonable for non-ETF funds.
rossington
Posts: 1327
Joined: Fri Jun 07, 2019 2:00 am
Location: Florida

Re: Portfolio Tracking Spreadsheet

Post by rossington »

Hydromod wrote: Fri Feb 03, 2023 12:43 pm
mudd wrote: Fri Feb 03, 2023 12:07 pm interesting!

I was vaguely aware of googlesheets ability to pull stock price... but I built my tracking sheets in excel and manually update price at close every day. Doesn't take but a minute and I enjoy it.
If you have microsoft 365, you can define a stock data type and get a variety of things about each asset (price, ER, etc.)
This template available in microsoft 365 pretty much does it all:
https://templates.office.com/en-us/inve ... a%20source.
"Success is going from failure to failure without loss of enthusiasm." Winston Churchill.
bgf
Posts: 2002
Joined: Fri Nov 10, 2017 8:35 am

Re: Portfolio Tracking Spreadsheet

Post by bgf »

I’ve used google sheets for years to track my portfolio. ETFs are delayed 15-20minutes and mutual funds update sometime overnight. If you want to see your accurate portfolio value with mutual funds it has to be in the morning before market opens.

My portfolio is a mix of mutual funds and etfs so it changes during the day due to etfs while mutual funds aren’t updated til overnight.

Is this your problem? Otherwise it can’t be anything other than cash balances and number of shares that is off.
“TE OCCIDERE POSSUNT SED TE EDERE NON POSSUNT NEFAS EST"
acegolfer
Posts: 2889
Joined: Tue Aug 25, 2009 9:40 am

Re: Portfolio Tracking Spreadsheet

Post by acegolfer »

tweet737 wrote: Fri Feb 03, 2023 10:51 am As I tried to research this my understanding is that Google Finance is no longer supported.
Can you share the link? My spreadsheet uses =GOOGLEFINANCE( ) and I haven't noticed any changes lately.
dcabler
Posts: 3033
Joined: Wed Feb 19, 2014 10:30 am
Location: Austin, TX

Re: Portfolio Tracking Spreadsheet

Post by dcabler »

Hydromod wrote: Fri Feb 03, 2023 12:43 pm
mudd wrote: Fri Feb 03, 2023 12:07 pm interesting!

I was vaguely aware of googlesheets ability to pull stock price... but I built my tracking sheets in excel and manually update price at close every day. Doesn't take but a minute and I enjoy it.
If you have microsoft 365, you can define a stock data type and get a variety of things about each asset (price, ER, etc.)
Works for Excel 2021 as well, by the way. I use it all the time.

Cheers.
rolandtorres
Posts: 151
Joined: Sat Jan 09, 2016 7:44 pm

Re: Portfolio Tracking Spreadsheet

Post by rolandtorres »

googlefinance should work but you can scrape it from marketwatch too:

https://stackoverflow.com/questions/737 ... gle-sheets
User avatar
JupiterJones
Posts: 3544
Joined: Tue Aug 24, 2010 3:25 pm
Location: Nashville, TN

Re: Portfolio Tracking Spreadsheet

Post by JupiterJones »

gatorking wrote: Fri Feb 03, 2023 11:00 am Are you looking at prices of ETFs, stocks or mutual funds?
To get price I use =GOOGLEFINANCE(C10)
Right. "Price" is the default attribute, so one can specify it in the formula or not.

As others have mentioned, there is a bit of a delay before the results of this formula "catch up" with other sources. Apparently can view the current delay using =GOOGLEFINANCE(C10, "datadelay") but I don't think I've ever gotten that to work.
"All of this has happened before, and all of this will happen again."
Post Reply