Skip to content

Commit 99a691b

Browse files
committed
used readme template
1 parent d5c7e82 commit 99a691b

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

BSE_data/README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
# BSE DATA
1+
# BSE DATA
2+
23
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+
410
Make sure that you have `bsedata` package installed for this.
511
If not you can do it by
612
```
713
pip install bsedata
814
```
915

1016
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

Comments
 (0)