A python module to scrape the BSE INDIA website for all stock related data.
Project description
BSE Scraper Documentation
Version: 1.0.6
Description: A Python library to scrape data from the BSE India website
Get Started
CLASS: BSE()- Example:
-
import bsescraper bs = bsescraper.BSE() bs.function()
Functions()
-
get_corporate_ann- Description: Retrieves corporate announcements based on the provided parameters.
- Parameters:
code: Security code of the company as an integer value.category: Category of announcements (e.g., 'Board Meeting','Company Update','Corp. Action','AGM/EGM','New Listing','Results','Others').startdate: Start date of the search period in the format 'dd/mm/yyyy'.enddate: End date of the search period in the format 'dd/mm/yyyy'.
- Returns: List of dictionaries containing headline, subject, and date of announcements.
-
get_corporate_ann_keywords- Description: Retrieves corporate announcements with specific keywords.
- Parameters:
keywords: List of keywords to filter announcements(e.g., ["allotment",".."]).code: Security code of the company as an integer value.category: Category of announcements (e.g., 'Board Meeting','Company Update','Corp. Action','AGM/EGM','New Listing','Results','Others').startdate: Start date of the search period in the format 'dd/mm/yyyy'.enddate: End date of the search period in the format 'dd/mm/yyyy'.
- Returns: List of dictionaries containing headline, subject, and date of announcements that contain the specified keywords.
-
GainerLoserDataMarket- Description: Retrieves gainer/loser data from the market.
- Parameters:
type: Type of data to retrieve ('gainer', 'loser').order: Sorting order for the data('0':upto to 2%, '2': 2-5%, '5':5-10%, '10':More than 10%, 'all':for all records).
- Returns: List of dictionaries containing security code, name, open rate, high rate, low rate, last traded price (LTP), change, change percent, and date.
-
GainerLoserDataGroup- Description: Retrieves gainer/loser data based on a specific group.
- Parameters:
type: Type of data to retrieve (gainer, loser).group: Group for filtering data(A,B,E,IF,M,MS,MT,P,T,X,XT,Z,ZP).order: Sorting order for the data('0':upto to 2%, '2': 2-5%, '5':5-10%, '10':More than 10%, 'all':for all records).
- Returns: List of dictionaries containing security code, name, open rate, high rate, low rate, LTP, change, change percent, and date.
-
get_index- Description: Retrieves index data based on the provided category.
- Parameters:
category: Category of the index ("MCB","S&I","THE","STR","SUS","VOL","COM","GOV","COR","MOM").
- Returns: List of dictionaries containing index name, open rate, high rate, low rate, current value, change, change percentage, 52-week high, 52-week low, market cap, market cap percentage, net turnover, and turnover percentage.
-
get_stock_data- Description: Retrieves historical stock prices based on the provided parameters.
- Parameters:
code: Security code of the stock in integers.startdate: Start date of the data in the format 'dd/mm/yyyy'.enddate: End date of the data in the format 'dd/mm/yyyy'.
- Returns: List of dictionaries containing date, open, high, low, close, weighted price, number of shares, number of trades, net turnover, delivery quantity, percentage delivery quantity, spread high-low, and spread open-close.
-
get_code- Description: Retrieves the security code based on the provided Security name.
- Parameters:
name: Name of the full company(e.g., "HDFC Bank Ltd").
- Returns: Security code as an integer.
-
top_turnovers- Description: Retrieves top turnovers data.
- Parameters:
num: Number of top turnovers to retrieve as integer.
- Returns: List of dictionaries containing security code, name, group, open rate, high rate, low rate, last traded price, previous day close, change value, change percentage, index code, trade value, trade volume, number of trades, trend, and date and time.
-
dataframe- Description: Converts a dictionary to a Pandas DataFrame.
- Parameters:
dictionary: Input dictionary.
- Returns: Pandas DataFrame.
-
save- Description: Saves a DataFrame to a CSV file.
- Parameters:
df: Pandas DataFrame to save.name: Name of the CSV file (without extension).
- Returns: "Saved" upon successful saving.
-
version- Description: Prints the version of the BSE Scraper library.
-
description- Description: Prints the description of the BSE Scraper library.
-
functions- Description: Prints the list of available functions in the BSE Scraper library.
Note: The library requires the requests and pandas libraries to be installed. Make sure to set the appropriate headers for web scraping.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bsescraper-1.0.6.tar.gz.
File metadata
- Download URL: bsescraper-1.0.6.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b3abb85642a5b124e07e0c5ed08e921b852eeea8ff84b8cd330b49e64cc4e98
|
|
| MD5 |
1318a3a3ec984064e8598267895a67c3
|
|
| BLAKE2b-256 |
0e7a3b596d47082e33a4f2b01550761f17775c046414b43cbaf98f802df7be53
|
File details
Details for the file bsescraper-1.0.6-py3-none-any.whl.
File metadata
- Download URL: bsescraper-1.0.6-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
958383caa1d3ea3a47fbee95cdecd4868e2a4b96ca52d5b91eb264e663d1f18b
|
|
| MD5 |
8ce4d79b48fa7f828a4f98d27b9d2ac2
|
|
| BLAKE2b-256 |
bf5c4c6040ec7c9b5e754f8378e3381d459758d89f827034d1cdfccc07594ae0
|