py5paisa
py5paisa copied to clipboard
API for list of all Scrips with Scrip code
for placing order, scrip code is required. but we don't have an API to fetch the scrip codes. API to fetch scrip details is much neededd
This is underway, expect this very soon!
@ysravankumar Meanwhile you can check the Get quote option at https://www.bseindia.com/
@ysravankumar For now you can check https://www.bseindia.com/ for scrip codes for BSE and https://nse-scrips.herokuapp.com/ for scrip codes for NSE
@invinciblycool thanks for the update, but it would be good to have a API to get the list. because FnO scrips code changes depending on expiry. it'll be hectic to webscrape these websites for codes.
@invinciblycool @5paisa I see trading station downloads list of scrips in the start http://swaraj.5paisa.com/Download/TTADVClient/ScripMasterNseCash.gz http://swaraj.5paisa.com/Download/TTADVClient/ScripMasterNseFO.gz http://swaraj.5paisa.com/Download/TTADVClient/ScripMasterBseCash.gz http://swaraj.5paisa.com/Download/TTADVClient/ScripMasterBseFO.gz http://swaraj.5paisa.com/Download/TTADVClient/ScripMasterCurrency.gz
can we have something like this?
Thanks @ysravankumar for pointing these out! We'll soon be including an API for fetching scrip codes for all segments. Stay tuned :tada:
Hello,
Where can i find scrip code for bank nifty weekly options..
Thanks, Ritesh
@invinciblycool @5paisa
Can you please confirm whether banknifty option can be traded?. If yes where can i find the script code...
Hello,
Where can i find scrip code for bank nifty weekly options..
Thanks, Ritesh
anyone knows how to place limit order or buy and sale in cash segment
thanks Jugal
@ysravankumar @rrjain1 Please check the scripmaster section at https://www.5paisa.com/developerapi/docs
@jugs695369 Please check https://5paisa.github.io/usage/place/ for placing orders.
@ba11b0y It's showing 404. can you help? any other alternative for options script
@invinciblycool @5paisa
Can you please confirm whether banknifty option can be traded?. If yes where can i find the script code...
Hello, Where can i find scrip code for bank nifty weekly options.. Thanks, Ritesh
@5paisa @ba11b0y please reply we are struggling lot
Im using below but still no getting zeros in all response field
{ "Exch": "N", "ExchType": "D", "Symbol": "BANKNIFTY 21 JUN 2021", "Expiry": "20210624", "StrikePrice": "35200", "OptionType": "CE" }
response
{ "body": { "CacheTime": 15, "Data": [ { "Exch": "N", "ExchType": "D", "High": 0, "LastRate": 0, "Low": 0, "PClose": 0, "TickDt": "/Date(1623112200000+0530)/", "Time": 0, "Token": 0, "TotalQty": 0 } ], "Message": "Success", "Status": 0, "TimeStamp": "/Date(1623177747850+0530)/" }, "head": { "responseCode": "5PMF", "status": "0", "statusDescription": "Success" } }
@pushand Use this link: https://images.5paisa.com/website/scripmaster-csv-format.csv
In case you know the meaning of each column in this CSV, please help me understand that too. Thanks!