CoolFace
20 results

exchange-rate

AllRates /central-bank-exchange-rates Central Bank Exchange Rates Official exchange rates published by 103 central banks and 4 tax authorities, as one CSV per institution: 14,612,276 rows, the oldest series from 1914. Refreshed daily from the GitHub source repository. Every row is the figure the institution itself published for that date: the ECB euro reference rate, the Federal Reserve H.10 table, the Bank of England spot rates, RBI reference rates, PBoC central parity, HMRC monthly rates for VAT, US Treasury… See the full description on the dataset page: https://huggingface.co/datasets/AllRates/central-bank-exchange-rates.texttime-series-forecasting10M<n<100M0 likes2.2k downloads7h agoHugging Facets-arena /exchange_rate Exchange Rate Dataset Part of the TS Arena benchmarking suite for time-series foundation models. Description Daily exchange rates of 8 countries (1990-2016) Statistics Total samples: 7588 Features: 8 Train samples: 5311 Validation samples: 759 Test samples: 1518 Frequency: 1 day Preprocessing Standard normalization (zero mean, unit variance) Scaler fitted on training data only Train/Val/Test split: 70%/10%/20% Usage from datasets… See the full description on the dataset page: https://huggingface.co/datasets/ts-arena/exchange_rate.tabulartime-series-forecasting1K<n<10K0 likes281 downloads9mo agoHugging FaceTHULab /exchange_rate Exchange Rate (TsFile) Apache TsFile version of the exchange_rate long-term-forecasting subset of thuml/Time-Series-Library. Overview Daily exchange rates of eight countries. Rows: 7,588 time steps. Channels: 8 numeric variables. A single multivariate series; no TAG/device dimension. Schema (TsFile structure) Time (INT64, milliseconds) — parsed from the source date column. FIELD (8 columns, FLOAT) — the measured channels. Channel names are made… See the full description on the dataset page: https://huggingface.co/datasets/THULab/exchange_rate.timeseriestime-series-forecasting1M<n<10M0 likes68 downloads1mo agoHugging FaceTHULab /exchange_rate_tsf exchange_rate_tsf (TsFile) Apache TsFile version of twk190314/exchange_rate. Data files: ['exchange_rate_tsf.tsfile'] Usage Install the Apache TsFile Python SDK (pip install tsfile) and read a converted file: from pathlib import Path from tsfile import TsFileReader path = Path("exchange_rate_tsf.tsfile") with TsFileReader(str(path)) as reader: schemas = reader.get_all_table_schemas() print("tables:", list(schemas)) table_name = next(iter(schemas))… See the full description on the dataset page: https://huggingface.co/datasets/THULab/exchange_rate_tsf.timeseriestime-series-forecasting0 likes52 downloads16d agoHugging Facecamaron-ai /decaprated_exchange_ratetabular1K<n<10K0 likes51 downloads2y agoHugging Faceabshafi2021 /BDT-to-USD-exchange-rate-2024-2026 Bangladesh Taka (BDT) to US Dollar (USD) Daily Exchange Rate, 2024-2026 Overview Daily USD/BDT exchange rate covering 2024-01-01 to 2026-07-07 (657 trading days), sourced from Exchange-Rates.org's historical BDT/USD pages. This is a genuine multi-year time series — much more useful for trend analysis, forecasting, or macroeconomic notebooks than a single-day snapshot. The data captures Bangladesh's major currency events in this window, including the sharp Taka… See the full description on the dataset page: https://huggingface.co/datasets/abshafi2021/BDT-to-USD-exchange-rate-2024-2026.0 likes39 downloads3mo agoHugging Face