Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
Uses Yahoo Finance to convert an optional amount between any two currencies and shows price history for the two currencies. crncy Cr1Cr2 [-amount {AMOUNT}] [-time {1d|5d|3m|1y|2y|5y}] Cr1Cr2 is here the combination of two currencies you want to look at, e.g. USDGBP converts between USD and GBP -amount is an optional handle (set to 1 by default) e.g. -amount 100 -time is an optional handle that shows the historical price graph for the desired period (set to 3m by default), allowed inputs are 1d, 5d, 3m, 1y, 2y, 5y E.g. crncy USDNOK - Converts between USD and NOK crncy USDNOK -amount 50 -time 5y - Converts 50 USD to NOK and shows historical graph over 5 years. Author: Andreas T