Skip to content

Currency exchange rate to Turkish Lira (TL) using the Central Bank of the Republic of Turkey (TCMB) daily xml

Notifications You must be signed in to change notification settings

arslanaybars/TcmbSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TcmbSharp

TcmbSharp Nuget

Currency exchange rate to Turkish Lira (TL) using the Central Bank of the Republic of Turkey (TCMB) daily xml.

PS: Rates updated every day at 15.31.

Installation

Can be installed as a NuGet package. In the package manager console, enter the following:

Install-Package TcmbSharp -Version 1.0.1

Usage

using TcmbSharp;

...

decimal tlRate = Tcmb.Rate("USD");

You can reach bellowing currencies rates to TL (Turkish Lira) using this lib;

  • USD
  • AUD
  • DKK
  • EUR
  • GBP
  • CHF
  • SEK
  • CAD
  • KWD
  • NOK
  • SAR
  • JPY
  • BGN
  • RON
  • RUB
  • IRR
  • CNY
  • PKR

Tcmb Xml Resources

http://www.tcmb.gov.tr/kurlar/today.xml

About

Currency exchange rate to Turkish Lira (TL) using the Central Bank of the Republic of Turkey (TCMB) daily xml

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages