Skip to content

Webscrapper using python to abstract stocks details from sites like nseindia.com and bse for real time data

License

Notifications You must be signed in to change notification settings

Nightrider0098/Webscrapper_for_stocks_nse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webscrapper_for_stocks_nse

Webscrapper using python to abstract stocks details from sites like nseindia.com and bse for daily updated data

Python Dependencies

  1. selenium
  2. pandas
  3. openpyxl
  4. xlsxwriter
  5. BuitifulSoup

Prerequisits

  1. mozilla Firefox ( >>v76.0)
  2. selenium driver (refered geckodriver)

File Structure

HomeDir=>{company,nifty,temp,turnover}

  1. Company

    • contains abstracted data of each company listed in Nifty50
  2. nifty

    • contains details of Nify and BankNifty
  3. temp

    • csv files downloaded form internet to update the data
    • remove the need to again and again install the same files
  4. turnover

    • contains turnover of the market day wise

About

Webscrapper using python to abstract stocks details from sites like nseindia.com and bse for real time data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published