finbold.com Open in urlscan Pro
172.67.74.33  Public Scan

Submitted URL: https://email.analystratings.net/ls/click?upn=u001.NPmGx-2B7pGcofrC6ni-2F0ptulMwt54DetXe8lVS1ex8amR53yfb0itjd-2FuUtEExpHGX2mA4MPM...
Effective URL: https://finbold.com/heres-why-google-stock-is-down/?utm_source=snapi
Submission: On November 22 via api from BE — Scanned from IT

Form analysis 5 forms found in the DOM

<form wire:submit.prevent="store" class="flex flex-col gap-5">
  <input type="hidden" name="_token" value="k6r71XsAv8AwLLCL7fpOWpbw1AgCwYkLIxYOfG7t" autocomplete="off">
  <div class="flex flex-col gap-4">
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="name" placeholder="Name" type="text" wire:model="name" required="required"
        autofocus="autofocus" autocomplete="name">
    </div>
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="email" placeholder="Email" type="email" wire:model="email" required="required">
    </div>
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="password" placeholder="Password" type="password" wire:model="password"
        required="required" autocomplete="new-password">
    </div>
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="password_confirmation" placeholder="Confirm Password" type="password"
        wire:model="password_confirmation" required="required" autocomplete="new-password">
    </div>
  </div>
  <p class="font-sans text-sm">By submitting my information, I agree to the <a target="_blank" href="https://finbold.com/privacy-policy" class="underline hover:text-blue-500">Privacy Policy</a> and
    <a target="_blank" href="https://finbold.com/terms-and-conditions" class="underline hover:text-blue-500">Terms of Service</a>. </p>
  <button type="submit"
    class="border border-neutral-950 bg-neutral-950 hover:bg-neutral-800 hover:border-neutral-800 text-white hover:text-white hover:bg-neutral-800 disabled:bg-neutral-200 disabled:text-neutral-500 px-4 py-2 text-md rounded-lg text-center justify-center inline-flex gap-x-2 items-center font-bold transition w-full">
    Continue </button>
  <p class="text-sm text-neutral-500"> Already have an account? <a href="javascript:void(0)" x-on:click="showSignInModal = true; showSignUpModal = false;" class="font-extrabold text-blue-500 hover:text-gray-900">
                    Sign In
                </a>
  </p>
</form>

<form wire:submit.prevent="login" class="flex flex-col gap-5">
  <input type="hidden" name="_token" value="k6r71XsAv8AwLLCL7fpOWpbw1AgCwYkLIxYOfG7t" autocomplete="off">
  <div class="flex flex-col gap-4">
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="email" placeholder="Email" type="email" wire:model="email" required="required">
    </div>
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="password" placeholder="Password" type="password" wire:model="password"
        required="required" autocomplete="new-password">
    </div>
  </div>
  <p class="text-right text-sm mt-2">
    <a class="font-medium text-accent-700 hover:text-gray-900" target="_blank" href="https://account.finbold.com/forgot-password">
                        Forgot Password?
                    </a>
  </p>
  <button type="submit"
    class="border border-neutral-950 bg-neutral-950 hover:bg-neutral-800 hover:border-neutral-800 text-white hover:text-white hover:bg-neutral-800 disabled:bg-neutral-200 disabled:text-neutral-500 px-4 py-2 text-md rounded-lg text-center justify-center inline-flex gap-x-2 items-center font-bold transition w-full">
    Continue </button>
  <p class="text-sm text-neutral-500"> Don't have an account? <a href="javascript:void(0)" x-on:click="showSignUpModal = true; showSignInModal = false;" class="font-extrabold text-blue-500 hover:text-gray-900">
                        Sign Up
                    </a>
  </p>
</form>

<form wire:loading.remove="">
  <div class="flex flex-col xs:flex-row gap-4">
    <input type="email" required="" wire:model="email" autocomplete="off" class="custom w-full max-w-sm block bg-neutral-800 rounded-md sans-serif border-neutral-700 placeholder:text-neutral-300" placeholder="Email address">
    <button type="button"
      class="border border-accent-600 bg-accent-600 text-white hover:bg-accent-800 active:bg-accent-900 disabled:bg-neutral-200 disabled:text-neutral-500 px-4 py-2 text-md rounded-lg text-center justify-center inline-flex gap-x-2 items-center font-bold transition bg-white !text-black font-bold hover:!text-white"
      wire:click="subscribe"> Subscribe </button>
  </div>
  <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  <p class="mb-0 text-xs text-neutral-400 sub-terms mt-5"> By subscribing you agree with Finbold <a href="/terms-and-conditions/" target="_blank" rel="nofollow" class="underline hover:no-underline">T&amp;C’s</a> &amp;
    <a href="/privacy-policy/" target="_blank" rel="nofollow" class="underline hover:no-underline">Privacy Policy</a>
  </p>
