What actually drives a stock price up ou down?
up vote
1
down vote
favorite
Can someone please explain to me how stock prices go up and down? What are the underlying physical and information technology phenomena and algorithms that drive a stock up or down? Books just say that a stock price reflects what their owners think the stock is worth and not what it is actually worth.
Thank you for your feedback.
market-data market-microstructure market-making market financial-markets
New contributor
add a comment |
up vote
1
down vote
favorite
Can someone please explain to me how stock prices go up and down? What are the underlying physical and information technology phenomena and algorithms that drive a stock up or down? Books just say that a stock price reflects what their owners think the stock is worth and not what it is actually worth.
Thank you for your feedback.
market-data market-microstructure market-making market financial-markets
New contributor
Seeing as this is quant.se and money.se, can it be assumed that you aren't just asking where the price is decided, but you're asking for a deeper explanation of why people do the things that move the price?
– immibis
3 hours ago
I'm puzzled by what you mean by "information technology phenomena and algorithms" affecting a stock's price. Perhaps you're asking about how algorithm trading affects stock prices, or perhaps you're asking what criterion it uses to make buy/sell decisions. The latter is probably all proprietary voodoo that nobody is allowed to talk about.
– James K Polk
2 hours ago
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Can someone please explain to me how stock prices go up and down? What are the underlying physical and information technology phenomena and algorithms that drive a stock up or down? Books just say that a stock price reflects what their owners think the stock is worth and not what it is actually worth.
Thank you for your feedback.
market-data market-microstructure market-making market financial-markets
New contributor
Can someone please explain to me how stock prices go up and down? What are the underlying physical and information technology phenomena and algorithms that drive a stock up or down? Books just say that a stock price reflects what their owners think the stock is worth and not what it is actually worth.
Thank you for your feedback.
market-data market-microstructure market-making market financial-markets
market-data market-microstructure market-making market financial-markets
New contributor
New contributor
edited 4 hours ago
Daneel Olivaw
2,8181529
2,8181529
New contributor
asked 6 hours ago
Joselin Jocklingson
61
61
New contributor
New contributor
Seeing as this is quant.se and money.se, can it be assumed that you aren't just asking where the price is decided, but you're asking for a deeper explanation of why people do the things that move the price?
– immibis
3 hours ago
I'm puzzled by what you mean by "information technology phenomena and algorithms" affecting a stock's price. Perhaps you're asking about how algorithm trading affects stock prices, or perhaps you're asking what criterion it uses to make buy/sell decisions. The latter is probably all proprietary voodoo that nobody is allowed to talk about.
– James K Polk
2 hours ago
add a comment |
Seeing as this is quant.se and money.se, can it be assumed that you aren't just asking where the price is decided, but you're asking for a deeper explanation of why people do the things that move the price?
– immibis
3 hours ago
I'm puzzled by what you mean by "information technology phenomena and algorithms" affecting a stock's price. Perhaps you're asking about how algorithm trading affects stock prices, or perhaps you're asking what criterion it uses to make buy/sell decisions. The latter is probably all proprietary voodoo that nobody is allowed to talk about.
– James K Polk
2 hours ago
Seeing as this is quant.se and money.se, can it be assumed that you aren't just asking where the price is decided, but you're asking for a deeper explanation of why people do the things that move the price?
– immibis
3 hours ago
Seeing as this is quant.se and money.se, can it be assumed that you aren't just asking where the price is decided, but you're asking for a deeper explanation of why people do the things that move the price?
– immibis
3 hours ago
I'm puzzled by what you mean by "information technology phenomena and algorithms" affecting a stock's price. Perhaps you're asking about how algorithm trading affects stock prices, or perhaps you're asking what criterion it uses to make buy/sell decisions. The latter is probably all proprietary voodoo that nobody is allowed to talk about.
– James K Polk
2 hours ago
I'm puzzled by what you mean by "information technology phenomena and algorithms" affecting a stock's price. Perhaps you're asking about how algorithm trading affects stock prices, or perhaps you're asking what criterion it uses to make buy/sell decisions. The latter is probably all proprietary voodoo that nobody is allowed to talk about.
– James K Polk
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
The short answer: many factors. The following are some key ones:
- Reported Trades - Stocks are quoted "bid" and "ask" rates. These are the traders setting their prices much similar to a local farmers market trading their produce.
- Volume - number of shares traded.
- Price trend - When the bid volume is higher than the ask volume, the selling is stronger, and the price is more likely to move down than up. When the ask volume is higher than the bid volume, the buying is stronger, and the price is more likely to move up than down.
- Institutional actions - Institutions account for most of the trading in larger stocks, so their action usually has the most influence on the stock price.
References:
https://finance.zacks.com/can-tell-direction-stock-price-looking-bid-vs-ask-volume-2758.html- https://money.stackexchange.com/questions/35686/how-is-stock-price-determined
New contributor
add a comment |
up vote
1
down vote
Stocks are usually traded by (one or more) Market Maker(s), who stand ready to sell to you at a price $s_a$ or buy from you at a price $s_b$. Since $s_a>s_b$ they make a profit if the price does not change. However, they also own stock themselves (between the time you sell it to them and someone else buys it from them). They have to manage this "inventory" carefully.
If $s_a,s_b$ are too high (higher than the market consensus) they will find that a lot of people want to sell to them and no one want to buy. Their inventory will rapidly increase and they will be stuck with a lot of unsaleable stock. Vice versa if $s_a,s_b$ is too low, a lot of people want to buy no one wants to sell, their inventory will quickly go to zero and they will be out of business again.
As a result market makers are very sensitive to the balance of supply and demand from investors. They constantly adjust their prices, lowering it if it seems there is excess supply (more sellers than buyers) and raising it it if they see excess demand. Price will quickly adjust to the momentary supply/demand for the stock from investors.
The prices in other markets (food, housing) also adjusts to supply and demand, but not as quickly. It takes a long time for a food store to adjust its sales prices, and even longer for the seller of a house to adjust. With stocks the adjustment is nearly instantaneous (because many people can buy or sell the item instantly in a central two-way market).
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "204"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Joselin Jocklingson is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fquant.stackexchange.com%2fquestions%2f43110%2fwhat-actually-drives-a-stock-price-up-ou-down%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
The short answer: many factors. The following are some key ones:
- Reported Trades - Stocks are quoted "bid" and "ask" rates. These are the traders setting their prices much similar to a local farmers market trading their produce.
- Volume - number of shares traded.
- Price trend - When the bid volume is higher than the ask volume, the selling is stronger, and the price is more likely to move down than up. When the ask volume is higher than the bid volume, the buying is stronger, and the price is more likely to move up than down.
- Institutional actions - Institutions account for most of the trading in larger stocks, so their action usually has the most influence on the stock price.
References:
https://finance.zacks.com/can-tell-direction-stock-price-looking-bid-vs-ask-volume-2758.html- https://money.stackexchange.com/questions/35686/how-is-stock-price-determined
New contributor
add a comment |
up vote
2
down vote
The short answer: many factors. The following are some key ones:
- Reported Trades - Stocks are quoted "bid" and "ask" rates. These are the traders setting their prices much similar to a local farmers market trading their produce.
- Volume - number of shares traded.
- Price trend - When the bid volume is higher than the ask volume, the selling is stronger, and the price is more likely to move down than up. When the ask volume is higher than the bid volume, the buying is stronger, and the price is more likely to move up than down.
- Institutional actions - Institutions account for most of the trading in larger stocks, so their action usually has the most influence on the stock price.
References:
https://finance.zacks.com/can-tell-direction-stock-price-looking-bid-vs-ask-volume-2758.html- https://money.stackexchange.com/questions/35686/how-is-stock-price-determined
New contributor
add a comment |
up vote
2
down vote
up vote
2
down vote
The short answer: many factors. The following are some key ones:
- Reported Trades - Stocks are quoted "bid" and "ask" rates. These are the traders setting their prices much similar to a local farmers market trading their produce.
- Volume - number of shares traded.
- Price trend - When the bid volume is higher than the ask volume, the selling is stronger, and the price is more likely to move down than up. When the ask volume is higher than the bid volume, the buying is stronger, and the price is more likely to move up than down.
- Institutional actions - Institutions account for most of the trading in larger stocks, so their action usually has the most influence on the stock price.
References:
https://finance.zacks.com/can-tell-direction-stock-price-looking-bid-vs-ask-volume-2758.html- https://money.stackexchange.com/questions/35686/how-is-stock-price-determined
New contributor
The short answer: many factors. The following are some key ones:
- Reported Trades - Stocks are quoted "bid" and "ask" rates. These are the traders setting their prices much similar to a local farmers market trading their produce.
- Volume - number of shares traded.
- Price trend - When the bid volume is higher than the ask volume, the selling is stronger, and the price is more likely to move down than up. When the ask volume is higher than the bid volume, the buying is stronger, and the price is more likely to move up than down.
- Institutional actions - Institutions account for most of the trading in larger stocks, so their action usually has the most influence on the stock price.
References:
https://finance.zacks.com/can-tell-direction-stock-price-looking-bid-vs-ask-volume-2758.html- https://money.stackexchange.com/questions/35686/how-is-stock-price-determined
New contributor
New contributor
answered 6 hours ago
Socratees Samipillai
1212
1212
New contributor
New contributor
add a comment |
add a comment |
up vote
1
down vote
Stocks are usually traded by (one or more) Market Maker(s), who stand ready to sell to you at a price $s_a$ or buy from you at a price $s_b$. Since $s_a>s_b$ they make a profit if the price does not change. However, they also own stock themselves (between the time you sell it to them and someone else buys it from them). They have to manage this "inventory" carefully.
If $s_a,s_b$ are too high (higher than the market consensus) they will find that a lot of people want to sell to them and no one want to buy. Their inventory will rapidly increase and they will be stuck with a lot of unsaleable stock. Vice versa if $s_a,s_b$ is too low, a lot of people want to buy no one wants to sell, their inventory will quickly go to zero and they will be out of business again.
As a result market makers are very sensitive to the balance of supply and demand from investors. They constantly adjust their prices, lowering it if it seems there is excess supply (more sellers than buyers) and raising it it if they see excess demand. Price will quickly adjust to the momentary supply/demand for the stock from investors.
The prices in other markets (food, housing) also adjusts to supply and demand, but not as quickly. It takes a long time for a food store to adjust its sales prices, and even longer for the seller of a house to adjust. With stocks the adjustment is nearly instantaneous (because many people can buy or sell the item instantly in a central two-way market).
add a comment |
up vote
1
down vote
Stocks are usually traded by (one or more) Market Maker(s), who stand ready to sell to you at a price $s_a$ or buy from you at a price $s_b$. Since $s_a>s_b$ they make a profit if the price does not change. However, they also own stock themselves (between the time you sell it to them and someone else buys it from them). They have to manage this "inventory" carefully.
If $s_a,s_b$ are too high (higher than the market consensus) they will find that a lot of people want to sell to them and no one want to buy. Their inventory will rapidly increase and they will be stuck with a lot of unsaleable stock. Vice versa if $s_a,s_b$ is too low, a lot of people want to buy no one wants to sell, their inventory will quickly go to zero and they will be out of business again.
As a result market makers are very sensitive to the balance of supply and demand from investors. They constantly adjust their prices, lowering it if it seems there is excess supply (more sellers than buyers) and raising it it if they see excess demand. Price will quickly adjust to the momentary supply/demand for the stock from investors.
The prices in other markets (food, housing) also adjusts to supply and demand, but not as quickly. It takes a long time for a food store to adjust its sales prices, and even longer for the seller of a house to adjust. With stocks the adjustment is nearly instantaneous (because many people can buy or sell the item instantly in a central two-way market).
add a comment |
up vote
1
down vote
up vote
1
down vote
Stocks are usually traded by (one or more) Market Maker(s), who stand ready to sell to you at a price $s_a$ or buy from you at a price $s_b$. Since $s_a>s_b$ they make a profit if the price does not change. However, they also own stock themselves (between the time you sell it to them and someone else buys it from them). They have to manage this "inventory" carefully.
If $s_a,s_b$ are too high (higher than the market consensus) they will find that a lot of people want to sell to them and no one want to buy. Their inventory will rapidly increase and they will be stuck with a lot of unsaleable stock. Vice versa if $s_a,s_b$ is too low, a lot of people want to buy no one wants to sell, their inventory will quickly go to zero and they will be out of business again.
As a result market makers are very sensitive to the balance of supply and demand from investors. They constantly adjust their prices, lowering it if it seems there is excess supply (more sellers than buyers) and raising it it if they see excess demand. Price will quickly adjust to the momentary supply/demand for the stock from investors.
The prices in other markets (food, housing) also adjusts to supply and demand, but not as quickly. It takes a long time for a food store to adjust its sales prices, and even longer for the seller of a house to adjust. With stocks the adjustment is nearly instantaneous (because many people can buy or sell the item instantly in a central two-way market).
Stocks are usually traded by (one or more) Market Maker(s), who stand ready to sell to you at a price $s_a$ or buy from you at a price $s_b$. Since $s_a>s_b$ they make a profit if the price does not change. However, they also own stock themselves (between the time you sell it to them and someone else buys it from them). They have to manage this "inventory" carefully.
If $s_a,s_b$ are too high (higher than the market consensus) they will find that a lot of people want to sell to them and no one want to buy. Their inventory will rapidly increase and they will be stuck with a lot of unsaleable stock. Vice versa if $s_a,s_b$ is too low, a lot of people want to buy no one wants to sell, their inventory will quickly go to zero and they will be out of business again.
As a result market makers are very sensitive to the balance of supply and demand from investors. They constantly adjust their prices, lowering it if it seems there is excess supply (more sellers than buyers) and raising it it if they see excess demand. Price will quickly adjust to the momentary supply/demand for the stock from investors.
The prices in other markets (food, housing) also adjusts to supply and demand, but not as quickly. It takes a long time for a food store to adjust its sales prices, and even longer for the seller of a house to adjust. With stocks the adjustment is nearly instantaneous (because many people can buy or sell the item instantly in a central two-way market).
edited 4 hours ago
answered 4 hours ago
Alex C
5,7011922
5,7011922
add a comment |
add a comment |
Joselin Jocklingson is a new contributor. Be nice, and check out our Code of Conduct.
Joselin Jocklingson is a new contributor. Be nice, and check out our Code of Conduct.
Joselin Jocklingson is a new contributor. Be nice, and check out our Code of Conduct.
Joselin Jocklingson is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Quantitative Finance Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fquant.stackexchange.com%2fquestions%2f43110%2fwhat-actually-drives-a-stock-price-up-ou-down%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Seeing as this is quant.se and money.se, can it be assumed that you aren't just asking where the price is decided, but you're asking for a deeper explanation of why people do the things that move the price?
– immibis
3 hours ago
I'm puzzled by what you mean by "information technology phenomena and algorithms" affecting a stock's price. Perhaps you're asking about how algorithm trading affects stock prices, or perhaps you're asking what criterion it uses to make buy/sell decisions. The latter is probably all proprietary voodoo that nobody is allowed to talk about.
– James K Polk
2 hours ago