What software do you use to keep track of your pp ?

General Discussion on the Permanent Portfolio Strategy

Moderator: Global Moderator

User avatar
Marc De Mesel
Executive Member
Executive Member
Posts: 184
Joined: Wed Feb 16, 2011 5:33 am
Location: Europe

What software do you use to keep track of your pp ?

Post by Marc De Mesel »

Hi all,

I'm using a simple excell sheet from google docs to keep track of my pp's performance.

What do you guys use to keep track of your portfolio?

Also, now I always have to update the valuations of the different assets by going to internet pages. If I would use portfolio software this would be automatic, does anybody use more advanced portfolio software?

Thank you all for this forum, it's wonderful.
"We think, the more people on earth, the less we each have. But it's exactly the opposite, the more people, the more resources we all have!" - Julian Simon, The Ultimate Resource 2
User avatar
AdamA
Executive Member
Executive Member
Posts: 2336
Joined: Sun Jan 23, 2011 8:49 pm

Re: What software do you use to keep track of your pp ?

Post by AdamA »

I think Excel is good.  I use the XIRR function to track my returns. 
"All men's miseries derive from not being able to sit in a quiet room alone."

Pascal
User avatar
MediumTex
Administrator
Administrator
Posts: 9096
Joined: Sun Apr 25, 2010 11:47 pm
Contact:

Re: What software do you use to keep track of your pp ?

Post by MediumTex »

I have an Excel spreadsheet that keeps up with everything, including tracking the percentages and translating PRPFX into HB PP terms.

If you want more information about how I translate PRPFX into a larger HB PP i did a few long posts in the BH thread describing how I disassembled PRPFX and categorized it for purposes of using it within a traditional HB PP.
Q: “Do you have funny shaped balloons?”
A: “Not unless round is funny.”
User avatar
Storm
Executive Member
Executive Member
Posts: 1652
Joined: Tue Aug 24, 2010 1:04 pm

Re: What software do you use to keep track of your pp ?

Post by Storm »

If you use Google Docs, I found a neat way to import the current share price so your spreadsheet is always up to date:

Code: Select all

=IMPORTXML(CONCATENATE("http://www.google.com/search?q="; B2); CONCATENATE("//*[(@id = '"; B2; "_l')]"))
If B2 is the cell that has your ticker symbol, like VTI, for example, this will work.
"I came here for financial advice, but I've ended up with a bunch of shave soaps and apparently am about to start eating sardines.  Not that I'm complaining, of course." -ZedThou
MadMoneyMachine

Re: What software do you use to keep track of your pp ?

Post by MadMoneyMachine »

Google Docs spreadsheet is the way to go. This function:

=GoogleFinance(A6)

will return a recent trade price for the ticker symbol in cell A6. And this function:

=Googlefinance(A6, "closeyest")

will return yesterday's closing price. Then of course you can compare the two to get today's change. For mutual funds you can also do:

=GoogleFinance(A10,"changepct")*1%

I also borrowed someone's treasury calculation spreadsheet to automatically pull those values in for 30yr bonds. - pretty complicated and not 100% uptime.

The single page shows me:
* my total invested
* total and percentage change from yesterday, color-coded
* total and percentage change YTD
* percentage in each investment
* expenses paid by each investment and in total

It does not show very well the dates of purchase and total capital gains for tax purposes.
It does not compute the bullion price of gold.

It is good enough. Now I am trying to build up the amount of time between when I look at it. I almost went a whole day, but that was the day the market crashed 2% or so, so I had to look. I'd like to get up to a week.
User avatar
Storm
Executive Member
Executive Member
Posts: 1652
Joined: Tue Aug 24, 2010 1:04 pm

Re: What software do you use to keep track of your pp ?

Post by Storm »

Thanks for the tips, MadMoney, =GoogleFinance(A6) is way easier than the way I was doing it.
"I came here for financial advice, but I've ended up with a bunch of shave soaps and apparently am about to start eating sardines.  Not that I'm complaining, of course." -ZedThou
Reub
Executive Member
Executive Member
Posts: 3158
Joined: Fri Jan 21, 2011 5:44 pm