</form>

<form wire:submit.prevent="store" class="flex flex-col gap-5">
  <input type="hidden" name="_token" value="k6r71XsAv8AwLLCL7fpOWpbw1AgCwYkLIxYOfG7t" autocomplete="off">
  <div class="flex flex-col gap-4">
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="name" placeholder="Name" type="text" wire:model="name" required="required"
        autofocus="autofocus" autocomplete="name">
    </div>
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="email" placeholder="Email" type="email" wire:model="email" required="required">
    </div>
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="password" placeholder="Password" type="password" wire:model="password"
        required="required" autocomplete="new-password">
    </div>
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="password_confirmation" placeholder="Confirm Password" type="password"
        wire:model="password_confirmation" required="required" autocomplete="new-password">
    </div>
  </div>
  <p class="font-sans text-sm">By submitting my information, I agree to the <a target="_blank" href="https://finbold.com/privacy-policy" class="underline hover:text-blue-500">Privacy Policy</a> and
    <a target="_blank" href="https://finbold.com/terms-and-conditions" class="underline hover:text-blue-500">Terms of Service</a>. </p>
  <button type="submit"
    class="border border-neutral-950 bg-neutral-950 hover:bg-neutral-800 hover:border-neutral-800 text-white hover:text-white hover:bg-neutral-800 disabled:bg-neutral-200 disabled:text-neutral-500 px-4 py-2 text-md rounded-lg text-center justify-center inline-flex gap-x-2 items-center font-bold transition w-full">
    Continue </button>
  <p class="text-sm text-neutral-500"> Already have an account? <a href="javascript:void(0)" x-on:click="showSignInModal = true; showSignUpModal = false;" class="font-extrabold text-blue-500 hover:text-gray-900">
                    Sign In
                </a>
  </p>
</form>

<form wire:submit.prevent="login" class="flex flex-col gap-5">
  <input type="hidden" name="_token" value="k6r71XsAv8AwLLCL7fpOWpbw1AgCwYkLIxYOfG7t" autocomplete="off">
  <div class="flex flex-col gap-4">
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="email" placeholder="Email" type="email" wire:model="email" required="required">
    </div>
    <div>
      <input class="font-sans border-neutral-300 focus:border-accent-300 focus:ring focus:ring-accent-200 focus:ring-opacity-50 rounded-md shadow-sm block w-full" id="password" placeholder="Password" type="password" wire:model="password"
        required="required" autocomplete="new-password">
    </div>
  </div>
  <p class="text-right text-sm mt-2">
    <a class="font-medium text-accent-700 hover:text-gray-900" target="_blank" href="https://account.finbold.com/forgot-password">
                        Forgot Password?
                    </a>
  </p>
  <button type="submit"
    class="border border-neutral-950 bg-neutral-950 hover:bg-neutral-800 hover:border-neutral-800 text-white hover:text-white hover:bg-neutral-800 disabled:bg-neutral-200 disabled:text-neutral-500 px-4 py-2 text-md rounded-lg text-center justify-center inline-flex gap-x-2 items-center font-bold transition w-full">
    Continue </button>
  <p class="text-sm text-neutral-500"> Don't have an account? <a href="javascript:void(0)" x-on:click="showSignUpModal = true; showSignInModal = false;" class="font-extrabold text-blue-500 hover:text-gray-900">
                        Sign Up
                    </a>
  </p>
</form>

Text Content

Skip to content
All Markets News Reviews Guides




News
Finance news Crypto news Stock news Technology news Startup news Regulation news
Banking news

Press Releases Interviews Sponsored Leader Insights
Markets
Stocks Cryptocurrencies ETFs
Learn
Crypto Exchanges DeFi Projects Stock Brokers Trading Bots Investing Finance
Cryptocurrency Technology Banking
Finbold+
Sign In
Sign Up


SIGN UP

Continue with Google Continue with X Continue with Apple
or


By submitting my information, I agree to the Privacy Policy and Terms of
Service.

Continue

Already have an account? Sign In


SIGN UP

Continue with Google Continue with X Continue with Apple
or


Forgot Password?

Continue

Don't have an account? Sign Up


HERE’S WHY GOOGLE STOCK IS DOWN


Aneena Alex
Stocks Nov 22, 2024
Share


