https://github.com/rajkumarbestha/nsedataextractor
NSEDataExtractor
https://github.com/rajkumarbestha/nsedataextractor
data python python3
Last synced: over 1 year ago
JSON representation
NSEDataExtractor
- Host: GitHub
- URL: https://github.com/rajkumarbestha/nsedataextractor
- Owner: rajkumarbestha
- Created: 2020-03-12T20:08:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:47:32.000Z (over 3 years ago)
- Last Synced: 2025-01-31T06:06:50.299Z (over 1 year ago)
- Topics: data, python, python3
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NSEDataExtractor
=========================
NSEDataExtractor extracts the data from National Stock Exchange.
## To Run
```
pip install requirements.txt
python main.py
```
to run the extraction with default values.
You can also change the date, number of days to retrieve the data and can choose the columns to consider in the csv file.
## To Start the Flask Server
```
python app.py
```
and hit localhost:5000/get_details_of_symbol?symbol=20MICRONS&date=3/3/2020 to get the details of the symbol on a particular date.