Re: What software do you use to keep track of your pp ?

Post by Reub »

"If you want more information about how I translate PRPFX into a larger HB PP i did a few long posts in the BH thread describing how I disassembled PRPFX and categorized it for purposes of using it within a traditional HB PP."

MT, I would love to find that as I have all of my PP in PRPFX. Any idea about when you posted that on BH?
User avatar
MediumTex
Administrator
Administrator
Posts: 9096
Joined: Sun Apr 25, 2010 11:47 pm
Contact:

Re: What software do you use to keep track of your pp ?

Post by MediumTex »

Reub wrote: "If you want more information about how I translate PRPFX into a larger HB PP i did a few long posts in the BH thread describing how I disassembled PRPFX and categorized it for purposes of using it within a traditional HB PP."

MT, I would love to find that as I have all of my PP in PRPFX. Any idea about when you posted that on BH?
Try searching for "Swiss Franc" under my posts.  That will probably get you there.
Q: “Do you have funny shaped balloons?”
A: “Not unless round is funny.”
Pres
Full Member
Full Member
Posts: 74
Joined: Sun Apr 25, 2010 10:07 pm
Location: Eurozone

Re: What software do you use to keep track of your pp ?

Post by Pres »

Neat tricks!

Is there also a simple way to create a spreadsheet that doesn't just replace the old values with the latest ones, but automatically maintains a list of all previous values?
Pres
Full Member
Full Member
Posts: 74
Joined: Sun Apr 25, 2010 10:07 pm
Location: Eurozone

Re: What software do you use to keep track of your pp ?

Post by Pres »

Clive wrote: Peter Ponzo used to run a web site called gummy stuff, but has since dropped maintaining that web site. Someone however copied the content to the financial webring so its all still available at http://www.financialwebring.org/gummy-s ... _stuff.htm

There's a whole wealth of Excel spreadsheets that you can use or modify including some for maintaining a portfolio and download current prices etc.

This is one of several examples http://www.financialwebring.org/gummy-s ... racker.htm
That was fast. Thanks!

He doesn't do things the way I hoped, but there's plenty of inspiration to be found in his files for slapping something together myself. :)
fnord123
Executive Member
Executive Member
Posts: 233
Joined: Sun Apr 25, 2010 9:33 pm

Re: What software do you use to keep track of your pp ?

Post by fnord123 »

Google Spreadsheets works great for me. I use it to:
* Get current prices of stocks (via the GoogleFinance()) function
* Get current buy prices on metals from several online PM companies (via the importhtml() table scraping function)
* Calculate current value on my various 30 year treasury holdings (using the price() function)
* Calculate the average return, both of individual assets, and of the PP as a whole (using the XIRR() function)

The nice part about using Google Spreadsheets is I can view my PP from anywhere I have a web browser, from my phone for instance.
User avatar
Pkg Man
Executive Member
Executive Member
Posts: 401
Joined: Mon Apr 26, 2010 7:58 pm

Re: What software do you use to keep track of your pp ?

Post by Pkg Man »

fnord123 wrote: Google Spreadsheets works great for me. I use it to:
* Get current prices of stocks (via the GoogleFinance()) function
* Get current buy prices on metals from several online PM companies (via the importhtml() table scraping function)
* Calculate current value on my various 30 year treasury holdings (using the price() function)
* Calculate the average return, both of individual assets, and of the PP as a whole (using the XIRR() function)

The nice part about using Google Spreadsheets is I can view my PP from anywhere I have a web browser, from my phone for instance.
+1 for Google.
"Machines are gonna fail...and the system's gonna fail"
User avatar
6 Iron
Executive Member
Executive Member
Posts: 339
Joined: Sun Apr 25, 2010 11:12 pm

Re: What software do you use to keep track of your pp ?

Post by 6 Iron »

