Skip to content

Commit 2063bbd

Browse files
committed
Added readme
1 parent ec41062 commit 2063bbd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

BSE_data/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# BSE DATA
2+
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+
Make sure that you have `bsedata` package installed for this.
5+
If not you can do it by
6+
```
7+
pip install bsedata
8+
```
9+
10+
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

0 commit comments

Comments
 (0)