You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can access `BOMBAY STOCK EXCHANGE` data through a package known as `bsedata`. Which can be found [here.](https://github.com/sdabhi23/bsedata)
3
-
## How to use
4
+
- Top gainers
5
+
- Top losers
6
+
- Scrips based on categories
7
+
8
+
## Setup instructions
9
+
4
10
Make sure that you have `bsedata` package installed for this.
5
11
If not you can do it by
6
12
```
7
13
pip install bsedata
8
14
```
9
15
10
16
Then just run the script.
11
-
### WARNING
12
-
> Refrain from using this library if you are trying to query the stock exchange very very frequently. It increases load on BSE’s servers and might even lead to your IP address being blacklisted by them. Apart from the technical issues, it’s higly unethical.
13
-
For frequent queries, consider buying data from BSE or a vendor. More details are available at https://www.bseindia.com/market_data_products.html
17
+
18
+
## Author
19
+
20
+
[Sohel Ahmed](https://github.com/aloner-pro)
21
+
22
+
## Disclaimers
23
+
24
+
>Refrain from using this library if you are trying to query the stock exchange very very frequently. It increases load on BSE’s servers and might even lead to your IP address being blacklisted by them. Apart from the technical issues, it’s higly unethical.
25
+
For frequent queries, consider buying data from BSE or a vendor. More details are available [here](https://www.bseindia.com/market_data_products.html)
0 commit comments