Coder Social home page Coder Social logo

Comments (7)

mdtanveer avatar mdtanveer commented on July 26, 2024 1

Temporarily using dhan.co for getting lot sizes until this is fixed.

from memoization import cached
import jmespath, requests, json
@cached(ttl=30 * 24 * 3600)
def get_lot_sizes_dhan():
res = requests.post("https://open-web-scanx.dhan.co/scanx/allfut",
json=json.loads('{"Data":{"Seg":2,"Instrument":"FUT","Count":200,"Page_no":1,"ExpCode":-1}}'),
headers={
"content-type": "application/json; charset=UTF-8"
},
cookies={},
auth=(),
)
lots = jmespath.search("data.list[*].[sym, fo_dt[0].lot_type]", res.json())
result = {x[0]:int(x[1].split()[0]) for x in lots}
return result

from nsepython.

pratham-darooka avatar pratham-darooka commented on July 26, 2024

Thanks @aeron7

from nsepython.

mirajgodha avatar mirajgodha commented on July 26, 2024

url="https://archives.nseindia.com/content/fo/fo_mktlots.csv"
not able to find the new location of this url, did anyone found it or temporary have old csv which can work as a temporary solution.

from nsepython.

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.