CoolFace
Datasetpublic

AlphaDojo/dojo_forex_kline

Languages: 简体中文 · English dojo_forex_kline — FX Daily Bars Overview Daily OHLC and amplitude for major currency pairs. Used to convert revenue, profit, and other filing amounts into a single currency when report currency and listing/analysis currency differ. Typical case: regional revenue in HKD in dojo_main_income while analysis targets USD — apply HKDUSD (or equivalent) at the report date. Intended Use: Cross-Currency Revenue Breakdown… See the full description on the dataset page: https://huggingface.co/datasets/AlphaDojo/dojo_forex_kline.

sourceHugging Faceapache-2.0updated 10h agoView on Hugging Face
1likes14kdownloads
Dataset Card
Languages: 简体中文 · English

dojoforexkline — FX Daily Bars

Overview

Daily OHLC and amplitude for major currency pairs. Used to convert revenue, profit, and other filing amounts into a single currency when report currency and listing/analysis currency differ.

Typical case: regional revenue in HKD in dojo_main_income while analysis targets USD — apply HKDUSD (or equivalent) at the report date.

Intended Use: Cross-Currency Revenue Breakdown

dojo_main_income region slices (mainop_type = 3) and dojo_fin_indicators currency store amounts in original report currency. This dataset is needed when:

ScenarioDescription
Listing market ≠ report currencye.g. HKD regional revenue vs USD analysis
Cross-region mixNormalize CNY / HKD / USD segments before computing mix %
Valuation alignmentMarket cap and price are in trading currency; revenue mix needs the same unit

Conversion Flow (reference)

  1. 1.Read segment revenue and currency from dojo_main_income.
  2. 2.Determine target currency from listing market in dojo_stock_info.
  3. 3.Fetch FX rate for report_date from this dataset (e.g. HKDUSD, USDCNY).
  4. 4.Convert main_business_income and recompute mbi_ratio.

Example

Filing: Region "Hong Kong" = HKD 1.0B (currency: HKD)
Target: USD presentation

FX on report_date: HKD-USD close → HKD 1.0B × rate ≈ USD X.XB

Use close vs open and period-end vs filing date consistently in your own pipeline.

Files

FileDescription
data.parquetFX daily bars

Key Fields

FieldDescription
symbolCurrency pair (e.g. HKDUSD, USDCNY)
bar_timeTrade date
open / close / high / lowOHLC; close is the usual conversion reference
amplitudeDaily amplitude

Scale (reference)

~1k rows (few pairs × limited date window).

Comparison with dojostockkline

Aspectdojo_stock_klinedojo_forex_kline
UnderlyingEquitiesCurrency pairs
Fieldsvol, adjustment, dividends/splitsamplitude, no volume
Primary usePrice historyCross-currency filing amounts

Related Datasets