Want to track your portĀfoĀlio with the list amount of effort?
Setup a Google Sheet with the inforĀmaĀtion you want (hereās the landĀing page for the temĀplate we use for the Elephantās Paycheck, you can save a copy and edit it for your own needs).
The reaĀson I use Google Sheets is because it makes it easy to incorĀpoĀrate live marĀket data through a forĀmuĀla.
What is live marĀket data?
I want to choose my words careĀfulĀly. Itās not āreal timeā marĀket data. The inforĀmaĀtion is delayed about 15ā20 minĀutes. This has to do with data licensĀing, and goes beyond the scope of this post. If youāre trackĀing how youāre doing, but not tradĀing, the small delay is not a conĀcern.
What I mean by ālive marĀket dataā is that it updates autoĀmatĀiĀcalĀly withĀout havĀing to conĀstantĀly update the price of the comĀpaĀnies you own.
Whatās the forĀmuĀla?
Hereās the forĀmuĀla to enter the price of a stock into the cell on a Google Sheet:
=GoogleFinance("AAPL", "price")
Just copy that as is into a cell and change AAPL to your tickĀer symĀbol.
Thereās a lot more you can do with this forĀmuĀla beyond fetchĀing the curĀrent price. Head over to the Google help page if you want more.
Let me know what you think