Alphabet Inc. (NASDAQ: GOOGL) shares plunged over 4% on November 21, after the
Department of Justice (DOJ) called for Google to divest its Chrome browser as
part of proposed antitrust remedies.

This proposal marks a significant escalation in the DOJ’s long-running legal
battle, which accuses Google of maintaining an illegal monopoly over internet
search and advertising. 

According to a court filing on November 20, selling Chrome would “permanently
stop Google’s control of this critical search access point and allow rival
search engines to compete fairly.”


PICKS FOR YOU

Bearish alert: Here’s how low Silver can go in this downtrend 28 mins ago
Jim Cramer says ‘all I can tell you is to own Bitcoin, that's a winner’, flash
crash imminent? 1 hour ago
What Trump’s win means for FedNow and XRP’s future 2 hours ago
Revealed: Robert Kiyosaki's portfolio performance in 2024 2 hours ago


The case is the most aggressive antitrust action by the government since its
landmark battle against Microsoft in the late 1990s. 


WHAT THE ANTITRUST LAWSUIT AGAINST GOOGLE IS ALL ABOUT

Alphabet has recently been at the center of a series of antitrust lawsuits. On
August 5, 2024, a federal judge ruled that Google had maintained an illegal
monopoly in online search and advertising.

The DOJ’s lawsuit, filed in 2020, highlighted concerns about Google’s
overwhelming market dominance and alleged that the company used unfair practices
to suppress competitors like Bing and DuckDuckGo.

Central to the case was Google’s establishment of exclusive contracts with major
companies, including Apple, making Google the default search engine on their
devices. This effectively sidelined competitors and prevented them from gaining
market share. 

The judge found that Google’s practices, which control 89.2% of the search
market, violated antitrust laws by limiting competition and driving up
advertising prices, breaching Section 2 of the Sherman Act.


DOJ’S PROPOSED REMEDIES SHAKE GOOGLE’S BUSINESS MODEL

Chrome, which Google launched in 2008, provides the search giant with data it
uses for targeting ads. The DOJ said in the filing that forcing the company to
get rid of Chrome would create a more equal playing field for search
competitors.

The DOJ’s suggested remedies extend beyond Chrome’s divestiture. This includes
barring Google from entering exclusionary agreements with companies like Apple
(NASDAQ: AAPL)  and Samsung to secure default search engine status, a tactic
that reportedly costs Google billions annually. 

Furthermore, the agency seeks to prevent Google from prioritizing its search
engine across its ecosystem, offer competitors affordable access to its
extensive web index, and allow online publishers to opt out of having their
content used to train Google’s AI models.

One of the most contentious proposals involves the potential divestiture of
Google’s Android operating system. While the DOJ did not explicitly demand this,
it left the possibility open if the primary remedies fail to effectively restore
competition.

Android’s integration with Chrome has historically solidified Google’s grip on
the search market, and any forced separation could significantly disrupt the
mobile ecosystem.


MARKET REACTION AND BROADER IMPLICATIONS

Google’s stock tumbled to $166.68 in pre-market trading, reflecting investor
concerns over the DOJ’s push to dismantle parts of its business. 

Chrome, while not a direct revenue generator, is a cornerstone of Google’s
strategy, funneling users into its ecosystem and bolstering its ad revenues,
which accounted for $65.6 billion in Alphabet’s third-quarter earnings. 

Analysts warn that losing Chrome could lead to diminished user engagement and
reduced revenue from its flagship services like Search and YouTube.

Kent Walker, Alphabet’s legal chief, called the DOJ’s proposals “overbroad,”
warning that forced divestitures of products like Chrome and Android could
undermine consumer security and privacy while weakening investments in
artificial intelligence.

> “ DOJ’s wildly overbroad proposal goes miles beyond the Court’s decision. It
> would break a range of Google products — even beyond Search — that people love
> and find helpful in their everyday lives.” –Kent Walker

Meanwhile, a second DOJ antitrust case against Google, focusing on its dominance
in the online advertising market, is underway. Dubbed the AdTech trial, it began
on September 9 and alleges that Google’s control over digital advertising has
harmed both advertisers and content creators.


WHAT’S NEXT FOR GOOGL STOCK

At the close of the last trading session, GOOGL was valued at $166, ending the
day with a decline of over 4% but still reflecting a 1% gain on the monthly
chart.

GOOGL five-day stock price. Source: Finbold

The case’s prospects are further complicated by the potential transition to a
new Trump administration, as the Justice Department’s stance may shift under a
new attorney general.

Despite this uncertainty, investors view the DOJ case as a significant risk to
Google’s stock. A judgment favoring the DOJ could have serious repercussions for
the company. 

