Ganesh Venkataraman

Greenhorn
+ Follow
since Mar 14, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ganesh Venkataraman

Hi, I dont think we have any free services to access NSE quotes. I had the same requirements sometime ago and I implemented using the HTML parsing. There are numerous sites which displays the current price of the stock when you send the stock code as the query parameter.

Parse the return HTML (using regex) and get the price part of any exchange BSE/NSE. The only issue here is, if the site changes its display, then you may have to modify your parser also.

Ganesh
19 years ago
JSP