After New York stock indices lost several percent on Friday (with the release of new data from the labor market, which remains very strong despite the tightening of interest rates), the start of the new week was also marked in red. The Nasdaq tech index fell 1 percent on Monday, with semiconductor stocks such as Nvidia mainly down. On Tuesday, the Nasdaq lost an additional percentage and reached a new low since July 2020. This year it is already down 32 percent, and the S&P 500 Elite (Tuesday -0.65%) is down 24. Analysts got some hope after two days of Extraordinary growth at the beginning of last week (the S&P 500 rose 5.7 percent on October 3 and 4, but then began to lose again). At Charles Schwab, they write that since 1960, 11 times out of 14 cases, the market has been higher for half a year after such high growth for two days.
What is the rise in inflation in September?
The main concern now is the (also) rapid tightening of monetary policy. The next Fed will meet in early November, and the vast majority expect we will see another 0.75 percentage point increase in the fed funds rate. Expectations may differ with Thursday’s release of US consumer inflation for September. Remember that the CPI rose 8.3 percent year-on-year in August, and the announcement sparked a big sell-off on Wall Street. At the end of the week, the season for publishing quarterly business results also begins, as has been the practice in recent years, first with the new balance sheets of the largest US banks. Analysts expect S&P stock earnings to rise 4.1% in the third quarter (compared to the same period last year), well below expectations from early July (+11.1%).
Searching for a knife and hoping for an imminent transformation
Times have certainly changed and investors should voluntarily get used to it. When the values of all investments go up, as was just the norm in the period after the 2008 financial crisis, it is easy to invest because profits are virtually guaranteed. But this year, the market was not just a correction (it was expected for a long time), but a real downtrend, and now investors are trying to catch the falling knife (a common metaphor for investing when prices drop) and, of course, hope for an imminent reversal when the moves are very fast Usually. When that happens, we can only guess, it’s very likely not for a few months. On average, the downtrends on Wall Street last about a year, and the decline is more than 30%. If the bear sticks to the standards this time around, the markets will continue to bleed at least until spring and will see another 10 to 20 percent drop.
Cryptocurrencies, Tuesday at 9:00 pm |
Weekly change | Exchange rate in US dollars |
Bitcoin | -5.7% | 18,980 |
ether | -5.3% | 1,280 |
BNB | -8.7% | 270 |
XRP | + 1.2% | 0.487 |
Ada | -9.1% | 0.394 |
salt pan | -8.1% |
31.4 |
Indicators can drop another 20 percent
How far the Fed will raise interest rates is very important. It has been clear for some time that lowering inflation is a key priority, even at the cost of the economic crisis. Charles Evans, president of the Federal Reserve Bank of Chicago, declared that the Fed is united in the opinion that the key rate should be raised to 4.5 per cent by March and then left at that level for some time. Jamie Damon’s words echoed even more. JPMorgan Chase Bank expects the US economy to be in recession soon, but it probably won’t be as mild as some economists expect. Referring to the reasons mentioned at the beginning of this article, he said:These are serious problems that are likely to push the United States and the entire world into a recession within six or nine months. It is difficult to predict how dangerous it will be, because much will depend on the war in Ukraine.Dimon added that the S&P 500 could fall another 20 percent.
// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }
// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },
setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },
deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },
cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper
// iProm
(function(a,g,b,c){ a[c]=a[c]||function(){
"undefined"===typeof a.ipromNS?(a[c].q=a[c].q||[]).push(arguments):a.ipromNS.execute(arguments)};
var k=function(){ var b=g.getElementsByTagName("script")[0];return function h(f){ var e=f.shift();a[c]("setConfig",{ server:e});
var d=document.createElement("script");0
// Dark mode, Comments & Login if (document.cookie.indexOf('darkModeEnabled=true') != -1) document.body.classList.add('dark-mode'); if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); } else { document.body.classList.add('user-logged-out'); }
// Mobile check var mobile = false; var mobile_xs = false;
var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }
#Jimmy #Damon #upset #Wall #Street #depression