CoolFace
Datasetpublic

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.

sourceHugging Facemitupdated 1y agoView on Hugging Face
2likes19downloads
Dataset Card

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

DateCNYEURRUBUSD
2001-01-01 00:00:000.26532.04690.078132.2
2005-01-01 00:00:000.36694.13150.109453.037
2009-01-01 00:00:000.50584.86820.112293.4556
2010-01-01 00:00:000.64036.31020.143544.3714
2011-01-01 00:00:000.66465.9480.146454.4029

Loading the Dataset

python
from datasets import load_dataset

dataset = load_dataset("ArabovMK/tjk-exchange-rates")
print(dataset['train'][:5])