Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Friends,
I have created one Desktop application for Jewellery Shop in which client requires latest Gold and silver rates(in India) to be shown in the Application. how do i do it? Is it possible?

Any help is appreciated.



Javed
Posted
Comments
Jαved 27-Feb-12 5:01am    
Not solved yet.

Find a service which provides this information (if you want the latest information you might have to pay, there is usually free service available for slightly delayed data), and then write against its API. That will probably contain a service method to get the data for a particular symbol.

You can either use a web service and poll, or find a data provider which will allow you to subscribe to updates and push the updates to you through TCP.

If you have a 'client' then presumably you are some sort of consultant and therefore should be capable of analysing the available options and selecting one that best fulfils the client's need. I don't know anything about Indian market data providers and that's something that hopefully you can find.
 
Share this answer
 
Comments
Ankur\m/ 10-Feb-12 8:54am    
:thumbsup:
I feel like Google providing best solution. Try searching Google Finance API

Google code link for C sharp Lib http://code.google.com/apis/gdata/client-cs.html[^]
 
Share this answer
 
Ideal solution: Find a service that gives u the possibility of subscribing to change in rates and push them to you.

Quick solution(Dirty too): Perhaps you must already be watching the rates on some website. You must also be relying n this website for rates. so the easiest way to still keep using the same website from a win-form. have web-browser in a win-form and tune to auto refresh the page after a fixed interval, say 5 minutes. tweak this browser to show you partial pages if you want smaller UI.
 
Share this answer
 
Comments
BobJanova 10-Feb-12 11:47am    
If you do this, you should check that the terms of use of the website permit automated scraping, or you might find yourself blocked from using it (though the chances of them noticing a minute-level scraper is pretty low).
Hi Javed, I need to do the same as you expect. If you found a solution, then can you help me here, How did you resolve your issue?
 
Share this answer
 
Comments
CHill60 14-Jan-14 19:27pm    
If you have a question of your own then use the Ask a Question link. Not many people will see your question as you have posted it as a solution to an old question. This can also lead to downvotes, which in turn can lead to your account being disabled. Either way ... use the "Ask a question" link to get an answer - or use Solution 1 or Solution 2
Here is available code which help me to do project of jwellery shop management system Gadget to Fetch Today's Gold Rates (India) using C# language [^]
 
Share this answer
 
v2
Comments
Member 15287068 13-Jul-21 12:15pm    
can you whatsaa\pp me rhat code
9710111324
you can use the google gadgets .
to show google gadgets you can use the web browser control in vb.net for your windows base application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900