Skip to main content

A python module to scrape the BSE INDIA website for all stock related data.

Reason this release was yanked:

updated functions and changed documentation

Project description

BSE Scraper Documentation

Version: 1.0.4
Description: A Python library to scrape data from the BSE India website

Functions

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. dataframe

    • Description: Converts a dictionary to a Pandas DataFrame.
    • Parameters:
      • dictionary: Input dictionary.
    • Returns: Pandas DataFrame.
  10. 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.
  11. version

    • Description: Prints the version of the BSE Scraper library.
  12. description

    • Description: Prints the description of the BSE Scraper library.
  13. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bsescraper-1.0.4.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bsescraper-1.0.4-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file bsescraper-1.0.4.tar.gz.

File metadata

  • Download URL: bsescraper-1.0.4.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

Hashes for bsescraper-1.0.4.tar.gz
Algorithm Hash digest
SHA256 1b0bb7f3d74a9d899ac98a7fab90d5c15e33eb006015dd499d570363260f5ffb
MD5 9975405a8af9bfe66630b1418508870b
BLAKE2b-256 7b57dd975414d6ff10b7d059ce6dd008e8a322d5d5bc01e133d526d3afac2721

See more details on using hashes here.

File details

Details for the file bsescraper-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: bsescraper-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for bsescraper-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 b25c86762245f820d364af72f58f05c0c53a98ea439baac9e711bfad85c75cbd
MD5 e3ba383df4fcc5c26c9671f1bbd88afc
BLAKE2b-256 1d5e7139e331f8c65ab61cb54a54c93a9155df22ef9ff88387530874662a5a3f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page