Integration with Django

rjbanna
Hello all. I'm trying to get live market data in Django but I don't know how to display it to the end user. I successfully got data in the terminal. So if anyone can provide any way to integrate live data with Django, then it would be very helpful.
  • sujith
    @rjbanna,
    I am afraid, third-party websites can't show our live market data on their website. You can write to compliance with the product description on kiteconnect(at)zerodha.com for more information.
  • rjbanna
    @sujith I'm developing the site for my personal use and analysis. It is not intended for commercial use.
  • sujith
    Because of CORS, you won't be able to display it on a website.
  • rjbanna
    @sujith Okay, but what are my other options if I want to see it graphically?
Sign In or Register to comment.