The federal court presiding over the matter has scheduled a two-week hearing in
April 2025 to determine the necessary changes for Google to comply with
antitrust laws.

The stakes are high for Alphabet, as its business model faces continuous
scrutiny and potential upheaval.

Featured image via Shutterstock 



Like (146)
Share


Best Crypto Exchange for Intermediate Traders and Investors

 * Invest in cryptocurrencies and 3,000+ other assets including stocks and
   precious metals.

 * 0% commission on stocks - buy in bulk or just a fraction from as little as
   $10. Other fees apply. For more information, visit etoro.com/trading/fees.

 * Copy top-performing traders in real time, automatically.

 * eToro USA is registered with FINRA for securities trading.

30+ million Users
Get Started
eToro is a multi-asset investment platform. The value of your investments may go
up or down. Your capital is at risk. Don’t invest unless you’re prepared to lose
all the money you invest. This is a high-risk investment and you should not
expect to be protected if something goes wrong. Take 2 mins to learn more.


READ NEXT:

Stocks


MONSTER INSIDER TRADING ALERT FOR DISNEY (DIS) STOCK




FINANCE DIGEST

Subscribe

By subscribing you agree with Finbold T&C’s & Privacy Policy





RELATED POSTS

Stocks


WALL STREET ANALYST DOWNGRADES NVIDIA STOCK AMID LOWER BLACKWELL MARGINS


Stocks


ANALYST REVISES REDDIT STOCK PRICE AMID STRONGER AD METRICS AND GROWTH OUTLOOK


Stocks


TATA MOTORS STOCK RALLIES DESPITE 'WOKE' JAGUAR AD BACKLASH


Stocks


STRATEGIST WARNS NVIDIA 'WON'T BE THE TOP PERFORMING AI STOCK,' SETS NVDA'S PATH
TO $175


Aneena Alex
Stocks Nov 22, 2024
Like (146)
Share


SHARE ON SOCIAL MEDIA

Or copy link

https://finbold.com/heres-why-google-stock-is-down Copy


US SENATORS TRADES

Stay up-to-date on the trading activity of US Senators. Get started





SIGN UP

Continue with Google Continue with X Continue with Apple
or


By submitting my information, I agree to the Privacy Policy and Terms of
Service.

Continue

Already have an account? Sign In


SIGN UP

Continue with Google Continue with X Continue with Apple
or


Forgot Password?

Continue

Don't have an account? Sign Up

Services News Search Account Menu Close

Copyright © 2024 Finbold.com. All rights reserved. Use of this site constitutes
acceptance of our Terms of Service.

NEWS

 * Finance
 * Stocks
 * Cryptocurrency
 * Banking
 * Technology
 * Startups
 * Cybersecurity
 * Regulations

TOOLS

 * Stock average calculator
 * Percentage calculator

SERVICES

 * Trading signals
 * — Insider trades
 * — Senator trades
 * — Congress trades
 * Price alerts
 * — Stock price alerts
 * — Crypto price alerts
 * Watchlist

LEARN

 * Guides
 * Reviews
 * Interviews
 * Leader insights

MARKETS

 * Stock prices
 * Crypto prices
 * ETF prices
 * Bitcoin price
 * Apple stock price
 * Microsoft stock price
 * Nvidia stock price

COMPANY

 * About
 * Contact
 * Careers
 * Editorial guidelines
 * Submit news tip

COMMUNITY



LEGAL

 * Terms & conditions
 * Privacy policy
 * Acceptable use policy
 * Cookies policy
 * Disclaimer

Disclaimer: The information on this website is for general informational and
educational purposes only and does not constitute financial, legal, tax, or
investment advice. This site does not make any financial promotions, and all
content is strictly informational. By using this site, you agree to our full
disclaimer and terms of use. For more information, please read our complete
Global Disclaimer.






END OF SEASON SAVINGS

it ends in 30h 10min


   
 * Unlimited signals
   
      
    * Insider Trades
    * US Senator Trades
    * US MoC Trades
      

   
 * Unlimited alerts enabled
   
   
 * Unlimited watched assets
   
   
 * No ads
   
   
 * Test beta features first
   
   
   


LEVEL UP YOUR PORTFOLIO – 75% OFF ON SUBSCRIPTIONS

$14.97 $59.88

Annual plan for the first year. Cancel anytime.


   
 * Unlimited signals
   
      
    * Insider Trades
    * US Senator Trades
    * US MoC Trades
      

   
 * Unlimited alerts enabled
   
   
 * Unlimited watched assets
   
   
 * No ads
   
   
 * Test beta features first
   
   
   

Claim Now