blob: abeb44a5196f5b090bbee0805aa044b8a9d59c52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Ben's Corner of the Web" property="og:title">
<meta content="Ben is a GNU/Linux nerd and these are his links" property="og:description">
<meta content="https://ben.sanders.life" property="og:url">
<meta content="https://bsand.net/assets/me.jpeg" property="og:image">
<meta content="#b172bc" data-react-helmet="true" name="theme-color">
<link rel="stylesheet" href="/main.css">
<title>Ben's Website</title>
</head>
<body>
<div id="website-container">
<ul class="navigation">
<li><a href="/" title="home">~/</a></li>
<li><a href="/about.html" title="about me">~/about</a></li>
<li><a href="/resume.html" title="my resume">~/resume</a></li>
<li><a href="/blog.html" title="my blog">~/blog</a></li>
<li><a href="/resources.html" title="resources">~/resources</a></li>
</ul>
<h1>Migrating from RobinHood to Public</h1>
<p class="meta">Benjamin Sanders | 14 April 2022 | RobinHood,Public,Stock-Trading</p>
<p>So, I finally made the decision to migrate my personal stock portfolio from RobinHood to Public. This decision wasn’t made in light of what happened during the whole GameStop fiasco or because I hate RobinHood. As a matter of fact I was considering getting out of managing my own stock portfolio all together now that I have a 401k. However, I do like being able to “be in the game” so to speak and maybe have a portion of my money growing rather then just sitting in a bank account somewhere.</p>
<h2 id="making-the-switch">Making the Switch</h2>
<p>For me the switch wasn’t that hard. I just used the Public app which I already have a brokerage account open with them. I initiated the transfer from there answered some questions about the brokerage account I was coming from (RobinHood) and now I wait.</p>
<h2 id="why-make-the-switch">Why Make the Switch?</h2>
<p>I decided to make the switch primarily because I like the community aspect of Public. It’s pretty cool loading up the site or the app and seeing the community page. As well as being able to follow people like <a href="https://public.com/@GrahamStephan">Graham Stephan</a> and other investors. I still plan to be more of a long term investor but Public seems to offer more information that I can act on when making investment decisions.</p>
<p><img src="/assets/images/Public-Community-Page.png" alt="" /></p>
<h2 id="no-such-thing-as-a-free-lunch">No Such Thing as a Free Lunch</h2>
<p>There’s the saying that if a service is free you’re the product but Public seems be different in that you can have the option of tipping them when you sale stock. Which, is a nice way to help out a service that provides a way for smaller, retail, investors to even have a chance of building personal wealth that was previously reserved for the elite stock brokers.</p>
<p>I’m sure Public isn’t perfect but I remain cautiously optimistic about it and hopefully will be a really long term thing.</p>
<p>I guess this is the first real blog post I’ve written on my site in a while so I thank you all who read it and if you haven’t yet signed up for Public and would like to give it a try. You can check it out here. We’ll both get a free stock when you deposit money in a new account.</p>
<p>Moving swiftly onwards from that little bit of shilling I do hope you have a wonderful day. :) -Ben</p>
</div>
<footer>
<small>© Ben Sanders, 2025</small>
</footer>
<!-- <script src="./index.js"></script> -->
</body>
</html>
|