There is a downside to some of these solutions: the easier it is to assess your total returns, the more often you will check them. And the more susceptible you may be to market timing and deviating from the PP, particularly when our return is lagging a conventional benchmark.
User avatar
MediumTex
Administrator
Administrator
Posts: 9096
Joined: Sun Apr 25, 2010 11:47 pm
Contact:

Re: What software do you use to keep track of your pp ?

Post by MediumTex »

6 Iron wrote: There is a downside to some of these solutions: the easier it is to assess your total returns, the more often you will check them. And the more susceptible you may be to market timing and deviating from the PP, particularly when our return is lagging a conventional benchmark.
You mean you don't think people are just using these tools to look in on things once a year?  :D
Q: “Do you have funny shaped balloons?”
A: “Not unless round is funny.”
User avatar
Storm
Executive Member
Executive Member
Posts: 1652
Joined: Tue Aug 24, 2010 1:04 pm

Re: What software do you use to keep track of your pp ?

Post by Storm »

6 Iron wrote: There is a downside to some of these solutions: the easier it is to assess your total returns, the more often you will check them. And the more susceptible you may be to market timing and deviating from the PP, particularly when our return is lagging a conventional benchmark.
Right, MadMoneyMachine's comment about trying not to check too often is particularly prescient.  I find that when I am caught up in my work I don't pay as much attention to my portfolio, which overall is a good thing.  Of course, it's also bad to find out that your portfolio dropped 1-2% on a day you weren't watching it.  I'm still trying to figure out what the right thing to do is there.  Perhaps check less often; most of the time a 1-2% drop is followed by a 2-3% gain in less than a week.
"I came here for financial advice, but I've ended up with a bunch of shave soaps and apparently am about to start eating sardines.  Not that I'm complaining, of course." -ZedThou
User avatar
6 Iron
Executive Member
Executive Member
Posts: 339
Joined: Sun Apr 25, 2010 11:12 pm

Re: What software do you use to keep track of your pp ?

Post by 6 Iron »

MediumTex wrote:
You mean you don't think people are just using these tools to look in on things once a year?   :D
Speaking for myself, I used to check mine like a crack addict. Daily (or more).
User avatar
MediumTex
Administrator
Administrator
Posts: 9096
Joined: Sun Apr 25, 2010 11:47 pm
Contact:

Re: What software do you use to keep track of your pp ?

Post by MediumTex »

6 Iron wrote:
MediumTex wrote:
You mean you don't think people are just using these tools to look in on things once a year?   :D
Speaking for myself, I used to check mine like a crack addict. Daily (or more).
I think it would probably be a good thing for everyone to check their portfolios a lot less often.

It's hard to do, though.

Having a portfolio you trust is probably the best way to build the discipline needed to look in on things less often.
Q: “Do you have funny shaped balloons?”
A: “Not unless round is funny.”
steve
Executive Member
Executive Member
Posts: 265
Joined: Mon Jul 26, 2010 2:06 pm

Re: What software do you use to keep track of your pp ?

Post by steve »

For close to up to the minute I like smartmoney portfolio tracker  http://www.smartmoney.com/

I also use excel spreadsheets where I just copy and paste from my brokage account.
User avatar
Marc De Mesel
Executive Member
Executive Member
Posts: 184
Joined: Wed Feb 16, 2011 5:33 am
Location: Europe

Re: What software do you use to keep track of your pp ?

Post by Marc De Mesel »

Wauw, thank you all very much for your helpful information!

Didn't know google docs could be used in such an advanced way.
"We think, the more people on earth, the less we each have. But it's exactly the opposite, the more people, the more resources we all have!" - Julian Simon, The Ultimate Resource 2
longeyes
Senior Member
Senior Member
Posts: 123
Joined: Mon Aug 16, 2010 3:15 pm

Re: What software do you use to keep track of your pp ?

Post by longeyes »

You can set up something similar on a "My Yahoo" page.
User avatar
foglifter
Executive Member
Executive Member
Posts: 636
Joined: Tue Apr 27, 2010 5:37 pm
Location: The Golden State

