Main

agentsllmsvector-databaselancedbgptopenaiAImultimodal-aimachine-learningembeddingsfine-tuningexamplesdeep-learninggpt-4-visionllama-indexragCrawlerQ&A_websitemultimodallangchainlancedb-recipes

Crawl4AI is Advanced Web Crawling and Data Extraction

🆓 Completely free and open-source

🚀 Blazing fast performance, outperforming many paid services

🤖 LLM-friendly output formats (JSON, cleaned HTML, markdown)

🌐 Multi-browser support (Chromium, Firefox, WebKit)

🌍 Supports crawling multiple URLs simultaneously

🎨 Extracts and returns all media tags (Images, Audio, and Video)

🔗 Extracts all external and internal links

📚 Extracts metadata from the page

🔄 Custom hooks for authentication, headers, and page modifications

🕵️ User-agent customization

🖼️ Takes screenshots of pages with enhanced error handling

📜 Executes multiple custom JavaScripts before crawling

📊 Generates structured output without LLM using JsonCssExtractionStrategy

📚 Various chunking strategies: topic-based, regex, sentence, and more

#lancedb

Developer-friendly, serverless vector database for AI applications. Easily add long-term memory to your LLM apps!

The key features of LanceDB include:

Production-scale vector search with no servers to manage.

Store, query and filter vectors, metadata and multi-modal data (text, images, videos, point clouds, and more).

Support for vector similarity search, full-text search and SQL.

Native Python and Javascript/Typescript support.

Zero-copy, automatic versioning, manage versions of your data without needing extra infrastructure.

GPU support in building vector index(*).

🦜️🔗, Ecosystem integrations with LangChain 🦜️🔗, LlamaIndex 🦙, Apache-Arrow, Pandas, Polars, DuckDB and more on the way.

LanceDB's core is written in Rust 🦀 and is built using Lance, an open-source columnar format designed for performant ML workloads.

Installation

First, let's install Crawl4AI from GitHub:

[12]
Hit:1 https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ InRelease
Hit:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64  InRelease
Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Ign:4 https://r2u.stat.illinois.edu/ubuntu jammy InRelease
Get:5 https://r2u.stat.illinois.edu/ubuntu jammy Release [5,713 B]
Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:7 https://r2u.stat.illinois.edu/ubuntu jammy Release.gpg [793 B]
Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Hit:9 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy InRelease
Hit:10 https://ppa.launchpadcontent.net/graphics-drivers/ppa/ubuntu jammy InRelease
Hit:11 https://ppa.launchpadcontent.net/ubuntugis/ppa/ubuntu jammy InRelease
Hit:12 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Get:13 https://r2u.stat.illinois.edu/ubuntu jammy/main amd64 Packages [2,606 kB]
Get:14 https://r2u.stat.illinois.edu/ubuntu jammy/main all Packages [8,436 kB]
Fetched 11.3 MB in 4s (2,629 kB/s)
Reading package lists... Done
W: Skipping acquire of configured file 'main/source/Sources' as repository 'https://r2u.stat.illinois.edu/ubuntu jammy InRelease' does not seem to provide it (sources.list entry misspelt?)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libwebp6
E: Unable to locate package libenchant1c2a
E: Unable to locate package libvpx6

we are buidling an application of chat with any website scrpped data using crawl4ai langchain & lancdb

[13]
[14]
Requirement already satisfied: crawl4ai in /usr/local/lib/python3.10/dist-packages (0.3.72)
Requirement already satisfied: aiosqlite==0.20.0 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (0.20.0)
Requirement already satisfied: html2text==2024.2.26 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (2024.2.26)
Requirement already satisfied: lxml==5.3.0 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (5.3.0)
Requirement already satisfied: litellm==1.48.0 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (1.48.0)
Requirement already satisfied: numpy<2.1.1,>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (1.26.4)
Requirement already satisfied: pillow==10.4.0 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (10.4.0)
Requirement already satisfied: playwright==1.47.0 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (1.47.0)
Requirement already satisfied: python-dotenv==1.0.1 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (1.0.1)
Requirement already satisfied: requests<2.32.3,>=2.26.0 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (2.32.2)
Requirement already satisfied: beautifulsoup4==4.12.3 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (4.12.3)
Requirement already satisfied: playwright-stealth==1.0.6 in /usr/local/lib/python3.10/dist-packages (from crawl4ai) (1.0.6)
Requirement already satisfied: typing_extensions>=4.0 in /usr/local/lib/python3.10/dist-packages (from aiosqlite==0.20.0->crawl4ai) (4.12.2)
Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.10/dist-packages (from beautifulsoup4==4.12.3->crawl4ai) (2.6)
Requirement already satisfied: aiohttp in /usr/local/lib/python3.10/dist-packages (from litellm==1.48.0->crawl4ai) (3.10.10)
Requirement already satisfied: click in /usr/local/lib/python3.10/dist-packages (from litellm==1.48.0->crawl4ai) (8.1.7)
Requirement already satisfied: importlib-metadata>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from litellm==1.48.0->crawl4ai) (8.5.0)
Requirement already satisfied: jinja2<4.0.0,>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from litellm==1.48.0->crawl4ai) (3.1.4)
Requirement already satisfied: jsonschema<5.0.0,>=4.22.0 in /usr/local/lib/python3.10/dist-packages (from litellm==1.48.0->crawl4ai) (4.23.0)
Requirement already satisfied: openai>=1.45.0 in /usr/local/lib/python3.10/dist-packages (from litellm==1.48.0->crawl4ai) (1.52.2)
Requirement already satisfied: pydantic<3.0.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from litellm==1.48.0->crawl4ai) (2.9.2)
Requirement already satisfied: tiktoken>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from litellm==1.48.0->crawl4ai) (0.8.0)
Requirement already satisfied: tokenizers in /usr/local/lib/python3.10/dist-packages (from litellm==1.48.0->crawl4ai) (0.19.1)
Requirement already satisfied: greenlet==3.0.3 in /usr/local/lib/python3.10/dist-packages (from playwright==1.47.0->crawl4ai) (3.0.3)
Requirement already satisfied: pyee==12.0.0 in /usr/local/lib/python3.10/dist-packages (from playwright==1.47.0->crawl4ai) (12.0.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests<2.32.3,>=2.26.0->crawl4ai) (3.4.0)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests<2.32.3,>=2.26.0->crawl4ai) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests<2.32.3,>=2.26.0->crawl4ai) (2.2.3)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests<2.32.3,>=2.26.0->crawl4ai) (2024.8.30)
Requirement already satisfied: zipp>=3.20 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=6.8.0->litellm==1.48.0->crawl4ai) (3.20.2)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from jinja2<4.0.0,>=3.1.2->litellm==1.48.0->crawl4ai) (2.1.5)
Requirement already satisfied: attrs>=22.2.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema<5.0.0,>=4.22.0->litellm==1.48.0->crawl4ai) (24.2.0)
Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /usr/local/lib/python3.10/dist-packages (from jsonschema<5.0.0,>=4.22.0->litellm==1.48.0->crawl4ai) (2024.10.1)
Requirement already satisfied: referencing>=0.28.4 in /usr/local/lib/python3.10/dist-packages (from jsonschema<5.0.0,>=4.22.0->litellm==1.48.0->crawl4ai) (0.35.1)
Requirement already satisfied: rpds-py>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from jsonschema<5.0.0,>=4.22.0->litellm==1.48.0->crawl4ai) (0.20.0)
Requirement already satisfied: anyio<5,>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from openai>=1.45.0->litellm==1.48.0->crawl4ai) (3.7.1)
Requirement already satisfied: distro<2,>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openai>=1.45.0->litellm==1.48.0->crawl4ai) (1.9.0)
Requirement already satisfied: httpx<1,>=0.23.0 in /usr/local/lib/python3.10/dist-packages (from openai>=1.45.0->litellm==1.48.0->crawl4ai) (0.27.2)
Requirement already satisfied: jiter<1,>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from openai>=1.45.0->litellm==1.48.0->crawl4ai) (0.6.1)
Requirement already satisfied: sniffio in /usr/local/lib/python3.10/dist-packages (from openai>=1.45.0->litellm==1.48.0->crawl4ai) (1.3.1)
Requirement already satisfied: tqdm>4 in /usr/local/lib/python3.10/dist-packages (from openai>=1.45.0->litellm==1.48.0->crawl4ai) (4.66.6)
Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from pydantic<3.0.0,>=2.0.0->litellm==1.48.0->crawl4ai) (0.7.0)
Requirement already satisfied: pydantic-core==2.23.4 in /usr/local/lib/python3.10/dist-packages (from pydantic<3.0.0,>=2.0.0->litellm==1.48.0->crawl4ai) (2.23.4)
Requirement already satisfied: regex>=2022.1.18 in /usr/local/lib/python3.10/dist-packages (from tiktoken>=0.7.0->litellm==1.48.0->crawl4ai) (2024.9.11)
Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->litellm==1.48.0->crawl4ai) (2.4.3)
Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.10/dist-packages (from aiohttp->litellm==1.48.0->crawl4ai) (1.3.1)
Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from aiohttp->litellm==1.48.0->crawl4ai) (1.5.0)
Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.10/dist-packages (from aiohttp->litellm==1.48.0->crawl4ai) (6.1.0)
Requirement already satisfied: yarl<2.0,>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->litellm==1.48.0->crawl4ai) (1.17.0)
Requirement already satisfied: async-timeout<5.0,>=4.0 in /usr/local/lib/python3.10/dist-packages (from aiohttp->litellm==1.48.0->crawl4ai) (4.0.3)
Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /usr/local/lib/python3.10/dist-packages (from tokenizers->litellm==1.48.0->crawl4ai) (0.26.2)
Requirement already satisfied: exceptiongroup in /usr/local/lib/python3.10/dist-packages (from anyio<5,>=3.5.0->openai>=1.45.0->litellm==1.48.0->crawl4ai) (1.2.2)
Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.10/dist-packages (from httpx<1,>=0.23.0->openai>=1.45.0->litellm==1.48.0->crawl4ai) (1.0.6)
Requirement already satisfied: h11<0.15,>=0.13 in /usr/local/lib/python3.10/dist-packages (from httpcore==1.*->httpx<1,>=0.23.0->openai>=1.45.0->litellm==1.48.0->crawl4ai) (0.14.0)
Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->litellm==1.48.0->crawl4ai) (3.16.1)
Requirement already satisfied: fsspec>=2023.5.0 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->litellm==1.48.0->crawl4ai) (2024.10.0)
Requirement already satisfied: packaging>=20.9 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->litellm==1.48.0->crawl4ai) (24.1)
Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->litellm==1.48.0->crawl4ai) (6.0.2)
Requirement already satisfied: propcache>=0.2.0 in /usr/local/lib/python3.10/dist-packages (from yarl<2.0,>=1.12.0->aiohttp->litellm==1.48.0->crawl4ai) (0.2.0)
Requirement already satisfied: nest-asyncio in /usr/local/lib/python3.10/dist-packages (1.6.0)
Playwright Host validation warning: 
╔══════════════════════════════════════════════════════╗
║ Host system is missing dependencies to run browsers. ║
║ Missing libraries:                                   ║
║     libwoff2dec.so.1.0.2                             ║
║     libgstgl-1.0.so.0                                ║
║     libgstcodecparsers-1.0.so.0                      ║
║     libharfbuzz-icu.so.0                             ║
║     libenchant-2.so.2                                ║
║     libsecret-1.so.0                                 ║
║     libhyphen.so.0                                   ║
║     libmanette-0.2.so.0                              ║
╚══════════════════════════════════════════════════════╝
    at validateDependenciesLinux (/usr/local/lib/python3.10/dist-packages/playwright/driver/package/lib/server/registry/dependencies.js:216:9)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Registry._validateHostRequirements (/usr/local/lib/python3.10/dist-packages/playwright/driver/package/lib/server/registry/index.js:626:43)
    at async Registry._validateHostRequirementsForExecutableIfNeeded (/usr/local/lib/python3.10/dist-packages/playwright/driver/package/lib/server/registry/index.js:724:7)
    at async Registry.validateHostRequirementsForExecutablesIfNeeded (/usr/local/lib/python3.10/dist-packages/playwright/driver/package/lib/server/registry/index.js:713:43)
    at async t.<anonymous> (/usr/local/lib/python3.10/dist-packages/playwright/driver/package/lib/cli/program.js:119:7)
