Tackes, good advice. Thanks! I also prefer Google Finance for quick efficient lookups of stock prices and graphs, with links to news articles.
As I said, in a comment above, I'm more of a command line guy, finding it too slow to have to point-and-click all the time.
I write one-line Unix shell scripts and run them on macOS and Linux. To open Google Finance, I use:
So, I can type commands like the following to open Google Finance for Vanguard Index 500 or Tesla:
But I don't have an easy way to see all of my stocks at once at Google Finance, other than to create another script that contains a series of lines like:
- fin amzn
- fin goog
- fin crm
- fin fb
- fin gbtc
- fin lyft
- fin uber
- fin nflx
- fin team
- fin tsla
- etc...
But that opens a separate browser tab for each stock. Do you have a way to see your whole portfolio in one page at Google Finance? If not, I may stay with my scripts that do so as Morningstar, Vanguard, and Fidelity.
If you're a command line guy like me, running macOS or Linux, feel free to download any of my scripts from:
http://bristle.com/Tips/Unix
http://bristle.com/Tips/Mac
http://bristle.com/Tips/Mac/Unix
Also, see my other Tips (Mac, Unix, Windows, Internet, Finance, etc.) at:
http://bristle.com/invite
--Fred