Re: What software do you use to keep track of your pp ?

Post by foglifter »

anonymous538 wrote: Wauw, thank you all very much for your helpful information!

Didn't know google docs could be used in such an advanced way.
Google Docs have advanced to a pretty good tool during the last couple of years. You can even create scripts that will be invoked at specific times of day and do all kinds of processing if you have a passion to programming. I use a simple script that sorts the mutual funds by returns daily - basically a programmatic replacement of a manual click on the column header's "Sort sheet" menu option.

Talking about the frequency of "checking out" the portfolio: I noticed that I vary rarely check my PP, but do check my VP more often. Maybe I should separate them into completely different documents so the PP is farther away from my hands.  :D
"Let every man divide his money into three parts, and invest a third in land, a third in business, and a third let him keep in reserve."
- Talmud
Gumby
Executive Member
Executive Member
Posts: 4012
Joined: Mon May 10, 2010 8:54 am

Re: What software do you use to keep track of your pp ?

Post by Gumby »

I avoid looking at my portfolio specifics as much as I can, but once in awhile I'm curious to see which asset is holding up the portfolio at any given time. I just bookmark the following URL:

http://www.google.com/finance/chart?cht ... hy&tlf=12h

and that gives me a quick real-time peek at the PP — if I want to take its pulse.

It looks like this:

Image

(VTI is red, GLD is yellow, TLT is blue and SHY is green).

I find that occasionally glancing at those squiggly lines allows me to go a few weeks without checking my actual portfolio numbers. It's a bit like peeking at the drizzling code of the Matrix. And by only glancing at this URL I avoid looking at financial websites and their meaningless time-consuming articles. It's still a little addictive though, but at least it allows me to be more detached from my detailed PP performance.

Hint: You can change that URL to pretty much any array of securities — you just have to remember which color corresponds to each security.
Last edited by Gumby on Fri Mar 04, 2011 7:52 am, edited 1 time in total.
Nothing I say should be construed as advice or expertise. I am only sharing opinions which may or may not be applicable in any given case.
fnord123
Executive Member
Executive Member
Posts: 233
Joined: Sun Apr 25, 2010 9:33 pm

Re: What software do you use to keep track of your pp ?

Post by fnord123 »

foglifter wrote:Google Docs have advanced to a pretty good tool during the last couple of years. You can even create scripts that will be invoked at specific times of day and do all kinds of processing if you have a passion to programming. I use a simple script that sorts the mutual funds by returns daily - basically a programmatic replacement of a manual click on the column header's "Sort sheet" menu option.
I didn't know about this, so I went and found the docs after seeing this post.

One thing that seemed to be missing was the ability to store data in the Google Cloud.  I'd like to take daily snapshots of my PP to see how its value is changing over time, but don't want to setup a MySql server somewhere.  Anyone know if there is a way to do this with the data staying on Google's servers somewhere?
rickb
Executive Member
Executive Member
Posts: 762
Joined: Mon Apr 26, 2010 12:12 am

Re: What software do you use to keep track of your pp ?

Post by rickb »

Anyone know how to compute CAGR (given a starting and ending value, and number of years) using google docs?  It looks like rate() should do it, but I haven't been able to get it to work.  I'm looking for the equivalent of what in openoffice would be rri(years;start;end).
fnord123
Executive Member
Executive Member
Posts: 233
Joined: Sun Apr 25, 2010 9:33 pm

Re: What software do you use to keep track of your pp ?

Post by fnord123 »

rickb wrote:Anyone know how to compute CAGR (given a starting and ending value, and number of years) using google docs?  It looks like rate() should do it, but I haven't been able to get it to work.  I'm looking for the equivalent of what in openoffice would be rri(years;start;end).
See here: http://www.experiglot.com/2006/10/17/ho ... d-returns/

The above link talks about Excel, but GoogleDocs also supports XIRR.  He also describes (in linked articles) simpler ways of calculating CAGR if you only have a single start date/end date/start value/end value.
Post Reply