TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do security pros manage their investments?

10 pointsby brntsllvnover 3 years ago
Mint.com and analogous products aggregate investment data (poorly...) by scraping or via OFX.<p>Assuming those solutions are completely off the table because we don&#x27;t want to share credentials, have PII stored in multiple places, create a new attack vector, etc...<p>What tools do very security conscious people use to get a holistic view of their investments?<p>* Investments include 1) stocks&#x2F;bonds&#x2F;ETFs&#x2F;whatever, 2) real estate, 3) angel, 4) alts (e.g. masterworks, lexshares), 5) crypto.

6 comments

sjducbover 3 years ago
You&#x27;ve correctly realised that you want to keep the attack surface as small as possible by limiting the services that can connect to your investment accounts.<p>Given this constraint the easiest way is a spreadsheet that you update manually.<p>Thinking about it, if your portfolio was fairly simple you could write a script that calls the yahoo finance, zoopla and binance APIs every week or so to see the progress of your investments. You then manually change the script whenever you make an unscheduled trade, or get charged fees. The script knows how many units of each asset you have, but it&#x27;s not a security risk because it doesn&#x27;t connect directly to any of your accounts.
randomhodler84over 3 years ago
Offline spreadsheet tracking cryptocurrency balances and prices. Spreadsheet is encrypted at rest.
评论 #29164371 未加载
rathbone1200ccover 3 years ago
I yanked my mint.com password a few years ago both in frustration and in the hope of improving security. I use Wealthfront to track most of my investments - but I&#x27;m reluctant to give them credentials to log in to other financial services.<p>I loosely track my other financial accounts whenever I log in to them. Effectively I assemble the &quot;holistic view&quot; manually, only once a year, when I do my taxes.
sbfeibishover 3 years ago
GNUCash on Linux on an encrypted hard drive on a computer that doesn&#x27;t get connected to the Internet. It&#x27;s a lot of manual labor. (I used to load OpenBSD on a laptop each and every time I performed a transaction on the Internet. And probably had a minute before my computer&#x2F;router started being attacked.) To keep track of stocks on a minute to minute basis I use a watchlist on finance.google.com and I keep a spreadsheet on Google Sheets. Thereby reducing the times I have to sign onto the brokerage&#x27;s mobile app.
toomuchtodoover 3 years ago
Fidelity Net Worth tool (tax advantaged and taxable accounts), Fidelity can also connect to Coinbase to show your crypto assets in Fidelity. RE, PE&#x2F;angel, etc using a Django app (think brittle homegrown version of Carta).
arrakis2021over 3 years ago
Excel