Skip to content

Instantly share code, notes, and snippets.

@79man
Created April 26, 2021 15:07
Show Gist options
  • Save 79man/acc3ffb35a7bee63020ff4a343a0525a to your computer and use it in GitHub Desktop.
Save 79man/acc3ffb35a7bee63020ff4a343a0525a to your computer and use it in GitHub Desktop.
Get Quote from NSE
fetch("https://www1.nseindia.com/live_market/dynaContent/live_watch/get_quote/ajaxGetQuoteJSON.jsp?symbol=dhfl", {method: "POST"}).then(function(response) {
return response.json();
}).then( (json) => console.log(json));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment