A simple python package to scrape the BSE INDIA website for stock data.
Reason this release was yanked:
Bug in old release
Project description
BSE India Data Scraping Library
Overview
This Python library provides functions to scrape data from the BSE India website. It covers various functionalities such as retrieving corporate announcements, gainer/loser data for the market and specific groups, fetching index data, getting historical stock data, and more.
Installation
To use this library, you need to have Python installed. You can install the library using pip:
pip install bsescraper
Available Functions
- Corporate Announcements
get_corporate_ann(code, category, startdate, enddate)
- Gainer/Loser Data (Market)
GainerLoserDataMarket(type, order)
Gainer/Loser Data (Group)
GainerLoserDataGroup(type, group, order)
- Get Index Data
get_index(category)
- Get Stock Data
get_stock_data(code, startdate, enddate)
- Get Scrip Code
get_code(name)
- Top Turnovers
top_turnovers(num)
- Convert to DataFrame
dataframe(dictionary)
- Save DataFrame to CSV
save(df, name)
- Library Version
version()
-
Library Description
-
description()
Available Functions
functions()
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.0.tar.gz.
File metadata
- Download URL: bsescraper-1.0.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99162f146e044928c13d5652a5e2acac6b54563671411922af5b54c5c0853f5b
|
|
| MD5 |
16908fd2aaaedec053f5036a63a02e33
|
|
| BLAKE2b-256 |
90ba8f00251161c0469242c87d5709ee4c57c742be1c73e39998a42cc7d75c9a
|
File details
Details for the file bsescraper-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bsescraper-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.4 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 |
fa37906d96a6eeed05da926fba725990e04153b01df29d30c36c79f419bd0c0b
|
|
| MD5 |
73b01965214baf379f31e2ae77f47407
|
|
| BLAKE2b-256 |
5602c19a51fdd080e12352be35afa8e7cf3fb365414131392589e5736a1e2880
|