Giter VIP home page Giter VIP logo

Comments (7)

rishabhmaniyar avatar rishabhmaniyar commented on June 8, 2024

Hey @raj-adroit you can find that in Market Feeds section until we get it inside the sdk for ease of use.

Regards Rishabh

from py5paisa.

niranjan92 avatar niranjan92 commented on June 8, 2024

@rishabhmaniyar please update the scrip codes file given here - https://www.5paisa.com/docs/default-source/scrip-master/contract.txt or

Post a scrip codes files here on Github

stuck on this issue since many days. Didn't get any proper response from support team as well.

from py5paisa.

rishabhmaniyar avatar rishabhmaniyar commented on June 8, 2024

Hey @niranjan92 we are already worked over a much better and an an interactive Scrip Master which will be updated automatically.
Probably will update it soon. Along with that we will add searching scrip feature also to our open api for ease of use and getting Scrip Codes.

from py5paisa.

qalpesh avatar qalpesh commented on June 8, 2024

try this link
https://images.5paisa.com/website/scripmaster-csv-format.csv

Note: There is another way to get the scrip code from 5paisa API

from py5paisa.

raj-adroit avatar raj-adroit commented on June 8, 2024

Here is the updated solution to get scrip_code for options

from py5paisa import FivePaisaClient

client = FivePaisaClient(email="[email protected]", passwd="password", dob="YYYYMMDD")
client.login()

req_list_=[{"Exch":"N","ExchType":"D","Symbol":"NIFTY 22 APR 2021 CE 15200.00","Expiry":"20210422","StrikePrice":"15200","OptionType":"CE"}]
            
feed = client.fetch_market_feed(req_list_)

token = feed['Data'][0]['Token']

## token is the scrip_code for the option

from py5paisa.

tanaynub avatar tanaynub commented on June 8, 2024

isnt there a function to pull all stocks' and contracts' scrip wise details? including token??

from py5paisa.

2003vivek avatar 2003vivek commented on June 8, 2024

i am using the 5paisa api but i don't know how can i get the historical data for 1m timeframe using script code of banknifty. Please help me with the latest documentation?

from py5paisa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.