Fetch price and volume data from FNO stocks every 5 minutes.
Can someone help me figure out how to get this or point me to a resource on how to get this?
dexter
October 26, 2020, 7:01pm
2
Refer -
[logo]
NSEPython is a Python library to get publicly available data on the current NSEIndia and NIFTY Indices site by communicating with their REST APIs.
[logo]
Support and Beta Functions
If you have other doubts or want to check out the beta functions, visit the NSEPython Discussions forum.
If you have feature requests, you can submit them at the NSEPython Feature Request forum.
Versions
There are two versions of NSEPython depending on the execution environment. While it’s technically feas…
This should be schema -
Read the csv to Pandas Library
while True:
Get Price
Save the Price to Pandas Library
Save the Pandas Library to CSV
time.sleep(60)