Compare Ikea Prices 0.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Compare Ikea Prices 0.5 (Default branch)
# 1  
Old 01-20-2009
Compare Ikea Prices 0.5 (Default branch)

ImageCompare Ikea Prices is a Firefox addon thatdisplays prices from Ikea stores in othercountries and converts the prices to Euros. Itworks for most Eurozone countries. Afterinstalling, it has to be turned on by checking an"Enable price comparing" checkbox in Tools >Compare Ikea prices.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Web Development

Data type to use for prices with commas

Hi everybody, I`m very new with PHP and Databases and I having the follow issue with prices data.. The original information is in CSV files. The prices have formatted with commas and dots as follow: 12,300.99 -->(thousands separated by commas) 3,500.25 -->(thousands separated... (10 Replies)
Discussion started by: cgkmal
10 Replies

2. Solaris

Server model and it's prices.

Hello Guruz, I would like to know the list of Solaris spar models and it's prices. (2 Replies)
Discussion started by: bullz26
2 Replies
Login or Register to Ask a Question
Finance::Quote::IndiaMutual(3)				User Contributed Perl Documentation			    Finance::Quote::IndiaMutual(3)

NAME
Finance::Quote::IndiaMutual - Obtain Indian mutual fund prices from amfiindia.com SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %stockinfo = $q->fetch("indiamutual", "amfiindia-code"); # Can failover to other methods %stockinfo = $q->fetch("amfiindia", "amfiindia-code"); # Use this module only. # NOTE: currently no failover methods exist for indiamutual DESCRIPTION
This module obtains information about Indian Mutual Fund prices from the Association of Mutual Funds India website amfiindia.com. The information source "indiamutual" can be used if the source of prices is irrelevant, and "amfiindia" if you specifically want to use information downloaded from amfiindia.com. AMFIINDIA-CODE In India a mutual fund does not have a unique global symbol identifier. This module uses an id that represents the mutual fund on an id used by amfiindia.com. You can the fund is from the AMFI web site http://amfiindia.com/downloadnavopen.asp. LABELS RETURNED
Information available from amfiindia may include the following labels: method link source name currency nav rprice sprice. The link label will be a url location for the NAV list table for all funds. NOTES
amfiindia.com provides a link to download a text file containing all the NAVs. This file is mirrored in a local file /tmp/amfinavlist.txt. The local mirror serves only as a cache and can be safely removed. Currently NAVs of Open-Ended funds are supported. SEE ALSO
AMFI india website - http://amfiindia.com/ Finance::Quote perl v5.12.1 2009-10-05 Finance::Quote::IndiaMutual(3)