hi Ever One i am creating a web site on gold and silver daily rate updates website and i want to update daily the market Value in the website so i search Many website a got it the Idea. I Post the image under can you tell me what is the plugin or desine which was don to get it in wordpress.Pls Help me Uploaded with ImageShack.com
I doubt you'll find an existing plugin to do it but I've done a similar thing with rental stats for NZ. Write a plugin (or have one written for you) that allows you to enter or import the current rates, store in a table and then display on a page. Would be a good beginners project.
The other option is to use back-end scripting to read the values in from a different site, then display them on your site. It'll save the step of programming the values to DB. Check around as some sites may have the values via API, XML, etc. You'll want to get permission to do that...