Skip to main content

A utility for crawling historical and Real-time Quotes of dse

Project description

Bdshare

A utility for crawling historical and Real-time Quotes data of dhaka stock exchange

Quickstart

Install Bdshare

$ pip install bdshare

Using for data crawing from dse

Get last or current trading data

from bdshare import get_current_trade_data

df = get_current_trade_data()
print(df.to_string())

Get historical data

from bdshare import get_hist_data

df = get_hist_data('2020-03-01','2020-03-02') # get all instrument data
print(df.to_string())
from bdshare import get_hist_data

df = get_hist_data('2020-03-01','2020-03-02','ACI') # get specific instrument data
print(df.to_string())

Change log

[0.0.1] - 2020-04-06

Added

  • get_hist_data(), get_current_trade_data()
  • HISTORY.md

Changed

Removed

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

bdshare-0.0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

bdshare-0.0.1-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

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