I wanted to get historical data for a stock from google finance, how can I get it?
- One method i know is using **jquery-Ajax** and scrape the whole table, but how will I then save it to my database i.e how will I pass my data to server side(Java servlet) through Jquery then?