ArabovMK/tjk-exchange-rates
Tajikistani Somoni (TJS) Exchange Rates Data Period: 2001–2025Last Updated: 2025-04-12Number of Records: 7,167 Major Currencies Chinese Yuan (CNY) Euro (EUR) Russian Ruble (RUB) US Dollar (USD) Sample Data Date CNY EUR RUB USD 2001-01-01 00:00:00 0.2653 2.0469 0.07813 2.2 2005-01-01 00:00:00 0.3669 4.1315 0.10945 3.037 2009-01-01 00:00:00 0.5058 4.8682 0.11229 3.4556 2010-01-01 00:00:00 0.6403 6.3102 0.14354 4.3714… See the full description on the dataset page: https://huggingface.co/datasets/ArabovMK/tjk-exchange-rates.
219
Tajikistani Somoni (TJS) Exchange Rates
Data Period: 2001–2025 Last Updated: 2025-04-12 Number of Records: 7,167
Major Currencies
- Chinese Yuan (CNY)
- Euro (EUR)
- Russian Ruble (RUB)
- US Dollar (USD)
Sample Data
Loading the Dataset
from datasets import load_dataset
dataset = load_dataset("ArabovMK/tjk-exchange-rates")
print(dataset['train'][:5])