Vikrant More
Vikrant More

Reputation: 5442

How to get the values from Particular sites?

I am developing such application where I wanted to retrieve some values from the site. for example here I am developing an finance application. and I wanted to take the price for the product from the google finance or yahoo finance. how can we access this value and it will reflect to our DB? is it possible to get the values from sites?

Upvotes: 1

Views: 64

Answers (1)

rick schott
rick schott

Reputation: 21112

What you need to do is consume APIs in your application and store the data as needed:

Google Finance APIs and Tools

yahoo-finance-managed

Upvotes: 1

Related Questions