[15]

Below is data extracted from the website url

[16]
[LOG] 🌤️  Warming up the AsyncWebCrawler
[LOG] 🌞 AsyncWebCrawler is ready to crawl
[LOG] 🚀 Content extracted for https://www.livemint.com/market/stock-market-news, success: True, time taken: 0.45 seconds
[LOG] 🚀 Extraction done for https://www.livemint.com/market/stock-market-news, time taken: 0.45 seconds.
**Explore**

[ ![mint](https://www.livemint.com/lm-img/livemint-logo-v2.svg)](https://www.livemint.com/ "mint")

[ ](https://www.livemint.com/notifications "Notification") [Sign in](javascript:void\(0\);)

[ ![LM Image](https://www.livemint.com/lm-img/static/epaperIcon.png) ](https://epaper.livemint.com/?utm_source=LM_Desk_Header&utm_medium=LM_desk_top_nav&utm_campaign=Ref) [e-paper](https://epaper.livemint.com/?utm_source=LM_Desk_Header&utm_medium=LM_desk_top_nav&utm_campaign=Ref) [Subscribe](javascript:void\(0\)) Sign In

Friday, 1 November 2024

[](javascript:void\(0\))

Stocks

Mutual Funds

News

###### POPULAR CATEGORIES

[Companies](/companies)[Markets](/market)[Technology](/technology)[Money](/money)[News](/news)[Mutual Funds](/mutual-fund)[Opinion](/opinion)[Industry](/industry)

  * [Home](https://www.livemint.com/)
  * [News](https://www.livemint.com/news)
  * [Markets](https://www.livemint.com/market)
  * [Premium](https://www.livemint.com/premium)
  * [Money](https://www.livemint.com/money)
  * [Mutual Fund](https://www.livemint.com/mutual-fund)
  * [Personal Loan](https://www.livemint.com/money/loan/personal-loan?cta_position=lm_l1 )
  * [Companies](https://www.livemint.com/companies)
  * [Technology](https://www.livemint.com/technology)
  * [Web Stories](https://www.livemint.com/web-stories)
  * [In Charts](https://www.livemint.com/topic/in-charts)
  * [Opinion](https://www.livemint.com/opinion)
  * [Videos](https://www.livemint.com/videos)



  * [All](https://www.livemint.com/premium)
  * [Companies](JavaScript:Void\(0\);)
  * [Technology](JavaScript:Void\(0\);)
  * [Markets](JavaScript:Void\(0\);)
  * [Money](JavaScript:Void\(0\);)
  * [MyMint](https://www.livemint.com/mymint)
  * [Mutual Funds](JavaScript:Void\(0\);)
  * [Insurance](JavaScript:Void\(0\);)
  * [Auto](JavaScript:Void\(0\);)
  * [Industry](JavaScript:Void\(0\);)
  * [Personal Finance](JavaScript:Void\(0\);)



Hello User

Sign in 

Sign Out 

[My Account](javascript:void\(0\))

[My Account](javascript:void\(0\))

  * Subscribe
  * [My Watchlist](https://www.livemint.com/market/watchlist)
  * [Newsletters](https://www.livemint.com/newsletters)
  * [Notifications](https://www.livemint.com/notifications)



  * [My Reads](https://www.livemint.com/myreads)
  * [For You](https://www.livemint.com/recommended-for-you)



View Less -

View More +

Data Insights

  * [Market Dashboard](https://www.livemint.com/market/market-stats/)
  * [Bullion](javascript:void\(0\))

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [Gold](https://www.livemint.com/gold-prices)
    * [Silver](https://www.livemint.com/silver-prices)
  * [Fuel](https://www.livemint.com/fuel-prices)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [Petrol](https://www.livemint.com/fuel-prices-petrol)
    * [Diesel](https://www.livemint.com/fuel-prices-diesel)
  * [Commodities](javascript:void\(0\))

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [Gold](https://www.livemint.com/market/market-stats/commodity-mcx-gold-price)
    * [GoldM](https://www.livemint.com/market/market-stats/commodity-mcx-goldm-price)
    * [Aluminum](https://www.livemint.com/market/market-stats/commodity-mcx-aluminium-price)
    * [Menthaoil](https://www.livemint.com/market/market-stats/commodity-mcx-menthaoil-price)
    * [Silver](https://www.livemint.com/market/market-stats/commodity-mcx-silver-price)
    * [SilverMIC](https://www.livemint.com/market/market-stats/commodity-mcx-silvermic-price)
    * [GoldPetal](https://www.livemint.com/market/market-stats/commodity-mcx-goldpetal-price)
    * [Natural Gas](https://www.livemint.com/market/market-stats/commodity-mcx-naturalgas-price)
    * [Copper](https://www.livemint.com/market/market-stats/commodity-mcx-copper-price)
    * [Zinc](https://www.livemint.com/market/market-stats/commodity-mcx-zinc-price)
    * [SilverM](https://www.livemint.com/market/market-stats/commodity-mcx-silverm-price)
    * [CrudeOil](https://www.livemint.com/market/market-stats/commodity-mcx-crudeoil-price)
    * [GoldGinuea](https://www.livemint.com/market/market-stats/commodity-mcx-goldguinea-price)
    * [Lead](https://www.livemint.com/market/market-stats/commodity-mcx-lead-price)



  * [CryptoCurrencies](https://www.livemint.com/cryptocurrency)



View Less -

View More +

Top Sections

  * [Today's News](https://www.livemint.com/news)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [India News](https://www.livemint.com/news/india)
    * [World News](https://www.livemint.com/news/world)
    * [US News Today](https://www.livemint.com/news/us-news)
  * [Economy](/mint-lounge)
  * [Money News](https://www.livemint.com/money)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [Personal Finance](https://www.livemint.com/money/personal-finance)
    * [Q&A](https://www.livemint.com/money/ask-mint-money)
    * [Opinion](https://www.livemint.com/opinion)
  * [Company Business News](https://www.livemint.com/companies)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [IPO News](https://www.livemint.com/market/ipo)
    * [Start-ups](https://www.livemint.com/companies/start-ups)
    * [Company Results](https://www.livemint.com/companies/company-results)
    * [Top Company Leader](https://www.livemint.com/companies/people)
  * [Stock Market News](https://www.livemint.com/market)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [Stock Markets](https://www.livemint.com/market/stock-market-news)
    * [Commodity News](https://www.livemint.com/market/commodities)
    * [Mark To Market](https://www.livemint.com/market/mark-to-market)
    * [IPO News](https://www.livemint.com/market/ipo)
    * [Live Blog](https://www.livemint.com/market/live-blog)



  * [personal loan](https://www.livemint.com/money/loan/personal-loan)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [personal loan emi calculator](https://www.livemint.com/loans/personal-loan-emi-calculator)
    * [Personal Loan Interest Rate](https://www.livemint.com/loans/personal-loan-interest-rates)
    * [Personal Loan Eligibility](https://www.livemint.com/loans/personal-loan-eligibility)
    * [Business Loan](https://www.livemint.com/loans/business-loan)
    * [Instant Loan](https://www.livemint.com/loans/instant-personal-loan)
  * [Election Results 2024](https://www.livemint.com/elections)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [Assembly Elections 2024](https://www.livemint.com/elections/assembly-elections)
  * [Indian Industry Analysis](https://www.livemint.com/industry)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [Banking News](https://www.livemint.com/industry/banking)
    * [Infotech News](https://www.livemint.com/industry/infotech)
    * [Infrastructure](https://www.livemint.com/industry/infrastructure)
    * [Agriculture](https://www.livemint.com/industry/agriculture)
    * [Manufacturing](https://www.livemint.com/industry/manufacturing)
    * [Energy News](https://www.livemint.com/industry/energy)
    * [Retail News](https://www.livemint.com/industry/retail)
    * [Auto News](https://www.livemint.com/auto-news)
    * [Sports News](https://www.livemint.com/sports)
  * [Opinion](https://www.livemint.com/opinion)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [Views](https://www.livemint.com/opinion/online-views)
    * [Columns](https://www.livemint.com/opinion/columns)
  * [Technology News](https://www.livemint.com/technology)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [Gadgets](https://www.livemint.com/technology/gadgets)
    * [Tech Reviews](https://www.livemint.com/technology/tech-reviews)
    * [App News](https://www.livemint.com/technology/apps)
  * [Politics News](https://www.livemint.com/politics)
  * [Lounge](https://www.livemint.com/mint-lounge)
  * [Sports News](https://www.livemint.com/sports)
  * [IPL 2025 ](https://www.livemint.com/sports/cricket-news/ipl)

![Sub Navigation](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

    * [IPL Points Table 2024](https://www.livemint.com/sports/cricket-news/ipl-points-table)
    * [IPL 2024 Orange Cap](https://www.livemint.com/sports/cricket-news/ipl-orange-cap)
    * [IPL 2024 Purple Cap](https://www.livemint.com/sports/cricket-news/ipl-purple-cap)
    * [IPL Match Today | IPL 2024 Schedule ](https://www.livemint.com/sports/cricket-news/ipl-schedule)
  * [Education News Today](https://www.livemint.com/education)



View Less -

View More +

Premium Offerings

  * [e-paper](https://epaper.livemint.com/?utm_source=LM_Mobile_Menu&utm_medium=LM_Hamburger&utm_campaign=Ref)
  * [WSJ](https://www.livemint.com/wsj)
  * [Economist](https://www.livemint.com/economist)
  * [MyMint](https://www.livemint.com/mymint)



  * [Mint Premium](https://www.livemint.com/premium)



View Less -

View More +

[Tools and Calculators](https://www.livemint.com/tools-calculators)

  * [IFSC Code Finder](https://www.livemint.com/ifsc-code)
  * [Income Tax Calculator](https://www.livemint.com/tools-calculators/income-tax-calculator)
  * [SIP Calculator](https://www.livemint.com/tools-calculators/sip-calculator)



  * [EMI Calculator](https://www.livemint.com/tools-calculators/emi-calculator)
  * [Home Loan EMI Calculator](https://www.livemint.com/tools-calculators/home-loan-emi-calculator)
  * [Car Loan EMI](https://www.livemint.com/tools-calculators/car-loan-calculator)
  * [NPS Calculator](https://www.livemint.com/tools-calculators/nps-calculator)



View Less -

View More +

MultiMedia Collections

  * [Videos](https://www.livemint.com/videos)
  * [WebStories](https://www.livemint.com/web-stories)
  * [Photo Gallery](https://www.livemint.com/photos)



  * [Podcasts](https://www.livemint.com/podcast)



View Less -

View More +

More From Mint

  * [Mint Genie](https://mintgenie.livemint.com/)
  * [Mint Lounge](https://www.livemint.com/mint-lounge)



Explore Mint

  * [About Us](https://www.livemint.com/Object/141EnEHrj3MSsNLtT8BEaK/aboutus.html)
  * [Print Subscription](https://www.mintreaders.com/login.php)
  * [Mint Authors](https://www.livemint.com/authors)



  * [Terms of Use](https://www.livemint.com/Object/E2pEUrWSb5ByMuUfCFHp3M/termsofuse.html)
  * [Disclaimer](https://www.livemint.com/static/disclaimer)
  * [Mint Code](https://www.livemint.com/Object/oY1eoxhTWFNTebOv7Pmg3M/mintcode.html)
  * [Code of ethics](https://www.livemint.com/static/code-of-ethics)
  * [Cookie Policy](https://www.livemint.com/static/cookie-policy)
  * [Privacy Policy](https://www.livemint.com/Object/483E65M2lsKyJBVJaJtj3M/privacypolicy.html)
  * [Subscriber - Terms of Use](https://www.livemint.com/static/subscriber-tnc)
  * [SITEMAP](https://www.livemint.com/Object/yfY9DbaXROhxhhImL9rG1M/sitemapweb.html)
  * [Contact Us](https://www.livemint.com/Object/Uyx3KLeUKMSYmjl8xO3T3M/contactus.html)
  * [Mint Apps](https://www.livemint.com/apps)



View Less -

View More +

Copyright © HT Digital Streams Limited All Rights Reserved.

[OPEN IN APP](https://mintiphone.page.link/?apn=com.htmedia.mint&isi=470175900&ibi=com.hindustantimes.mintiphone&ipbi=com.livemint.ipad&efr=1&utm_campaign=open_app&utm_medium=msite&utm_source=subsection_page&pt=660495&mt=8&ct=open_app&link=https://www.livemint.com/market/stock-market-news)

Gainers & Losers

Top Gainers Top Losers

[

  1. Mahindra & Mahindra share price
  2. 2,817.003.29%

](https://www.livemint.com/market/market-stats/stocks-mahindra-mahindra-share-price-nse-bse-S0003059) [

  1. Tata Motors share price
  2. 843.601.14%

](https://www.livemint.com/market/market-stats/stocks-tata-motors-share-price-nse-bse-S0003022) [

  1. Axis Bank share price
  2. 1,169.200.92%

](https://www.livemint.com/market/market-stats/stocks-axis-bank-share-price-nse-bse-S0003048) [

  1. Nestle India share price
  2. 2,284.000.87%

](https://www.livemint.com/market/market-stats/stocks-nestle-india-share-price-nse-bse-S0003095) [

  1. Kotak Mahindra Bank share price
  2. 1,744.850.83%

](https://www.livemint.com/market/market-stats/stocks-kotak-mahindra-bank-share-price-nse-bse-S0003043) [

  1. HCL Technologies share price
  2. 1,758.20-0.55%

](https://www.livemint.com/market/market-stats/stocks-hcl-technologies-share-price-nse-bse-S0003045) [

  1. Tech Mahindra share price
  2. 1,603.00-0.33%

](https://www.livemint.com/market/market-stats/stocks-tech-mahindra-share-price-nse-bse-S0003115) [

  1. Wipro share price
  2. 551.15-0.12%

](https://www.livemint.com/market/market-stats/stocks-wipro-share-price-nse-bse-S0003105) [

  1. ICICI Bank share price
  2. 1,291.00-0.04%

](https://www.livemint.com/market/market-stats/stocks-icici-bank-share-price-nse-bse-S0003019)

Active Stocks

Fri Nov 01 2024 19:18:42  [

  1. Tata Steel share price 
  2. 149.70  0.71%

](https://www.livemint.com/market/market-stats/stocks-tata-steel-share-price-nse-bse-S0003026) [

  1. Tata Motors share price 
  2. 843.60  1.14%

](https://www.livemint.com/market/market-stats/stocks-tata-motors-share-price-nse-bse-S0003022) [

  1. Reliance Industries share price 
  2. 1,339.10  0.49%

](https://www.livemint.com/market/market-stats/stocks-reliance-industries-share-price-nse-bse-S0003018) [

  1. State Bank Of India share price 
  2. 821.05  0.07%

](https://www.livemint.com/market/market-stats/stocks-state-bank-of-india-share-price-nse-bse-S0003016) [

  1. Wipro share price 
  2. 551.15  -0.12%

](https://www.livemint.com/market/market-stats/stocks-wipro-share-price-nse-bse-S0003105)

[Business News](https://www.livemint.com/)/[Market](https://www.livemint.com/market)/ Stock Market News 

# Stock Markets

[ ![Muhurat Trading 2024: Nifty Auto index jumps over 1% amid strong October sales; M&M leads](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Cars--621x414_1730470356273.jpg) Premium ](/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html)

##  [ Muhurat Trading 2024: Nifty Auto index jumps over 1% amid strong October sales ](/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html)

_2 min read_ **.** 07:47 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024: Nifty Auto index jumps over 1Percent amid strong October sales - https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024: Nifty Auto index jumps over 1Percent amid strong October sales - https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Muhurat Trading 2024: Nifty50, Sensex end higher for the 7th straight Muhurat session; Nifty Auto gains over 1%](https://www.livemint.com/lm-img/img/2024/11/01/90x90/WhatsApp_Image_2024_1730469359041_1730469368260.jpeg) Premium ](/market/stock-market-news/muhurat-trading-2024-nifty50-sensex-end-higher-for-the-7th-straight-muhurat-session-auto-index-gains-over-1-11730466004008.html)

##  [ Muhurat Trading 2024: Nifty50, Sensex end higher for the 7th straight session ](/market/stock-market-news/muhurat-trading-2024-nifty50-sensex-end-higher-for-the-7th-straight-muhurat-session-auto-index-gains-over-1-11730466004008.html)

_1 min read_ **.** 07:14 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024: Nifty50, Sensex end higher for the 7th straight session - https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty50-sensex-end-higher-for-the-7th-straight-muhurat-session-auto-index-gains-over-1-11730466004008.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024: Nifty50, Sensex end higher for the 7th straight session - https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty50-sensex-end-higher-for-the-7th-straight-muhurat-session-auto-index-gains-over-1-11730466004008.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Muhurat Trading 2024: M&M climbs over 3% on record SUV sales in October](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Thar_1723698862765_1730465518186.png) Premium ](/market/stock-market-news/muhurat-trading-2024-m-m-climbs-over-3-on-record-suv-sales-in-october-11730465324546.html)

##  [ Muhurat Trading 2024: M&M climbs over 3% on record SUV sales in October ](/market/stock-market-news/muhurat-trading-2024-m-m-climbs-over-3-on-record-suv-sales-in-october-11730465324546.html)

_1 min read_ **.** 06:24 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024: M M climbs over 3Percent on record SUV sales in October - https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-m-m-climbs-over-3-on-record-suv-sales-in-october-11730465324546.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024: M M climbs over 3Percent on record SUV sales in October - https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-m-m-climbs-over-3-on-record-suv-sales-in-october-11730465324546.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Samvat 2081: D-Street experts suggest investors must build a diversified portfolio to tap into high growth opportunities.
In Picture: Cartons of financial investment products in a shopping cart i.e REITs, stocks, ETFs, bonds, mutual funds, commodities. A concept of portfolio management with risk diversification for optimal returns.](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Diversify__1730465367213_1730465367519.jpg) Premium ](/market/stock-market-news/muhurat-trading-kicks-off-samvat-2081-heres-how-to-seize-high-growth-opportunities-with-sip-mfs-for-diverse-portfolio-11730463937170.html)

##  [ Samvat 2081: Here's how you can seize high-growth opportunities with SIPs, MFs ](/market/stock-market-news/muhurat-trading-kicks-off-samvat-2081-heres-how-to-seize-high-growth-opportunities-with-sip-mfs-for-diverse-portfolio-11730463937170.html)

_3 min read_ **.** 06:18 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Samvat 2081: Here‘s how you can seize high-growth opportunities with SIPs, MFs - https://www.livemint.com/market/stock-market-news/muhurat-trading-kicks-off-samvat-2081-heres-how-to-seize-high-growth-opportunities-with-sip-mfs-for-diverse-portfolio-11730463937170.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Samvat 2081: Here‘s how you can seize high-growth opportunities with SIPs, MFs - https://www.livemint.com/market/stock-market-news/muhurat-trading-kicks-off-samvat-2081-heres-how-to-seize-high-growth-opportunities-with-sip-mfs-for-diverse-portfolio-11730463937170.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![TVS Motor Company recorded total EV sales growth of 45% at 29,308 units in October 2024 from 20,153 units in October 2023.](https://www.livemint.com/lm-img/img/2024/11/01/90x90/c24ad718-e4c2-11eb-9e68-15e371a342e0_1629901408239_1730464100442.jpg) Premium ](/market/stock-market-news/tvs-motor-share-price-rallies-2-on-diwali-muhurat-trading-after-october-sales-rise-11730463772139.html)

##  [ TVS Motor shares rally 2% on Diwali Muhurat Trading after October sales rise ](/market/stock-market-news/tvs-motor-share-price-rallies-2-on-diwali-muhurat-trading-after-october-sales-rise-11730463772139.html)

_1 min read_ **.** 06:16 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=TVS Motor shares rally 2Percent on Diwali Muhurat Trading after October sales rise - https://www.livemint.com/market/stock-market-news/tvs-motor-share-price-rallies-2-on-diwali-muhurat-trading-after-october-sales-rise-11730463772139.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=TVS Motor shares rally 2Percent on Diwali Muhurat Trading after October sales rise - https://www.livemint.com/market/stock-market-news/tvs-motor-share-price-rallies-2-on-diwali-muhurat-trading-after-october-sales-rise-11730463772139.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Muhurat Trading 2024: What should be your strategy this year?](https://www.livemint.com/lm-img/img/2024/11/01/90x90/2-0-1403851619-hires--3--0_1679756398637_1730463064383.jpg) Premium ](/market/stock-market-news/muhurat-trading-2024-what-should-be-your-strategy-this-year-11730462692542.html)

##  [ Muhurat Trading 2024: What should be your strategy this year? ](/market/stock-market-news/muhurat-trading-2024-what-should-be-your-strategy-this-year-11730462692542.html)

_2 min read_ **.** 05:44 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024: What should be your strategy this year? - https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-what-should-be-your-strategy-this-year-11730462692542.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024: What should be your strategy this year? - https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-what-should-be-your-strategy-this-year-11730462692542.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Muhurat Trading: Choice Broking prefers PSU Bank stock SBI as its top pick](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Stock_market_today_iStock_1661476963881_1730461896969.jpg) Premium ](/market/stock-market-news/muhurat-trading-choice-broking-prefers-psu-bank-stock-sbi-as-its-top-pick-11730460863304.html)

##  [ Muhurat Trading: Choice Broking prefers this PSU Bank stock as its top pick ](/market/stock-market-news/muhurat-trading-choice-broking-prefers-psu-bank-stock-sbi-as-its-top-pick-11730460863304.html)

_2 min read_ **.** 05:22 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading: Choice Broking prefers this PSU Bank stock as its top pick - https://www.livemint.com/market/stock-market-news/muhurat-trading-choice-broking-prefers-psu-bank-stock-sbi-as-its-top-pick-11730460863304.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading: Choice Broking prefers this PSU Bank stock as its top pick - https://www.livemint.com/market/stock-market-news/muhurat-trading-choice-broking-prefers-psu-bank-stock-sbi-as-its-top-pick-11730460863304.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Maruti Suzuki reported the highest-ever monthly sales in October 2024, hours before the special Muhurat Trading session.
In Picture: Maruti Suzuki dealership in South Delhi. Photographed by Ramesh Pathania](https://www.livemint.com/lm-img/img/2024/11/01/90x90/2-0-404750925-maruti1-0_1680680881851_1730459018903.jpg) Premium ](/market/stock-market-news/maruti-suzuki-reports-highest-ever-monthly-sales-at-2-06-434-units-in-october-ahead-of-muhurat-trading-session-11730458869558.html)

##  [ Maruti Suzuki reports highest-ever monthly sales ahead of Muhurat Trading ](/market/stock-market-news/maruti-suzuki-reports-highest-ever-monthly-sales-at-2-06-434-units-in-october-ahead-of-muhurat-trading-session-11730458869558.html)

_3 min read_ **.** 04:33 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Maruti Suzuki reports highest-ever monthly sales ahead of Muhurat Trading - https://www.livemint.com/market/stock-market-news/maruti-suzuki-reports-highest-ever-monthly-sales-at-2-06-434-units-in-october-ahead-of-muhurat-trading-session-11730458869558.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Maruti Suzuki reports highest-ever monthly sales ahead of Muhurat Trading - https://www.livemint.com/market/stock-market-news/maruti-suzuki-reports-highest-ever-monthly-sales-at-2-06-434-units-in-october-ahead-of-muhurat-trading-session-11730458869558.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Gold, silver prices jump over 4% in October on safe-haven demand, 3rd straight month of gains. \(unsplash.com\)](https://www.livemint.com/lm-img/img/2024/11/01/90x90/dash-cryptocurrency-UWer_a3uvWA-unsplash_1665139458030_1730444460413.jpg) Premium ](/market/stock-market-news/gold-silver-prices-jump-over-4-in-october-on-safe-haven-demand-3rd-straight-month-of-gains-11730444449042.html)

##  [ Gold, silver prices jump over 4% in October on safe-haven demand ](/market/stock-market-news/gold-silver-prices-jump-over-4-in-october-on-safe-haven-demand-3rd-straight-month-of-gains-11730444449042.html)

_4 min read_ **.** 04:25 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Gold, silver prices jump over 4Percent in October on safe-haven demand - https://www.livemint.com/market/stock-market-news/gold-silver-prices-jump-over-4-in-october-on-safe-haven-demand-3rd-straight-month-of-gains-11730444449042.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Gold, silver prices jump over 4Percent in October on safe-haven demand - https://www.livemint.com/market/stock-market-news/gold-silver-prices-jump-over-4-in-october-on-safe-haven-demand-3rd-straight-month-of-gains-11730444449042.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Multibagger: In Samvat 2080, the Nifty 50 rose by 26.87%, driven by 75 multibagger stocks. IREDA led with a 556.4% increase. However, analysts warn of volatility and future market challenges, advising cautious investment strategies. \(\(Image: Pixabay\)\)](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Screenshot_2024-10-03_065831_1727918877877_1730455739495.png) Premium ](/market/stock-market-news/multibagger-75-stocks-double-investors-wealth-in-samvat-2080-ireda-tops-the-list-11730443143292.html)

##  [ 75 stocks double investors wealth in Samvat 2080; IREDA tops the list ](/market/stock-market-news/multibagger-75-stocks-double-investors-wealth-in-samvat-2080-ireda-tops-the-list-11730443143292.html)

_4 min read_ **.** 04:24 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=75 stocks double investors wealth in Samvat 2080 IREDA tops the list - https://www.livemint.com/market/stock-market-news/multibagger-75-stocks-double-investors-wealth-in-samvat-2080-ireda-tops-the-list-11730443143292.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=75 stocks double investors wealth in Samvat 2080 IREDA tops the list - https://www.livemint.com/market/stock-market-news/multibagger-75-stocks-double-investors-wealth-in-samvat-2080-ireda-tops-the-list-11730443143292.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Muhurat Trading 2024 Highlights: Sensex, Nifty 50 end higher in the special Diwali Muhurat Trading Session 2024.](https://www.livemint.com/lm-img/img/2024/11/01/90x90/WhatsA_1730467528435_1730467528723.jpeg) Premium ](/market/stock-market-news/diwali-muhurat-trading-2024-live-updates-check-out-timings-trade-strategies-and-stocks-to-buy-in-samvat-2081-11730450492411.html)

##  [ Muhurat Trading 2024 Highlights: Sensex, Nifty 50 end higher led by auto, metals ](/market/stock-market-news/diwali-muhurat-trading-2024-live-updates-check-out-timings-trade-strategies-and-stocks-to-buy-in-samvat-2081-11730450492411.html)

_11 min read_ **.** 07:34 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024 Highlights: Sensex, Nifty 50 end higher led by auto, metals - https://www.livemint.com/market/stock-market-news/diwali-muhurat-trading-2024-live-updates-check-out-timings-trade-strategies-and-stocks-to-buy-in-samvat-2081-11730450492411.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024 Highlights: Sensex, Nifty 50 end higher led by auto, metals - https://www.livemint.com/market/stock-market-news/diwali-muhurat-trading-2024-live-updates-check-out-timings-trade-strategies-and-stocks-to-buy-in-samvat-2081-11730450492411.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Muhurat Trading 2024: Religare Broking recommends 5 stocks with up to 18% growth potential. \(Bloomberg\)](https://www.livemint.com/lm-img/img/2024/11/01/90x90/2-0-119513731-BSE-4C-0_1681879701723_1730450797654.jpg) Premium ](/market/stock-market-news/muhurat-trading-2024-religare-broking-recommends-5-stocks-with-up-to-18-growth-potential-11730450559931.html)

##  [ Muhurat Trading 2024: Religare Broking lists 5 stocks with up to 18% upside ](/market/stock-market-news/muhurat-trading-2024-religare-broking-recommends-5-stocks-with-up-to-18-growth-potential-11730450559931.html)

_3 min read_ **.** 02:35 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024: Religare Broking lists 5 stocks with up to 18Percent upside - https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-religare-broking-recommends-5-stocks-with-up-to-18-growth-potential-11730450559931.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Muhurat Trading 2024: Religare Broking lists 5 stocks with up to 18Percent upside - https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-religare-broking-recommends-5-stocks-with-up-to-18-growth-potential-11730450559931.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Muhurat Trading 2024 strategy: Sumeet Bagadia believes that the Indian stock market bias is weak and that the Nifty 50 index may go down to 23,450 to 23,400 if the 50-stock index breaks below 24,000 to 23,900 support decisively. \(MINT\)](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Buy_or_sell_Stocks_to_buy_today_Muhurat_Trading_1730449784903_1730449785120.jpg) Premium ](/market/stock-market-news/stocks-to-buy-or-sell-for-muhurat-trading-2024-sumeet-bagadia-recommends-five-shares-to-buy-today-samvat-2081-11730449252675.html)

##  [ Stocks to buy or sell for Muhurat trade: Sumeet Bagadia picks five shares to buy ](/market/stock-market-news/stocks-to-buy-or-sell-for-muhurat-trading-2024-sumeet-bagadia-recommends-five-shares-to-buy-today-samvat-2081-11730449252675.html)

_2 min read_ **.** 02:06 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Stocks to buy or sell for Muhurat trade: Sumeet Bagadia picks five shares to buy - https://www.livemint.com/market/stock-market-news/stocks-to-buy-or-sell-for-muhurat-trading-2024-sumeet-bagadia-recommends-five-shares-to-buy-today-samvat-2081-11730449252675.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Stocks to buy or sell for Muhurat trade: Sumeet Bagadia picks five shares to buy - https://www.livemint.com/market/stock-market-news/stocks-to-buy-or-sell-for-muhurat-trading-2024-sumeet-bagadia-recommends-five-shares-to-buy-today-samvat-2081-11730449252675.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Share market today: Aamar Deo Singh of Angel One Ltd highlights the potential of Samvat 2081 despite ongoing volatility. Investors are encouraged to consider specific stocks and monitor geopolitical events, the US presidential election, and corporate governance issues for informed decision-making.](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Aamar_Deo_Singh_1730441386896_1730441400082.jpg) Premium ](/market/stock-market-news/expert-speak-samvat-2081-has-potential-overall-but-volatility-to-persist-in-stock-market-says-aamar-deo-singh-11730437280962.html)

##  [ Samvat 2081 has potential overall, but volatility to persist : Aamar Deo Singh ](/market/stock-market-news/expert-speak-samvat-2081-has-potential-overall-but-volatility-to-persist-in-stock-market-says-aamar-deo-singh-11730437280962.html)

_5 min read_ **.** 01:05 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Samvat 2081 has potential overall, but volatility to persist : Aamar Deo Singh - https://www.livemint.com/market/stock-market-news/expert-speak-samvat-2081-has-potential-overall-but-volatility-to-persist-in-stock-market-says-aamar-deo-singh-11730437280962.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Samvat 2081 has potential overall, but volatility to persist : Aamar Deo Singh - https://www.livemint.com/market/stock-market-news/expert-speak-samvat-2081-has-potential-overall-but-volatility-to-persist-in-stock-market-says-aamar-deo-singh-11730437280962.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Stock market today: Vaishali Parekh believes that Indian stock market bias has weakened as the Nifty 50 index failed to breach the hurdle placed at the 24,700 mark. \(Photo: Courtesy Prabhudas Lilladher\)](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Buy_or_sell_Stocks_to_buy_today_Muhurat_Trading_1730443820507_1730443820845.jpg) Premium ](/market/stock-market-news/buy-or-sell-stocks-for-muhurat-trading-2024-vaishali-parekh-recommends-three-stocks-to-buy-today-samvat-2081-11730443324786.html)

##  [ Buy or sell: Vaishali Parekh recommends three stocks to buy in Muhurat trading ](/market/stock-market-news/buy-or-sell-stocks-for-muhurat-trading-2024-vaishali-parekh-recommends-three-stocks-to-buy-today-samvat-2081-11730443324786.html)

_2 min read_ **.** 12:26 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Buy or sell: Vaishali Parekh recommends three stocks to buy in Muhurat trading - https://www.livemint.com/market/stock-market-news/buy-or-sell-stocks-for-muhurat-trading-2024-vaishali-parekh-recommends-three-stocks-to-buy-today-samvat-2081-11730443324786.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Buy or sell: Vaishali Parekh recommends three stocks to buy in Muhurat trading - https://www.livemint.com/market/stock-market-news/buy-or-sell-stocks-for-muhurat-trading-2024-vaishali-parekh-recommends-three-stocks-to-buy-today-samvat-2081-11730443324786.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Record Exodus: Foreign investors pull out ₹1.14 lakh crore from Indian stocks in October. \(AP\)](https://www.livemint.com/lm-img/img/2024/11/01/90x90/2-0-82162651-OPED-5C--0_1681462109573_1730436320215.jpg) Premium ](/market/stock-market-news/record-exodus-foreign-investors-pull-out-rs-1-14-lakh-crore-from-indian-stocks-in-october-11730436180736.html)

##  [ Record Exodus: FPIs pull out ₹1.14 lakh crore from Indian stocks in October ](/market/stock-market-news/record-exodus-foreign-investors-pull-out-rs-1-14-lakh-crore-from-indian-stocks-in-october-11730436180736.html)

_3 min read_ **.** 12:07 PM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Record Exodus: FPIs pull out ₹1.14 lakh crore from Indian stocks in October - https://www.livemint.com/market/stock-market-news/record-exodus-foreign-investors-pull-out-rs-1-14-lakh-crore-from-indian-stocks-in-october-11730436180736.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Record Exodus: FPIs pull out ₹1.14 lakh crore from Indian stocks in October - https://www.livemint.com/market/stock-market-news/record-exodus-foreign-investors-pull-out-rs-1-14-lakh-crore-from-indian-stocks-in-october-11730436180736.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Diwali Bonanza: 3 stocks to light up your portfolio in Samvat 2081](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Diwali_1730441990659_1730441991031.JPG) Premium ](/market/stock-market-news/diwali-bonanza-3-stocks-to-light-up-your-portfolio-in-samvat-2081-11730441540234.html)

##  [ Diwali Bonanza: 3 stocks to light up your portfolio in Samvat 2081 ](/market/stock-market-news/diwali-bonanza-3-stocks-to-light-up-your-portfolio-in-samvat-2081-11730441540234.html)

_2 min read_ **.** 11:53 AM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Diwali Bonanza: 3 stocks to light up your portfolio in Samvat 2081 - https://www.livemint.com/market/stock-market-news/diwali-bonanza-3-stocks-to-light-up-your-portfolio-in-samvat-2081-11730441540234.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Diwali Bonanza: 3 stocks to light up your portfolio in Samvat 2081 - https://www.livemint.com/market/stock-market-news/diwali-bonanza-3-stocks-to-light-up-your-portfolio-in-samvat-2081-11730441540234.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Muhurat Trading 2024 strategy: According to experts, the 24,100 to 24,000 zone provided some support throughout the week due to oversold conditions, but the Nifty 50 index faced persistent resistance on attempted rebounds. \(Photo: Mint\)](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Muhurat_Trading_2024_Samvat_2081_Stock_market_toda_1730438807479_1730438807666.JPG) Premium ](/market/stock-market-news/stock-market-today-trade-setup-for-nifty-50-to-sensex-five-stocks-to-buy-or-sell-in-muhurat-trading-2024-samvat-2081-11730437708138.html)

##  [ Stock market today: Five stocks to buy or sell in Muhurat trading ](/market/stock-market-news/stock-market-today-trade-setup-for-nifty-50-to-sensex-five-stocks-to-buy-or-sell-in-muhurat-trading-2024-samvat-2081-11730437708138.html)

_5 min read_ **.** 11:02 AM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Stock market today: Five stocks to buy or sell in Muhurat trading - https://www.livemint.com/market/stock-market-news/stock-market-today-trade-setup-for-nifty-50-to-sensex-five-stocks-to-buy-or-sell-in-muhurat-trading-2024-samvat-2081-11730437708138.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Stock market today: Five stocks to buy or sell in Muhurat trading - https://www.livemint.com/market/stock-market-news/stock-market-today-trade-setup-for-nifty-50-to-sensex-five-stocks-to-buy-or-sell-in-muhurat-trading-2024-samvat-2081-11730437708138.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Are PSU Bank stocks the festive boost your portfolio needs this Diwali? \(Pixabay\)](https://www.livemint.com/lm-img/img/2024/11/01/90x90/gac6abaa52c114444fa2a787942b7e513d4d63c0d1e469b9ba_1730357004483_1730436135555.jpg) Premium ](/market/stock-market-news/diwali-stocks-portfolio-psu-banking-bank-state-bank-of-india-bank-of-baroda-indian-bank-nifty-index-11730431148591.html)

##  [ Brighten your Diwali portfolio with these four PSU Bank stocks ](/market/stock-market-news/diwali-stocks-portfolio-psu-banking-bank-state-bank-of-india-bank-of-baroda-indian-bank-nifty-index-11730431148591.html)

_3 min read_ **.** 10:32 AM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Brighten your Diwali portfolio with these four PSU Bank stocks - https://www.livemint.com/market/stock-market-news/diwali-stocks-portfolio-psu-banking-bank-state-bank-of-india-bank-of-baroda-indian-bank-nifty-index-11730431148591.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Brighten your Diwali portfolio with these four PSU Bank stocks - https://www.livemint.com/market/stock-market-news/diwali-stocks-portfolio-psu-banking-bank-state-bank-of-india-bank-of-baroda-indian-bank-nifty-index-11730431148591.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[ ![Shares to buy or sell: Rajesh Palviya has recommended to buy, hold, and accumulate Fortis Healthcare Ltd, UTI Asset Management Company Ltd, and Atul Ltd. ](https://www.livemint.com/lm-img/img/2024/11/01/90x90/Rajesh_Palviya_1708618434154_1730430664691.jpg) Premium ](/market/stock-market-news/shares-to-buy-or-sell-rajesh-palviya-suggests-these-3-stocks-to-buy-hold-and-accumulate-on-muhurat-trading-today-11730429996105.html)

##  [ Rajesh Palviya of Axis Securities suggests 3 stocks to buy on Muhurat trading ](/market/stock-market-news/shares-to-buy-or-sell-rajesh-palviya-suggests-these-3-stocks-to-buy-hold-and-accumulate-on-muhurat-trading-today-11730429996105.html)

_3 min read_ **.** 10:00 AM IST

Share Via

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Rajesh Palviya of Axis Securities suggests 3 stocks to buy on Muhurat trading - https://www.livemint.com/market/stock-market-news/shares-to-buy-or-sell-rajesh-palviya-suggests-these-3-stocks-to-buy-hold-and-accumulate-on-muhurat-trading-today-11730429996105.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

[](javascript:void\(0\) "Facebook Share") [](https://api.whatsapp.com/send?text=Rajesh Palviya of Axis Securities suggests 3 stocks to buy on Muhurat trading - https://www.livemint.com/market/stock-market-news/shares-to-buy-or-sell-rajesh-palviya-suggests-these-3-stocks-to-buy-hold-and-accumulate-on-muhurat-trading-today-11730429996105.html?utm_source%3Dshare%26utm_medium%3Dsocial%26utm_campaign%3Dshare_via_web %0aSubscribe to Mint Premium 1 year plan using this link at ₹500 off - https://www.read.ht/Sb5N %0aDownload mint app for latest in Business News - https://bit.ly/32XEfFE) [](javascript:void\(0\) "Linkedin Share") [](javascript:void\(0\) "Tweet")

Recommended For You

[](https://www.livemint.com/recommended-for-you)

[Muhurat Trading 2024: Religare Broking recommends 5 stocks with up to 18% growth potential](https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-religare-broking-recommends-5-stocks-with-up-to-18-growth-potential-11730450559931.html)

_ 3 min read _ **.** 1 Nov 2024

[![Muhurat Trading 2024: Religare Broking recommends 5 stocks with up to 18% growth potential](https://www.livemint.com/lm-img/img/2024/11/01/250x250/2-0-119513731-BSE-4C-0_1681879701723_1730450797654.jpg)Premium](https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-religare-broking-recommends-5-stocks-with-up-to-18-growth-potential-11730450559931.html)

[Who is Jay Parikh? Meet Microsoft's new senior executive who kept Facebook data centers humming](https://www.livemint.com/companies/people/who-is-jay-parikh-meet-microsofts-new-senior-executive-who-kept-facebook-data-centers-humming-11730463077426.html)

_ 2 min read _ **.** 1 Nov 2024

[![Who is Jay Parikh? Meet Microsoft's new senior executive who kept Facebook data centers humming](https://www.livemint.com/lm-img/img/2024/11/01/250x250/Jay_Parikh_bw_Final-300x275_1730463337633_1730463347685.jpg)Premium](https://www.livemint.com/companies/people/who-is-jay-parikh-meet-microsofts-new-senior-executive-who-kept-facebook-data-centers-humming-11730463077426.html)

[Muhurat Trading 2024: Date, time, other details you must know this Diwali](https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-date-time-other-details-you-must-know-this-diwali-samvat-2081-11730365039730.html)

_ 2 min read _ **.** 1 Nov 2024

[![Muhurat Trading 2024: Date, time, other details you must know this Diwali](https://www.livemint.com/lm-img/img/2024/10/31/250x250/Muhurat_trading_2024_Diwali_2024_Stock_market_toda_1730365713063_1730365713250.jpg)Premium](https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-date-time-other-details-you-must-know-this-diwali-samvat-2081-11730365039730.html)

[Diwali 2024: Nifty declined in only 3 of the last 16 Muhurat trading sessions](https://www.livemint.com/market/stock-market-news/diwali-2024-nifty-declined-in-only-3-of-the-last-16-muhurat-trading-sessions-11730264810103.html)

_ 4 min read _ **.** 1 Nov 2024

[![Diwali 2024: Nifty declined in only 3 of the last 16 Muhurat trading sessions](https://www.livemint.com/lm-img/img/2024/10/30/250x250/muhurattrading-kBME--621x414LiveMint_1730264907166_1730264907349.JPG)Premium](https://www.livemint.com/market/stock-market-news/diwali-2024-nifty-declined-in-only-3-of-the-last-16-muhurat-trading-sessions-11730264810103.html)

[Diplomatic tension unlikely to impact IndianOil’s Canada gas assets](https://www.livemint.com/companies/diplomatic-tension-indian-oil-canada-gas-assets-dividend-lng-supply-bilateral-trade-khalistani-leader-nijjar-11730454783644.html)

_ 3 min read _ **.** 1 Nov 2024

[![Diplomatic tension unlikely to impact IndianOil’s Canada gas assets](https://www.livemint.com/lm-img/img/2024/11/01/250x250/2-0-84857497-ManaliDay3--039-0_1681745773986_1730463621858.jpg)Premium](https://www.livemint.com/companies/diplomatic-tension-indian-oil-canada-gas-assets-dividend-lng-supply-bilateral-trade-khalistani-leader-nijjar-11730454783644.html)

Feedback

Select your Category Query Suggestion

Your Message

[ ![footLogo](https://www.livemint.com/lm-img/budget/2022/images/logo-mint.svg) ](https://www.livemint.com/)

Connect with us:

  * [ ![footLogo](https://www.livemint.com/lm-img/budget/2022/images/ico-fb.svg) ](https://www.facebook.com/mint.live)
  * [ ![footLogo](https://www.livemint.com/lm-img/budget/2022/images/ico-tw.svg) ](https://twitter.com/livemint?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor)
  * [ ![footLogo](https://www.livemint.com/lm-img/images/linked-in-footer-new.svg) ](https://www.linkedin.com/company/livemint/?originalSubdomain=in)
  * [ ![footLogo](https://www.livemint.com/lm-img/budget/2022/images/ico-yt.svg) ](https://www.youtube.com/channel/UCUI9vm69ZbAqRK3q3vKLWCQ)



trending stories

[Delhi, NCR AQI Live](https://www.livemint.com/news/india/delhi-ncr-aqi-live-updates-air-quality-very-poor-delhi-air-pollution-aqi-in-severe-11730423958909.html ) [India vs New Zealand Live](https://www.livemint.com/sports/cricket-news/india-vs-new-zealand-3rd-test-day-1-live-score-updates-ind-vs-nz-national-cricket-team-match-scorecard-1-nov-wankhede-11730424531675.html ) [Diwali Muhurat Trading 2024 LIV](https://www.livemint.com/market/stock-market-news/diwali-muhurat-trading-2024-live-updates-check-out-timings-trade-strategies-and-stocks-to-buy-in-samvat-2081-11730450492411.html ) [Babar Azam](https://www.livemint.com/sports/mohammad-rizwan-replaces-babar-azam-as-pakistans-white-ball-captain-check-men-in-greens-squads-for-australia-tour-11730035198305.html ) [Reliance Share Price](https://www.livemint.com/market/stock-market-news/reliance-share-price-in-focus-on-record-date-for-bonus-issue-of-1-1-stock-to-turn-ex-date-today-11730083944832.html ) [Afcons Infrastructure IPO ](https://www.livemint.com/market/ipo/afcons-infrastructure-ipo-day-2-live-updates-afcons-infrastructure-ipo-gmp-subscription-status-other-key-details-11730087331938.html ) [Vasu Baras 2024](https://www.livemint.com/news/vasu-baras-2024-wishes-whatsapp-messages-gifs-images-to-share-govatsa-dwadash-puja-time-muhurat-11730085490293.html ) [Iran Israel News](https://www.livemint.com/news/world/israel-targets-iran-s-major-oil-gas-sites-khamenei-dismisses-netanyahu-s-offensive-top-10-updates-11730082513859.html ) [Income Tax Calculator](https://www.livemint.com/tools-calculators/income-tax-calculator ) [Upcoming IPO 2024](https://www.livemint.com/market/ipo/upcoming-ipo ) [Bank Holidays in Uttar Pradesh](https://www.livemint.com/bank-holidays-india/uttar-pradesh ) [Bank Holidays in Gujarat](https://www.livemint.com/bank-holidays-india/gujarat ) [Bank Holidays in Delhi ](https://www.livemint.com/bank-holidays-india/delhi ) [Bank Holidays in September](https://www.livemint.com/bank-holidays-india/september ) [Bank Holidays in Jammu And Kashmir](https://www.livemint.com/bank-holidays-india/jammu-and-kashmir ) [Instant Personal Loan](https://www.livemint.com/loans/instant-personal-loan ) [Check Credit Score Online](https://www.livemint.com/cibil-score ) [Business Loan](https://www.livemint.com/loans/business-loan ) [Tata Curvv](https://auto.hindustantimes.com/new-cars/tata/curvv ) [Mahindra Thar Roxx](https://auto.hindustantimes.com/new-cars/mahindra/thar-roxx ) [Personal Loan Interest Rate](https://www.livemint.com/loans/personal-loan-interest-rates ) [Personal Loan Eligibility](https://www.livemint.com/loans/personal-loan-eligibility ) [Personal Loan EMI Calculator](https://www.livemint.com/loans/personal-loan-emi-calculator ) [Gold Rate in Delhi](https://www.livemint.com/gold-prices/delhi ) [Amazon Great Indian Festival Last Day](https://www.livemint.com/technology/gadgets/last-2-days-of-amazon-great-indian-festival-over-80-off-on-wearables-like-earbuds-smartwatches-headphones-and-more-11729854891799.html ) [Amazon Diwali Sale Price Drop](https://www.livemint.com/technology/gadgets/amazon-diwali-dhamaka-sale-on-water-purifiers-vacuum-cleaners-and-more-ending-soon-grab-big-offers-on-last-2-days-11730112771064.html ) [Amazon Dhanteras Sale](https://www.livemint.com/technology/gadgets/diwali-dhanteras-dhamaka-your-last-chance-to-buy-best-amazon-items-like-home-security-e-vehicles-up-to-77-off-11730092608395.html ) [Amazon Sale on Washing machine](https://www.livemint.com/technology/gadgets/amazon-great-indian-festival-diwali-sale-up-to-50-off-on-washing-machines-and-refrigerators-from-lg-samsung-and-more-11730098441653.html ) [Gold Rate in Bangalore](https://www.livemint.com/gold-prices/bangalore ) [Gold Rate in Chennai](https://www.livemint.com/gold-prices/chennai ) [Gold Rate in Hyderabad](https://www.livemint.com/gold-prices/hyderabad ) [Gold Rate in Mumbai](https://www.livemint.com/gold-prices/mumbai ) [Credit Card](https://www.livemint.com/credit-card ) [Election Results 2024](https://www.livemint.com/elections ) [Godavari Biorefineries IPO](https://www.livemint.com/market/ipo/godavari-biorefineries-ipo-day-1-gmp-subscription-status-key-dates-more-should-you-subscribe-or-not-11729651003812.html ) [Hyundai India share price](https://www.livemint.com/market/stock-market-news/hyundai-motor-shares-rebound-6-a-day-after-muted-stock-market-debut-should-you-buy-11729669136648.html ) [Quarterly Results Calendar 2024](https://www.livemint.com/market/quarterly-results-calendar )

Data Pages

[Quarterly Results Calendar](https://www.livemint.com/market/quarterly-results-calendar) [Petrol Prices](https://www.livemint.com/fuel-prices-petrol) [Diesel Prices](https://www.livemint.com/fuel-prices-diesel) [MCX Gold Price](https://www.livemint.com/market/market-stats/commodity-mcx-gold-price) [Election Results 2024](https://www.livemint.com/elections) [Assembly Election Results 2024](https://www.livemint.com/elections/assembly-elections) [MCX Silver Price](https://www.livemint.com/market/market-stats/commodity-mcx-silver-price) [Gold Price](https://www.livemint.com/gold-prices) [Silver Price](https://www.livemint.com/silver-prices) [NSE TOP Gainers](https://www.livemint.com/market/nse-top-gainers) [NSE TOP Losers](https://www.livemint.com/market/nse-top-losers) [BSE TOP Gainers](https://www.livemint.com/market/bse-top-gainers) [BSE TOP Losers](https://www.livemint.com/market/bse-top-losers) [Bank Holidays 2024](https://www.livemint.com/bank-holidays-india) [Upcoming IPO 2024](https://www.livemint.com/market/ipo/upcoming-ipo) [BSE Q3 Results 2023](https://www.livemint.com/market/market-stats/bse-q3-results-s0004751) [Income Tax Calculator](https://www.livemint.com/tools-calculators/income-tax-calculator)

popular stocks

[JSW INFRASTRUCTURE share price](https://www.livemint.com/market/market-stats/stocks-jsw-infrastructure-ord-share-price-nse-bse-s0005570) [R R KABEL share price](https://www.livemint.com/market/market-stats/stocks-r-r-kabel-ord-share-price-nse-bse-s0005548) [CONCORD BIOTECH share price](https://www.livemint.com/market/market-stats/stocks-concord-biotech-share-price-nse-bse-s0005524) [IDBI Bank share price](https://www.livemint.com/market/market-stats/stocks-idbi-bank-share-price-nse-bse-s0003240) [Yes Bank share price](https://www.livemint.com/market/market-stats/stocks-yes-bank-share-price-nse-bse-s0003021) [Adani Power share price](https://www.livemint.com/market/market-stats/stocks-adani-power-share-price-nse-bse-s0003083) [HUL share price](https://www.livemint.com/market/market-stats/stocks-hindustan-unilever-share-price-nse-bse-s0003053) [Indian Oil share price](https://www.livemint.com/market/market-stats/stocks-indian-oil-corp-share-price-nse-bse-s0003056) [Vedanta share price](https://www.livemint.com/market/market-stats/stocks-vedanta-share-price-nse-bse-s0003041) [Jio Financial Services share price](https://www.livemint.com/market/market-stats/stocks-jio-financial-services-share-price-nse-bse-s0005526) [Paytm share price](https://www.livemint.com/market/market-stats/stocks-one-97-communications-share-price-nse-bse-s0005175) [Punjab National Bank share price](https://www.livemint.com/market/market-stats/stocks-punjab-national-bank-share-price-nse-bse-s0003052) [Canara Bank share price](https://www.livemint.com/market/market-stats/stocks-canara-bank-share-price-nse-bse-s0003040) [Adani Green Energy share price](https://www.livemint.com/market/market-stats/stocks-adani-green-energy-share-price-nse-bse-s0003149) [Indian Railway Finance Corporation share price](https://www.livemint.com/market/market-stats/stocks-indian-railway-finance-corporation-share-price-nse-bse-s0005049) [Suzlon Energy share price](https://www.livemint.com/market/market-stats/stocks-suzlon-energy-share-price-nse-bse-s0003098) [IREDA share price](https://www.livemint.com/market/market-stats/stocks-ind-renwble-enrgy-dev-agency-ord-share-price-nse-bse-s0005619) [Vodafone Idea share price](https://www.livemint.com/market/market-stats/stocks-vodafone-idea-share-price-nse-bse-s0003014) [Orient Technologies share price](https://www.livemint.com/market/market-stats/stocks-orient-technologies-share-price-nse-bse-s0005897) [Premier Energies share price](https://www.livemint.com/market/market-stats/stocks-premier-energies-share-price-nse-bse-s0005867) [Bajaj Housing Finance Share Price](https://www.livemint.com/market/market-stats/stocks-bajaj-housing-finance-share-price-nse-bse-s0005924) [Garuda Construction And Engineer share price](https://www.livemint.com/market/market-stats/stocks-garuda-construction-and-engineer-share-price-nse-bse-s0005960) [Hyundai Motor India share price](https://www.livemint.com/market/market-stats/stocks-hyundai-motor-india-share-price-nse-bse-s0005969)

latest stories

[Muhurat Trading 2024: Nifty Auto index jumps over 1% amid strong October sales](https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html) [Bitcoin to remain shy of record high as Trump's election win falters](https://www.livemint.com/market/bitcoin-to-remain-shy-of-record-high-after-crossing-70-000-as-trumps-election-win-falters-11730469186431.html) [Economy News Today Live Updates on November 1, 2024: Centre, states collect ₹1.87 trillion in GST in October, second highest so far](https://www.livemint.com/economy/latest-economy-news-today-live-updates-november-1-2024-11730470449157.html) [Centre, states collect ₹1.87 trillion in GST in October, second highest so far](https://www.livemint.com/economy/centre-states-gst-collection-in-october-urban-demand-rural-demand-imports-tax-refund-rural-consumption-indirect-tax-11730462780537.html) [Harris goes head-to-head with hecklers, asserts ‘We’re fighting for YOUR rights’](https://www.livemint.com/news/us-news/us-presidential-election-kamala-harris-shuts-down-hecklers-at-nevada-rally-asserts-we-re-fighting-for-your-rights-11730468262287.html) [Iran plans 'harsh, unimaginable' response to Israeli strikes amid escalating row](https://www.livemint.com/news/world/iran-plans-harsh-unimaginable-response-to-israeli-strikes-amid-escalating-middle-east-conflict-11730466558562.html) [Businessman in Punjab gifts ₹18 lakh Rolex watch to contractor, here's why!](https://www.livemint.com/news/india/businessman-in-punjab-gifts-rs-18-lakh-rolex-watch-to-contractor-for-building-his-dream-home-11730468608303.html) [5 foods that help fight depression](https://www.livemint.com/web-stories/5-foods-that-help-fight-depression-11730458386313.html) [5 alternative therapies for pain relief](https://www.livemint.com/web-stories/5-alternative-therapies-for-pain-relief-11730448529452.html) [Muhurat Trading 2024: Nifty50, Sensex end higher for the 7th straight session](https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty50-sensex-end-higher-for-the-7th-straight-muhurat-session-auto-index-gains-over-1-11730466004008.html)

Nifty 50 Companies

[ADANI ENTERPRISES share price](https://www.livemint.com/market/market-stats/stocks-adani-enterprises-share-price-nse-bse-S0003094) [ADANI PORTS share price](https://www.livemint.com/market/market-stats/stocks-adani-ports-special-economic-zone-share-price-nse-bse-S0003086) [APOLLO HOSPITALS share price](https://www.livemint.com/market/market-stats/stocks-apollo-hospitals-enterprise-share-price-nse-bse-S0003104) [ASIAN PAINTS share price](https://www.livemint.com/market/market-stats/stocks-asian-paints-share-price-nse-bse-S0003079) [AXIS BANK share price](https://www.livemint.com/market/market-stats/stocks-axis-bank-share-price-nse-bse-S0003048) [BAJAJ AUTO share price](https://www.livemint.com/market/market-stats/stocks-bajaj-auto-share-price-nse-bse-S0003120) [BAJAJ FINANCE share price](https://www.livemint.com/market/market-stats/stocks-bajaj-finance-share-price-nse-bse-S0003015) [BAJAJ FINSERVE share price](https://www.livemint.com/market/market-stats/stocks-bajaj-finserve-share-price-nse-bse-S0003036) [BPCL share price](https://www.livemint.com/market/market-stats/stocks-bharat-petroleum-corporation-share-price-nse-bse-S0003060) [BHARTI AIRTEL share price](https://www.livemint.com/market/market-stats/stocks-bharti-airtel-share-price-nse-bse-S0003039) [BRITANNIA share price](https://www.livemint.com/market/market-stats/stocks-britannia-industries-share-price-nse-bse-S0003082) [CIPLA share price](https://www.livemint.com/market/market-stats/stocks-cipla-share-price-nse-bse-S0003049) [COAL INDIA share price](https://www.livemint.com/market/market-stats/stocks-coal-india-share-price-nse-bse-S0003044) [DIVIS LABORATORIES share price](https://www.livemint.com/market/market-stats/stocks-divis-laboratories-share-price-nse-bse-S0003081) [DR REDDYS LABORATORIES share price](https://www.livemint.com/market/market-stats/stocks-dr-reddys-laboratories-share-price-nse-bse-S0003058) [EICHER MOTORS share price](https://www.livemint.com/market/market-stats/stocks-eicher-motors-share-price-nse-bse-S0003093) [GRASIM INDUSTRIES share price](https://www.livemint.com/market/market-stats/stocks-grasim-industries-share-price-nse-bse-S0003182) [HCL TECHNOLOGIES share price](https://www.livemint.com/market/market-stats/stocks-hcl-technologies-share-price-nse-bse-S0003045) [HDFC BANK share price](https://www.livemint.com/market/market-stats/stocks-hdfc-bank-share-price-nse-bse-S0003020) [HDFC LIFE share price](https://www.livemint.com/market/market-stats/stocks-hdfc-life-insurance-company-share-price-nse-bse-S0003103) [HERO MOTOCORP share price](https://www.livemint.com/market/market-stats/stocks-hero-motocorp-share-price-nse-bse-S0003088) [HINDALCO INDUSTRIES share price](https://www.livemint.com/market/market-stats/stocks-hindalco-industries-share-price-nse-bse-S0003072) [HINDUSTAN UNILEVER share price](https://www.livemint.com/market/market-stats/stocks-hindustan-unilever-share-price-nse-bse-S0003053) [ICICI BANK share price](https://www.livemint.com/market/market-stats/stocks-icici-bank-share-price-nse-bse-S0003019) [ITC share price](https://www.livemint.com/market/market-stats/stocks-itc-share-price-nse-bse-S0003028) [INDUSIND BANK share price](https://www.livemint.com/market/market-stats/stocks-indusind-bank-share-price-nse-bse-S0003023) [INFOSYS share price](https://www.livemint.com/market/market-stats/stocks-infosys-share-price-nse-bse-S0003032) [JSW STEEL share price](https://www.livemint.com/market/market-stats/stocks-jsw-steel-share-price-nse-bse-S0003097) [KOTAK BANK share price](https://www.livemint.com/market/market-stats/stocks-kotak-mahindra-bank-share-price-nse-bse-S0003043) [LARSEN & TOURBO share price](https://www.livemint.com/market/market-stats/stocks-larsen-toubro-share-price-nse-bse-S0003025) [MAHINDRA & MAHINDRA share price](https://www.livemint.com/market/market-stats/stocks-mahindra-mahindra-share-price-nse-bse-S0003059) [MARUTI SUZUKI share price](https://www.livemint.com/market/market-stats/stocks-maruti-suzuki-india-share-price-nse-bse-S0003046) [NTPC share price](https://www.livemint.com/market/market-stats/stocks-ntpc-share-price-nse-bse-S0003057) [NESTLE INDIA share price](https://www.livemint.com/market/market-stats/stocks-nestle-india-share-price-nse-bse-S0003095) [ONGC share price](https://www.livemint.com/market/market-stats/stocks-oil-natural-gas-corporation-share-price-nse-bse-S0003030) [POWER GRID share price](https://www.livemint.com/market/market-stats/stocks-power-grid-corporation-of-india-share-price-nse-bse-S0003068) [RELIANCE INDUSTRIES share price](https://www.livemint.com/market/market-stats/stocks-reliance-industries-share-price-nse-bse-S0003018) [SBI LIFE share price](https://www.livemint.com/market/market-stats/stocks-sbi-life-insurance-company-share-price-nse-bse-S0003216) [SBI share price](https://www.livemint.com/market/market-stats/stocks-state-bank-of-india-share-price-nse-bse-S0003016) [SUN PHARMA share price](https://www.livemint.com/market/market-stats/stocks-sun-pharmaceutical-industries-share-price-nse-bse-S0003089) [TCS share price](https://www.livemint.com/market/market-stats/stocks-tata-consultancy-services-share-price-nse-bse-S0003051) [TATA MOTORS share price](https://www.livemint.com/market/market-stats/stocks-tata-motors-share-price-nse-bse-S0003022) [TATA STEEL share price](https://www.livemint.com/market/market-stats/stocks-tata-steel-share-price-nse-bse-S0003026) [TATA CONSUMER share price](https://www.livemint.com/market/market-stats/stocks-tataconsumer-share-price-nse-bse-S0003126) [TECH MAHINDRA share price](https://www.livemint.com/market/market-stats/stocks-tech-mahindra-share-price-nse-bse-S0003115) [TITAN share price](https://www.livemint.com/market/market-stats/stocks-titan-company-share-price-nse-bse-S0003074) [UPL share price](https://www.livemint.com/market/market-stats/stocks-upl-share-price-nse-bse-S0003029) [ULTRATECH CEMENT share price](https://www.livemint.com/market/market-stats/stocks-ultratech-cement-share-price-nse-bse-S0003075) [WIPRO share price](https://www.livemint.com/market/market-stats/stocks-wipro-share-price-nse-bse-S0003105)

DOWNLOAD APP

Download the Mint app and read premium stories

[ ![Play Store](https://www.livemint.com/lm-img/dev/footer-play.svg)](javascript:void\(0\)) [ ![App Store](https://www.livemint.com/lm-img/dev/footer-app.svg)](javascript:void\(0\))

  * [About Us](https://www.livemint.com/Object/141EnEHrj3MSsNLtT8BEaK/aboutus.html)
  * [Contact Us](https://www.livemint.com/Object/Uyx3KLeUKMSYmjl8xO3T3M/contactus.html)
  * [Terms Of Use](https://www.livemint.com/Object/E2pEUrWSb5ByMuUfCFHp3M/termsofuse.html)
  * [Privacy Policy](https://www.livemint.com/Object/483E65M2lsKyJBVJaJtj3M/privacypolicy.html)
  * [RSS](https://www.livemint.com/rss)



  * [ ![footLogo](https://www.livemint.com/lm-img/budget/2022/images/logo-ht.svg) ](https://www.hindustantimes.com/)
  * [ ![footLogo](https://www.livemint.com/lm-img/budget/2022/images/logo-hindustan.svg) ](https://www.livehindustan.com/)
  * [ ![footLogo](https://www.livemint.com/lm-img/budget/2022/images/logo-ht-tech.svg) ](https://tech.hindustantimes.com/)
  * [ ![footLogo](https://www.livemint.com/lm-img/budget/2022/images/logo-mint-lounge.svg) ](https://lifestyle.livemint.com/)
  * [ ![footLogo](https://www.livemint.com/lm-img/budget/2022/images/logo-ht-auto.svg) ](https://auto.hindustantimes.com/)



Copyright © 2023 HT Digital Streams Ltd All Right Reserved 

No Network

Server Issue

Internet Not Available

#### Wait for it…

Log in to our website to save your bookmarks. It'll just take a moment.

Yes, Continue

You are just one step away from creating your watchlist!

Login Now

#### Wait for it…

Oops! Looks like you have exceeded the limit to bookmark the image. Remove some to bookmark this image.

Your session has expired, please login again.

[Yes, Continue](https://accounts.hindustantimes.com)

![subscription](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

### Congratulations!

You are now subscribed to our newsletters. In case you can’t find any email from our side, please check the spam folder.

×

[×](javascript:void\(0\))

![userProfile](https://www.livemint.com/lm-img/static/1yr/1x1_img.webp)

Get alerts on WhatsApp [Gift an article](javascript:void\(0\)) [Set Preferences](https://accounts.hindustantimes.com/lm/preference) [My Reads](https://www.livemint.com/myreads) [Watchlist](https://www.livemint.com/market/watchlist) [Feedback](https://www.livemint.com/feedback) [Redeem a Gift Card](https://accounts.hindustantimes.com/lm/giftcard) [Logout](https://accounts.hindustantimes.com/logout.html?ref=lm)

#### Subscribe to continue

This is a subscriber only feature Subscribe Now to get daily updates on WhatsApp

[![close](https://www.livemint.com/lm-img/images/new/icross.png)](javascript:void\(0\))

Note :There are few website which dont have access for scrapping their data so we cant able to handle it.

This how the data is extracted using crawl4ai . llm are good at understanding markdown language so this data is helpful

Now, let's import the necessary libraries:

[11]
[LOG] 🌤️  Warming up the AsyncWebCrawler
[LOG] 🌞 AsyncWebCrawler is ready to crawl
[LOG] 🚀 Content extracted for https://www.livemint.com/market/stock-market-news/stocks-to-buy-or-sell-for-muhurat-trading-2024-sumeet-bagadia-recommends-five-shares-to-buy-today-samvat-2081-11730449252675.html, success: True, time taken: 0.67 seconds
[LOG] 🚀 Extraction done for https://www.livemint.com/market/stock-market-news/stocks-to-buy-or-sell-for-muhurat-trading-2024-sumeet-bagadia-recommends-five-shares-to-buy-today-samvat-2081-11730449252675.html, time taken: 0.67 seconds.
'Sumeet Bagadia recommends buying the following stocks for today: Prudent, NPST, JSLL, Akzo Nobel India, and Rushil Decor.'
[17]
'Sumeet Bagadia recommended buying the following five shares for Muhurat Trading 2024: Prudent, NPST, JSLL, Akzo Nobel India, and Rushil Decor.'
[18]
'The shares to buy today are:\n\n1. Prudent: Buy at ₹3112.70, target ₹3350, stop loss ₹3000\n2. NPST: Buy at ₹3003.75, target ₹3200, stop loss ₹2900\n3. JSLL: Buy at ₹1744.70, target ₹1885, stop loss ₹1690\n4. Akzo Nobel India: Buy at ₹4402.30, target ₹4747, stop loss ₹4250\n5. Rushil Decor: Buy at ₹36.82, target ₹38.70, stop loss ₹35.50'

Gradio based q&a on website

[19]
Requirement already satisfied: gradio in /usr/local/lib/python3.10/dist-packages (5.4.0)
Requirement already satisfied: aiofiles<24.0,>=22.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (23.2.1)
Requirement already satisfied: anyio<5.0,>=3.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (3.7.1)
Requirement already satisfied: fastapi<1.0,>=0.115.2 in /usr/local/lib/python3.10/dist-packages (from gradio) (0.115.4)
Requirement already satisfied: ffmpy in /usr/local/lib/python3.10/dist-packages (from gradio) (0.4.0)
Requirement already satisfied: gradio-client==1.4.2 in /usr/local/lib/python3.10/dist-packages (from gradio) (1.4.2)
Requirement already satisfied: httpx>=0.24.1 in /usr/local/lib/python3.10/dist-packages (from gradio) (0.27.2)
Requirement already satisfied: huggingface-hub>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from gradio) (0.26.2)
Requirement already satisfied: jinja2<4.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (3.1.4)
Requirement already satisfied: markupsafe~=2.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (2.1.5)
Requirement already satisfied: numpy<3.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (1.26.4)
Requirement already satisfied: orjson~=3.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (3.10.10)
Requirement already satisfied: packaging in /usr/local/lib/python3.10/dist-packages (from gradio) (24.1)
Requirement already satisfied: pandas<3.0,>=1.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (2.2.2)
Requirement already satisfied: pillow<12.0,>=8.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (10.4.0)
Requirement already satisfied: pydantic>=2.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (2.9.2)
Requirement already satisfied: pydub in /usr/local/lib/python3.10/dist-packages (from gradio) (0.25.1)
Requirement already satisfied: python-multipart==0.0.12 in /usr/local/lib/python3.10/dist-packages (from gradio) (0.0.12)
Requirement already satisfied: pyyaml<7.0,>=5.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (6.0.2)
Requirement already satisfied: ruff>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from gradio) (0.7.1)
Requirement already satisfied: safehttpx<1.0,>=0.1.1 in /usr/local/lib/python3.10/dist-packages (from gradio) (0.1.1)
Requirement already satisfied: semantic-version~=2.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (2.10.0)
Requirement already satisfied: starlette<1.0,>=0.40.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (0.41.2)
Requirement already satisfied: tomlkit==0.12.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (0.12.0)
Requirement already satisfied: typer<1.0,>=0.12 in /usr/local/lib/python3.10/dist-packages (from gradio) (0.12.5)
Requirement already satisfied: typing-extensions~=4.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (4.12.2)
Requirement already satisfied: uvicorn>=0.14.0 in /usr/local/lib/python3.10/dist-packages (from gradio) (0.32.0)
Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from gradio-client==1.4.2->gradio) (2024.10.0)
Requirement already satisfied: websockets<13.0,>=10.0 in /usr/local/lib/python3.10/dist-packages (from gradio-client==1.4.2->gradio) (12.0)
Requirement already satisfied: idna>=2.8 in /usr/local/lib/python3.10/dist-packages (from anyio<5.0,>=3.0->gradio) (3.10)
Requirement already satisfied: sniffio>=1.1 in /usr/local/lib/python3.10/dist-packages (from anyio<5.0,>=3.0->gradio) (1.3.1)
Requirement already satisfied: exceptiongroup in /usr/local/lib/python3.10/dist-packages (from anyio<5.0,>=3.0->gradio) (1.2.2)
Requirement already satisfied: certifi in /usr/local/lib/python3.10/dist-packages (from httpx>=0.24.1->gradio) (2024.8.30)
Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.10/dist-packages (from httpx>=0.24.1->gradio) (1.0.6)
Requirement already satisfied: h11<0.15,>=0.13 in /usr/local/lib/python3.10/dist-packages (from httpcore==1.*->httpx>=0.24.1->gradio) (0.14.0)
Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.25.1->gradio) (3.16.1)
Requirement already satisfied: requests in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.25.1->gradio) (2.32.2)
Requirement already satisfied: tqdm>=4.42.1 in /usr/local/lib/python3.10/dist-packages (from huggingface-hub>=0.25.1->gradio) (4.66.6)
Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.10/dist-packages (from pandas<3.0,>=1.0->gradio) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas<3.0,>=1.0->gradio) (2024.2)
Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.10/dist-packages (from pandas<3.0,>=1.0->gradio) (2024.2)
Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from pydantic>=2.0->gradio) (0.7.0)
Requirement already satisfied: pydantic-core==2.23.4 in /usr/local/lib/python3.10/dist-packages (from pydantic>=2.0->gradio) (2.23.4)
Requirement already satisfied: click>=8.0.0 in /usr/local/lib/python3.10/dist-packages (from typer<1.0,>=0.12->gradio) (8.1.7)
Requirement already satisfied: shellingham>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from typer<1.0,>=0.12->gradio) (1.5.4)
Requirement already satisfied: rich>=10.11.0 in /usr/local/lib/python3.10/dist-packages (from typer<1.0,>=0.12->gradio) (13.9.3)
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.10/dist-packages (from python-dateutil>=2.8.2->pandas<3.0,>=1.0->gradio) (1.16.0)
Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from rich>=10.11.0->typer<1.0,>=0.12->gradio) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.10/dist-packages (from rich>=10.11.0->typer<1.0,>=0.12->gradio) (2.18.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub>=0.25.1->gradio) (3.4.0)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests->huggingface-hub>=0.25.1->gradio) (2.2.3)
Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.10/dist-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->typer<1.0,>=0.12->gradio) (0.1.2)
[ ]
Running Gradio in a Colab notebook requires sharing enabled. Automatically setting `share=True` (you can turn this off by setting `share=False` in `launch()` explicitly).

Colab notebook detected. This cell will run indefinitely so that you can see errors and logs. To turn off, set debug=False in launch().
* Running on public URL: https://fb9af501d64dea4789.gradio.live

This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run `gradio deploy` from the terminal in the working directory to deploy to Hugging Face Spaces (https://huggingface.co/spaces)
[LOG] 🌤️  Warming up the AsyncWebCrawler
[LOG] 🌞 AsyncWebCrawler is ready to crawl
[LOG] 🕸️ Crawling https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html using AsyncPlaywrightCrawlerStrategy...
[LOG] ✅ Crawled https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html successfully!
[LOG] 🚀 Crawling done for https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html, success: True, time taken: 5.00 seconds
[LOG] 🚀 Content extracted for https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html, success: True, time taken: 1.62 seconds
[LOG] 🔥 Extracting semantic blocks for https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html, Strategy: AsyncWebCrawler
[LOG] 🚀 Extraction done for https://www.livemint.com/market/stock-market-news/muhurat-trading-2024-nifty-auto-index-jumps-over-1-amid-strong-october-sales-m-m-leads-11730470065656.html, time taken: 1.67 seconds.

##please check lancedb & crawlerai for more advance features or let us know if your looking for more advance topics ! Thanks