The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.003 - 2018-06-19

  • INCOMPATIBLE CHANGES
    • Change function name from convert_fiat_currency to get_spot_rate().
  • NEW FEATURES
    • Add function get_all_spot_rates() to return all rates from a source.
    • Add source 'bi' (Bank of Indonesia).
  • INTERNAL
    • Modularize each source into a separate Perl module.
    • Record 'mtime' (last update time) from source.
    • Add option to return highest/lowest rate (of all sources), rate from newest/oldest source, average of all sources.
    • Bump database schema version: add 'id' and 'mtime' columns to the rate table, change 'time' column to 'query_time'.

Modules

Get spot (latest) rate
Get currency conversion rates from BCA (Bank Central Asia)
Get currency conversion rates from BI (Bank Indonesia)
Get currency conversion rates from GMC (Golden Money Changer)