fathkoc / tcmb-financial
A comprehensive library to fetch financial data from TCMB, including exchange rates and interest rates.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fathkoc/tcmb-financial
Requires
- php: >=7.4
This package is not auto-updated.
Last update: 2025-10-23 15:42:25 UTC
README
This is a comprehensive PHP library to fetch financial data such as exchange rates, interest rates, and currency conversions from the Central Bank of Turkey (TCMB).
Features
- Fetch today's exchange rates.
- Fetch historical exchange rates by date.
- Convert currencies.
- Compare multiple currency rates.
- Fetch interest rates from TCMB.
- Get the highest and lowest rates within a date range.
Installation
Use Composer to install the library:
composer require fathkoc/tcmb-financial # TCMB Finans Kütüphanesi Bu kütüphane, Türkiye Cumhuriyet Merkez Bankası'ndan (TCMB) döviz kurları, faiz oranları ve döviz dönüşümü gibi finansal verileri çekmek için kapsamlı bir PHP kütüphanesidir. ## Özellikler - Günlük döviz kurlarını alır. - Belirli bir tarih için döviz kurlarını çeker. - Dövizler arasında dönüşüm yapar. - Birden fazla döviz kurunu karşılaştırır. - TCMB'den faiz oranlarını alır. - Belirli bir tarih aralığında en yüksek ve en düşük döviz kurlarını gösterir. ## Kurulum Kütüphaneyi Composer kullanarak projenize dahil edebilirsiniz: ```bash composer require fathkoc/tcmb-financial