Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Python Scraper to scrape all the data from nepse.

License

NotificationsYou must be signed in to change notification settings

polymorphisma/nepse_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI Downloads

Nepse scraper

Python module that provides convenient access to the Nepal Stock Exchange (NEPSE) API, enabling developers and analysts to retrieve stock market data and improve investment decisions.

If you're looking for more detailed documentation on how to use my project called "nepse_scraper," I would recommend checking out the project's GitHub page at [https://github.com/polymorphisma/nepse_scraper/].

Table of content

Introduction

Welcome tonepse_scraper, the Python module that provides easy access to the Nepal Stock Exchange (NEPSE) API. With just a few lines of code, you can retrieve today's stock prices, market summary, head indices and etc to help you make better investment decisions. The code is well-documented and organized, making it easy to understand and modify for your specific use case.

nepse_scraper is open-source, which means you can contribute and improve the code by adding new functions to retrieve additional data, enhancing existing functions with more options, or improving the error handling and exception handling to make it more robust. Your contributions can help makenepse_scraper even more useful for developers and analysts who work with data from the Nepal Stock Exchange.

So what are you waiting for? Try outnepse_scraper and see how it can simplify your stock market analysis and investment strategies.

Features

  • Get Today Price
  • Get Head Indices
  • Get Market Summary
  • Get Sector Summary
  • Get Sector Detail
  • Get Broker Details
  • Get News
  • Many More ....

Installation

Using Pip

pip install nepse-scraper

Usage

fromnepse_scraperimportNepse_scraper# create object from Nepse_scraper classrequest_obj=Nepse_scraper()# getting today's price from nepsetoday_price=request_obj.get_today_price()print(today_price)# "Please refer to the documentation for more detailed usage instructions."

License

MIT

Free Software, Hell Yeah!

About

Python Scraper to scrape all the data from nepse.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp