bsedata icon indicating copy to clipboard operation
bsedata copied to clipboard

Python library for extracting real-time data from Bombay Stock Exchange (India)

Results 20 bsedata issues
Sort by recently updated
recently updated
newest added

[bsedata.txt](https://github.com/sdabhi23/bsedata/files/8883882/bsedata.txt) Kindly see the attached file and let me know, how do I run the project.

![image](https://user-images.githubusercontent.com/16670320/154823063-73f05b40-a32d-40b0-b5fe-40644f83dc6d.png) ![image](https://user-images.githubusercontent.com/16670320/154823083-86eff02b-4091-4ac0-9c58-cb8fae8198a8.png)

Hi, I tried VerifyScriptCode() then tried to get Quote of a company stilll getting error Can you please help me ?

from bsedata.bse import BSE b = BSE() print(b) indices = b.getIndices(category='market_cap/broad') print(indices) **OUTPUT-:** Driver Class for Bombay Stock Exchange (BSE) {'indices': []} i am not able to get any data...

bug
help wanted
WIP

i have added the feature getHistoricData that will help get the closing price and volume traded of a stock over a mentioned period

Function getFinancialData returns list of dictionaries, which contains various financial data such as Revenue, OtherIncome, TotalIncome, Expenditure, Interest, PBDT, Depreciation, PBT, Tax, NetProfit, Equity, EPS, CEPS, OPM, NPM from last...

**Financial Tab -> Annual Reports :** https://www.bseindia.com/stock-share-price/tata-motors-ltd/tatamotors/500570/financials-annual-reports/ **Financial Tab -> Results :** https://www.bseindia.com/stock-share-price/tata-motors-ltd/tatamotors/500570/financials-results/ **Prior Period:** https://www.bseindia.com/corporates/Comp_Results.aspx?Code=500570

enhancement

from bsedata.bse import BSE b = BSE() b.getScripCodes() the above snippet throws FileNotFoundError as below. C:\ProgramData\Anaconda3\lib\site-packages\bsedata\bse.py in getScripCodes(self) 89 :return: a dictionary with scrip codes as keys and company names...

duplicate
question

Executing getScripCodes returns in stk.json file not found error. To overcome this updateScripCodes() needs to be executed first as this makes the file stk.json.

question

I want to download historical EOD OHLCV data for stocks. Is it gonna be added in this library or can you recommend a library where we can download bse historical...

enhancement