Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pnpninja/nsetools
A Java Implementation of nse-tools package in Python
https://github.com/pnpninja/nsetools
india live-quotes national-stock-exchange nse quotes stock
Last synced: 21 days ago
JSON representation
A Java Implementation of nse-tools package in Python
- Host: GitHub
- URL: https://github.com/pnpninja/nsetools
- Owner: pnpninja
- License: mit
- Created: 2018-03-10T17:11:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T22:23:14.000Z (over 2 years ago)
- Last Synced: 2024-08-05T17:35:55.279Z (4 months ago)
- Topics: india, live-quotes, national-stock-exchange, nse, quotes, stock
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 13
- Watchers: 3
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-hacking-lists - pnpninja/nsetools - A Java Implementation of nse-tools package in Python (Java)
README
# NSE Tools Java Package
Java library for extracting RealTime data from National Stock Exchange (India)
Introduction.
============nsetools is a library for collecting real time data from National Stock Exchange (India). It can be used in various types of projects which requires getting live quotes for a given stock or index or build large data sets for further data analytics. You can also build cli applications which can provide you live market details at a blazing fast speeds, much faster that the browsers. The accuracy of data is only as correct as provided on www.nseindia.com.
Main Features:
=============* Getting live quotes for stocks using stock codes
* Getting quotes for all the indices traded in NSE, e.g CNX NIFTY, BANKNIFTY etc
* Getting list of top losers
* Getting list of top gainers
* Helper methods to check whether a given stock code or index code is correct
* Getting list of all indices and stocksGetting Started:
=============Add this to you project's `pom.xml` -
```xml
com.github.pnpninja
nsetools
1.0.0```
Dependencies
=============* Apache HTTP Client to make calls
* JSON-Simple Library to parse through JSON Data