2

I am trying to understand some market-maker (MM) data that I have. As a follow-up to a question I read about MM and to this piece of information on Investopedia,

Market makers must maintain continuous two-sided quotes (bid and ask) within a predefined spread.

I am wondering the following. Is a MM obliged to quote a bid and an ask price at the same time?

E.g., take a look at the following raw piece of MM data:

MMExchange, MMID, MMBid.Price, MMBid.Size, MMAsk.Price, MMAsk.Size
Q,          NSDQ, 2.25         6,          2.29,        19

Interpreting this data, I get the following:

MM Exchange : Q
MID         : NSDQ
MM Bid Price: 2.25
MM Bid Size : 6
MM Ask Price: 2.29
MM Ask Size : 19

Note:

  • Price is in dollars: so the displayed spread is 2.29 - 2.25 = $ 0.04
  • Size means the number of shares that the MM is quoting for the given bid and ask (I believe it's quoted in thousands)
  • I got the data from a reliable source (so I'm sure it's correct)
  • I'm referring to Registered Market Makers here (so not private investors)

Now I have the following questions:

  1. Did the MM quote these bid and ask prices at the same time?
  2. Why is the MM (price) spread larger than the current bid and ask spread? (I also have that data: the price quote that exchanges send out)
  3. Does this mean that I can calculate the profit the MM is trying to make on this quote?
Rodrigo de Azevedo
  • 1,114
  • 9
  • 22
Jean-Paul
  • 239
  • 1
  • 3
  • 13

2 Answers2

2

Market makers (shortened MM) in an exchange are generally required to list both a bid and ask price to allow both buyers and sellers to trade and keep the market moving. However, a more general idea of a MM may includes companies off an exchange (say large banks acting as broker/dealers in an over-the-counter market) are not required to give a simultaneous bid/ask, but often will on request. So, it might depend on where you are getting this data but likely the bid/ask was quoted simultaneously.

An exchange, like the NASDAQ for instance, may have multiple MMs for a given market. The "market" spread will be from the highest bid to the lowest ask over all the MMs. The highest bid and lowest ask may come from different MMs and any particular MM often will have a larger spread.

The size of the spread gives a rough idea of how much a MM is trying to make off of a "round trip" trade (buying than immediately selling to someone else or selling than immediately buying from someone else). Of course, immediate round-trip trades are not always possible and there are many other complications. However, half the spread is a rough indicator of how much they hope to make off of a single trade.

rhaskett
  • 6,608
  • 1
  • 16
  • 27
1
  1. Yes, but also note each exchange have rules that states various conditions when the market maker can enlarge the bid-ask (e.g. for situations such as freely falling markets, etc.) and when the market makers need to give a normal bid-ask. In normal markets, the bid-asks are usually within exchange dictated bounds.

  2. MM's price spread can be larger than bid-ask spread only when there are multiple market makers and different market makers are providing different bid-asks. As long as the MM under question gives bid and ask within exchange's rules, it can be fine. These are usually rare situations. One advice: please carefully check the time-stamps. I have seen many occasions when tick data time-stamps between different vendors are mismatched in databases whereas in real life it isn't.

  3. MM's profits not just from spreads, but also from short term mean-reversion (fading). If a large order comes in suddenly, the MM increases the prices in one direction, takes the opposite side, and once the order is done, the prices comes down and the MM off-loads his imbalance at lower prices, etc.

uday
  • 151
  • 2