I need to pull prices from a web page in order to use them inside a Java app.
Any hint about how to do this would be welcome.
An example of page:
http://www.eurexchange.com/market/quotes/orderbook_en.html?symbol=FGBL&name=Euro-Bund Futures
I need to pull prices from a web page in order to use them
Share
Had a look at source and it getting data from “http://www.eurexchange.com/orderbook/production/FGBL:201109.gz”
interval 1 i think means i sec.
But like amnesyc said mite not be a good idea.