Created
April 26, 2021 15:07
-
-
Save 79man/acc3ffb35a7bee63020ff4a343a0525a to your computer and use it in GitHub Desktop.
Get Quote from NSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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