Remix.run Logo
inigyou a day ago

Only extremely wealthy people participate in stock markets, in general. Other people use one of those wealthy people as an intermediary.

To participate directly in a market you usually need to lock up at least several million dollars at what is effectively an escrow service, so they can shift it between accounts when transactions happen. All your shares stay locked up in a similar service.

The line graph of stock prices you can see on Google is a lie. Real market data is, like, a live feed of who's buying and selling and at what price and quantity. That doesn't seem very useful to someone who isn't trying to trade on that market, and if you can't trade on that market why bother getting the data?

There also isn't just one market. Any two large financial firms can just agree to directly trade with each other, would you mandate realtime data on that?

mianos a day ago | parent [-]

This is all false in modern days. What you are saying was pretty true 100 years ago, except the google bit. I'm pretty sure you didn't take your meds today.

inigyou a day ago | parent [-]

Why don't you tell us how you think it happens.

mianos 19 hours ago | parent [-]

40 years building exchanges..

> Only extremely wealthy people participate in stock markets, in general. Other people use one of those wealthy people as an intermediary.

This confuses a retail investor with a Clearing Member. Anyone with a phone and a $10 brokerage account has direct, sub-millisecond execution access to US equity markets. Brokers are not wealthy patrons acting as gatekeepers, they are licensed utility providers providing the technical pipeline to the exchange, just like the power distributors who cable and sell you power. They are providing a managed service, being a direct link to the exchange. There are some platforms that are not DMA, direct market access, but there are numerous brokers who offer DMA. I personally don't trust non DMA access, but maybe for larger orders, it might be good to have a man in the middle as a service.

The graph on Google is a trade feed, the last traded price, not buys and sells. If you sign up to one of those discount brokers you have a feed of those buy and sell orders, the order book, live, not delayed like the google trades. No one gets the names of the people buying and selling until settlement. (How I know, I write that code that builds the order book and matches the orders for a living). Not even the brokers.

True large firms trade large orders amongst themselves so they can get a more stable price, but US regulators explicitly mandate real-time reporting for off-exchange and private trades. Once they trade a listed instrument they must report the trade within 10 minutes. Yes they do, this part is highly regulated, if they don't they will be penalised. It's also in their interest as the more pricing, the better the prices. (No conspiracies here, some people have broken the rules but the code is pretty easy to write to make sure this happens, I've worked on that too)

mianos 19 hours ago | parent [-]

ps, this is not how I 'think' it happens. In some countries this is literally my code.