Skip to content

taiak/tcmb_exchanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCMB EXCHANGER

Calculates the exchange rates over the daily exchange rates given by the TCMB(Türkiye Cumhuriyet Merkez Bankası) link.

Installation

gem install tcmb_exchanger

Example

require 'tcmb_exchanger'

t = TCMB_exchanger.new
t.process # fetch and calculate values

t.exchanges.keys # show all exchange values

t.exchanges['USD']['for_buy'] # get forex buy value of usd
t.usd.for_buy                 # functional way to get forex buy value of usd 

About

Calculates the exchange rates over the daily exchange rates given by the TCMB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages