All Projects → sdabhi23 → bsedata

sdabhi23 / bsedata

Licence: MIT license
Python library for extracting real-time data from Bombay Stock Exchange (India)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bsedata

getbhavcopy
Free NSE and BSE data downloader
Stars: ✭ 93 (+38.81%)
Mutual labels:  stock, bse, bse-stock-data
Finance Python
python tools for Finance with the functionality of indicator calculation, business day calculation and so on.
Stars: ✭ 238 (+255.22%)
Mutual labels:  stock
Stock Chart
基于 canvas 的沪深两市股票分时 K 线图
Stars: ✭ 170 (+153.73%)
Mutual labels:  stock
Stocksensation
基于情感字典和机器学习的股市舆情情感分类可视化Web
Stars: ✭ 215 (+220.9%)
Mutual labels:  stock
Rhlineplot
Line plot like in Robinhood app in SwiftUI
Stars: ✭ 179 (+167.16%)
Mutual labels:  stock
Deeptrade keras
Stars: ✭ 228 (+240.3%)
Mutual labels:  stock
Finnhub Python
Finnhub Python API Client. Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals and alternative data. https://finnhub.io/docs/api
Stars: ✭ 161 (+140.3%)
Mutual labels:  stock
Chase
Automatic trading bot (WIP)
Stars: ✭ 73 (+8.96%)
Mutual labels:  stock
Storagesystem
🗒️ Personal Stock Control System
Stars: ✭ 236 (+252.24%)
Mutual labels:  stock
Dolibarr
Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). It is open source software (written in PHP) and designed for small and medium businesses, foundations and freelancers. You can freely install, use and distribute it as a standalon…
Stars: ✭ 2,877 (+4194.03%)
Mutual labels:  stock
Stonky
A command line dashboard for monitoring stocks
Stars: ✭ 208 (+210.45%)
Mutual labels:  stock
Yykline
iOS YYKline:Kline、Chart、Volume、Scroll、Scale、MACD、KDJ、K线图、分时图...
Stars: ✭ 2,318 (+3359.7%)
Mutual labels:  stock
Laravel Stock
Keep stock for Eloquent models
Stars: ✭ 229 (+241.79%)
Mutual labels:  stock
Alpha Mind
quantitative security portfolio analysis. The analysis pipeline including data storage abstraction, alpha calculation, ML based alpha combining and portfolio calculation.
Stars: ✭ 171 (+155.22%)
Mutual labels:  stock
Trading Backtest
A stock backtesting engine written in modern Java. And a pairs trading (cointegration) strategy implementation using a bayesian kalman filter model
Stars: ✭ 247 (+268.66%)
Mutual labels:  stock
Financereactnative
[Deprecated] iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android).
Stars: ✭ 1,947 (+2805.97%)
Mutual labels:  stock
Stock
30天掌握量化交易 (持续更新)
Stars: ✭ 2,966 (+4326.87%)
Mutual labels:  stock
Sphinx Quant
一个基于vnpy,支持多账户,多策略,实盘交易,数据分析,分布式在线回测,风险管理,多交易节点的量化交易系统;支持CTP期货,股票,期权,数字货币等金融产品
Stars: ✭ 217 (+223.88%)
Mutual labels:  stock
qluacpp
C++ interface for Quik trading terminal via lua bindings
Stars: ✭ 44 (-34.33%)
Mutual labels:  stock
Acgn Stock
PTT ACGN股票交易市場
Stars: ✭ 252 (+276.12%)
Mutual labels:  stock

bsedata

PyPi Version PyPi License PyPi PyVersions PyPi Format

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

Tests on master branch Tests on dev branch Code coverage Documentation
tests master tests dev code coverage documentation

Introduction

bsedata is a library for collecting real-time data from Bombay Stock Exchange (India). It can be used in various types of projects which require getting live quotes for a given stock or index or build large data sets for data analysis.

The data is as accurate as provided on the BSE website.

Please do not use this application for production usage. It is best used for learning and building application for your own use. For commercial application you better buy a data service.

This library uses MIT license hence liability lies with the user and not the author of the application.

As per India's IT act it is no where mentioned that we cannot scrape a website. It's up to me whether I consume the publicly available data "visually" or through my programme or using some kind of "web reader". As long as data you are scrapping is available in public domain and you are not breaching security and accessing data of private nature with malicious intent, it cannot be termed as illegal.

But it can certainly be termed "unethical" (which is equally bad) since you are damaging the service itself. Hence be prudent about how much stress you cause to the backend. BSE's website is very capable and even they will not mind if someone is scrapping their website for educational purposes.

Features

  • Getting live quotes using stock codes in Python dicttionaries
  • Getting list of top losers
  • Getting list of top gainers
  • Getting quotes for all the indices traded in BSE
  • Helper APIs to check whether a given stock code or index code is correct
  • Getting list of all indices and stocks

Roadmap

  • Get details of an individual index
  • Complete unit test coverage
  • Daily OHLCV data
  • Historical EOD OHLCV data

Dependencies

Usage

Refer the documentation at https://bsedata.readthedocs.io/en/latest/usage.html

Change Log

Refer the documentation at https://bsedata.readthedocs.io/en/latest/chglog.html

License

MIT License

Copyright (c) 2018 - 2023 Shrey Dabhi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].