Skip to content

๐Ÿ“ˆ ๐Ÿ’ฐ Provider Daily Exchange Rates Announced by the Central Bank of Turkey

License

Notifications You must be signed in to change notification settings

yemrekeskin/tcmb-currency-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Tcmb-Currency-Provider

๐Ÿ“ˆ ๐Ÿ’ฐ Provider Daily Exchange Rates Announced by the Central Bank of Turkey.

Project Features

Class Diagram

Usage

var executer = new ServiceExecuter();
executer.ResponseType = ResponseType.XML;
executer.Endpoint = "https://www.tcmb.gov.tr";
var data = executer.InvokeGet<CurrencyEntityList>("/kurlar/today.xml");

var service = new CurrencyService();
var response = service.GetCurrencyRates(2015, 12, 10);
var cacheResponse = service.GetCurrencyRates(2015, 12, 10);

Contribution

Pull requests are welcome, but make sure you sign the Contributor License Agreement.

License

Tcmb-Currency-Provider is licensed under the MIT license. Check the LICENSE file for details.

About

๐Ÿ“ˆ ๐Ÿ’ฐ Provider Daily Exchange Rates Announced by the Central Bank of Turkey

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages