Add T0.5 market heat IPO analysis

Request:
- Test whether subscription-period T0.5 market heat data can be captured and incorporated into IPO analysis.

Changes:
- Add an ipo_market_heat table for non-official market-heat snapshots.
- Add a VBKR/Jieli archive script for expected margin subscription multiples.
- Archive the 2026-06-15T18:40:00Z heat snapshot for 01392, 02335, 06067, 06106, and 06132.
- Add an experimental T0.5 overlay rule file and a Chinese cross-IPO trial report.
- Update archivist and analyst skills so T0.5 remains separate from official T1 allotment demand.

Verification:
- .venv/bin/python -m py_compile scripts/archive_t0_5_market_heat.py scripts/build_analysis_dataset.py scripts/update_sync_state.py
- Python sqlite3 PRAGMA integrity_check returned ok and foreign_key_check returned zero rows.
- Confirmed 5 ipo_market_heat rows and 5 t0_5_market_heat source_refs for the frozen snapshot.
- git diff --cached --check

Next useful context:
- T0.5 data is non-official and should be resampled during the subscription window, then compared against T1 official allotment results.
This commit is contained in:
2026-06-15 15:44:32 +00:00
parent a2ec016769
commit 222f55c140
13 changed files with 3043 additions and 2507 deletions
+14
View File
@@ -16,6 +16,7 @@ Use `archivist` first when source documents, listing facts, allotment results, p
Separate the decision stage from later facts: Separate the decision stage from later facts:
- `T0_prospectus`: prospectus and offer terms only. - `T0_prospectus`: prospectus and offer terms only.
- `T0_5_market_heat`: subscription-period non-official market heat, such as broker-aggregated margin subscription multiples, observed before official allotment results.
- `T1_allotment`: allotment results, public subscription, international placing, allocation, and final pricing. - `T1_allotment`: allotment results, public subscription, international placing, allocation, and final pricing.
- `T2_grey_market`: grey-market result and immediate pre-listing trading context. - `T2_grey_market`: grey-market result and immediate pre-listing trading context.
- `D1`, `D5`, `D20`, `D60`: post-listing review checkpoints. - `D1`, `D5`, `D20`, `D60`: post-listing review checkpoints.
@@ -87,10 +88,23 @@ Generated prediction reports must remain stage-safe:
- Analyst Markdown reports should be written in Simplified Chinese by default, while preserving ticker symbols, stage codes, rule ids, source paths, and stable error tags in their original machine-readable form. - Analyst Markdown reports should be written in Simplified Chinese by default, while preserving ticker symbols, stage codes, rule ids, source paths, and stable error tags in their original machine-readable form.
- T0 reports use only prospectus-stage fields and T0 calibration. - T0 reports use only prospectus-stage fields and T0 calibration.
- T0.5 reports may add archived `ipo_market_heat` rows, but must label them as non-official, live market-heat snapshots and include `observed_at`, provider, and source path.
- T1 reports may add allotment demand fields and T1 calibration. - T1 reports may add allotment demand fields and T1 calibration.
- T2/D1 is the intended sell window; D5/D20/D60 returns are never shown as prediction inputs and are reserved for later review cards. - T2/D1 is the intended sell window; D5/D20/D60 returns are never shown as prediction inputs and are reserved for later review cards.
- Every report must include a concrete stage calendar for the ticker: T0 subscription window, T1 allotment-result date, T2 grey-market date/window, and D1 listing date. - Every report must include a concrete stage calendar for the ticker: T0 subscription window, T1 allotment-result date, T2 grey-market date/window, and D1 listing date.
## T0.5 Market Heat Overlay
Use `rules/ipo_score_v0_5_market_heat_trial.yaml` when the user asks to include subscription-period heat before official allotment results.
T0.5 discipline:
- Use `archivist` first to archive the raw source page and structured `ipo_market_heat` rows.
- Keep T0.5 separate from official T1 demand. Do not copy T0.5 margin multiples into `ipo_demand.public_oversubscription_times`.
- Treat raw margin multiples as less reliable when IPOs are at different points in their subscription windows.
- Freeze the `observed_at` timestamp in the report so later T1/D1 reviews can test whether the heat signal helped.
- Write T0.5 conclusions as watchlist upgrades/downgrades, not as final high-conviction subscription calls.
## Output Standards ## Output Standards
Every prediction card should include: Every prediction card should include:
+13
View File
@@ -82,6 +82,7 @@ Use `ticker_sync_state` as the per-ticker stage ledger and `sync_tasks` as the n
Stages: Stages:
- `T0_prospectus` - `T0_prospectus`
- `T0_5_market_heat`
- `T1_allotment` - `T1_allotment`
- `T2_grey_market` - `T2_grey_market`
- `D1` - `D1`
@@ -163,6 +164,18 @@ The script is incremental. It selects only `T1_allotment` rows that are complete
Do not infer missing demand fields. If a Summary PDF gives valid applications and public subscription but omits successful applicants or international subscription level, store the available fields and leave unavailable fields null. Do not infer missing demand fields. If a Summary PDF gives valid applications and public subscription but omits successful applicants or international subscription level, store the available fields and leave unavailable fields null.
## T0.5 Market Heat Archive
When the user asks to include subscription-period heat before official T1 allotment results, archive a reproducible market-heat snapshot:
```bash
.venv/bin/python scripts/archive_t0_5_market_heat.py --as-of YYYY-MM-DDTHH:MM:SSZ --tickers 01392,06067
```
The script stores the raw page under `data/raw/market_heat/`, records per-ticker `source_refs` with `source_type = "t0_5_market_heat"`, writes structured rows to `ipo_market_heat`, exports `data/snapshots/ipo_market_heat.csv`, and refreshes sync state.
Market-heat data is non-official and live. It may include broker-aggregated margin subscription multiples or similar estimates. Never store it as `ipo_demand`, never treat it as final HKEX subscription data, and always preserve provider, source URL, raw path, and `observed_at`.
## Grey-Market Source Policy ## Grey-Market Source Policy
`T2_grey_market` is not an HKEX official disclosure stage. Grey-market trading is broker or third-party OTC activity, so do not bulk archive a grey-market feed unless the source is reproducible and redistribution-safe. `T2_grey_market` is not an HKEX official disclosure stage. Grey-market trading is broker or third-party OTC activity, so do not bulk archive a grey-market feed unless the source is reproducible and redistribution-safe.
Binary file not shown.
File diff suppressed because one or more lines are too long
+6
View File
@@ -0,0 +1,6 @@
heat_id,ticker,source_id,stage,provider,observed_at,margin_subscription_multiple,margin_multiple_label,offer_price_low_hkd,offer_price_high_hkd,board_lot,min_subscription_amount_hkd,subscription_deadline,result_announcement_date,listing_date,data_as_of,notes
01392_t0_5_market_heat_vbkr_20260615T184000Z,01392,01392_t0_5_market_heat_vbkr_20260615T184000Z,T0_5_market_heat,VBKR/Jieli,2026-06-15T18:40:00Z,2195.84,2195.84倍,7.2,7.2,500,3636.31,2026-06-16 10:00,2026-06-17,2026-06-22,2026-06-15T18:40:00Z,Stock name on source page: 海清智元. Prospectus URL shown by source: https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0611/2026061100016_c.pdf
02335_t0_5_market_heat_vbkr_20260615T184000Z,02335,02335_t0_5_market_heat_vbkr_20260615T184000Z,T0_5_market_heat,VBKR/Jieli,2026-06-15T18:40:00Z,4.78,4.78倍,18.2,21.0,200,4242.36,2026-06-18 10:00,2026-06-22,2026-06-24,2026-06-15T18:40:00Z,Stock name on source page: 麥科醫藥-B. Prospectus URL shown by source: https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500010_c.pdf
06067_t0_5_market_heat_vbkr_20260615T184000Z,06067,06067_t0_5_market_heat_vbkr_20260615T184000Z,T0_5_market_heat,VBKR/Jieli,2026-06-15T18:40:00Z,109.2,109.20倍,8.98,8.98,500,4535.28,2026-06-17 10:00,2026-06-18,2026-06-23,2026-06-15T18:40:00Z,Stock name on source page: 星源材質. Prospectus URL shown by source: https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0612/2026061200032_c.pdf
06106_t0_5_market_heat_vbkr_20260615T184000Z,06106,06106_t0_5_market_heat_vbkr_20260615T184000Z,T0_5_market_heat,VBKR/Jieli,2026-06-15T18:40:00Z,48.07,48.07倍,101.6,101.6,50,5131.24,2026-06-18 10:00,2026-06-22,2026-06-24,2026-06-15T18:40:00Z,Stock name on source page: 仙工智能. Prospectus URL shown by source: https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500014_c.pdf
06132_t0_5_market_heat_vbkr_20260615T184000Z,06132,06132_t0_5_market_heat_vbkr_20260615T184000Z,T0_5_market_heat,VBKR/Jieli,2026-06-15T18:40:00Z,135.39,135.39倍,81.8,81.8,100,8262.49,2026-06-17 10:00,2026-06-18,2026-06-23,2026-06-15T18:40:00Z,Stock name on source page: 華健未來-B. Prospectus URL shown by source: https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0612/2026061200084_c.pdf
1 heat_id ticker source_id stage provider observed_at margin_subscription_multiple margin_multiple_label offer_price_low_hkd offer_price_high_hkd board_lot min_subscription_amount_hkd subscription_deadline result_announcement_date listing_date data_as_of notes
2 01392_t0_5_market_heat_vbkr_20260615T184000Z 01392 01392_t0_5_market_heat_vbkr_20260615T184000Z T0_5_market_heat VBKR/Jieli 2026-06-15T18:40:00Z 2195.84 2195.84倍 7.2 7.2 500 3636.31 2026-06-16 10:00 2026-06-17 2026-06-22 2026-06-15T18:40:00Z Stock name on source page: 海清智元. Prospectus URL shown by source: https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0611/2026061100016_c.pdf
3 02335_t0_5_market_heat_vbkr_20260615T184000Z 02335 02335_t0_5_market_heat_vbkr_20260615T184000Z T0_5_market_heat VBKR/Jieli 2026-06-15T18:40:00Z 4.78 4.78倍 18.2 21.0 200 4242.36 2026-06-18 10:00 2026-06-22 2026-06-24 2026-06-15T18:40:00Z Stock name on source page: 麥科醫藥-B. Prospectus URL shown by source: https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500010_c.pdf
4 06067_t0_5_market_heat_vbkr_20260615T184000Z 06067 06067_t0_5_market_heat_vbkr_20260615T184000Z T0_5_market_heat VBKR/Jieli 2026-06-15T18:40:00Z 109.2 109.20倍 8.98 8.98 500 4535.28 2026-06-17 10:00 2026-06-18 2026-06-23 2026-06-15T18:40:00Z Stock name on source page: 星源材質. Prospectus URL shown by source: https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0612/2026061200032_c.pdf
5 06106_t0_5_market_heat_vbkr_20260615T184000Z 06106 06106_t0_5_market_heat_vbkr_20260615T184000Z T0_5_market_heat VBKR/Jieli 2026-06-15T18:40:00Z 48.07 48.07倍 101.6 101.6 50 5131.24 2026-06-18 10:00 2026-06-22 2026-06-24 2026-06-15T18:40:00Z Stock name on source page: 仙工智能. Prospectus URL shown by source: https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500014_c.pdf
6 06132_t0_5_market_heat_vbkr_20260615T184000Z 06132 06132_t0_5_market_heat_vbkr_20260615T184000Z T0_5_market_heat VBKR/Jieli 2026-06-15T18:40:00Z 135.39 135.39倍 81.8 81.8 100 8262.49 2026-06-17 10:00 2026-06-18 2026-06-23 2026-06-15T18:40:00Z Stock name on source page: 華健未來-B. Prospectus URL shown by source: https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0612/2026061200084_c.pdf
+5
View File
@@ -111,6 +111,7 @@ source_id,ticker,source_type,title,path_base,local_path,url,file_sha256,source_d
01384_price_history_yahoo_2025_10_25_2026_01_16,01384,market_price_history,Yahoo Finance daily price history for 01384.HK,repo_root,data/raw/01384/price_history_yahoo_2025-10-25_2026-01-16.json,https://query1.finance.yahoo.com/v8/finance/chart/1384.HK?period1=1761350400&period2=1768608000&interval=1d&events=history&includeAdjustedClose=true,55311ae38da322bede42bce9a674efefa370556390b778be026dc7bdc91beb61,2026-01-16,2026-06-15T10:00:00Z,Raw chart response used to derive D1/D5/D20/D60 price performance checkpoints. 01384_price_history_yahoo_2025_10_25_2026_01_16,01384,market_price_history,Yahoo Finance daily price history for 01384.HK,repo_root,data/raw/01384/price_history_yahoo_2025-10-25_2026-01-16.json,https://query1.finance.yahoo.com/v8/finance/chart/1384.HK?period1=1761350400&period2=1768608000&interval=1d&events=history&includeAdjustedClose=true,55311ae38da322bede42bce9a674efefa370556390b778be026dc7bdc91beb61,2026-01-16,2026-06-15T10:00:00Z,Raw chart response used to derive D1/D5/D20/D60 price performance checkpoints.
01384_prospectus_2025_10_20_2025102000015,01384,prospectus,GLOBAL OFFERING,repo_root,data/raw/01384/prospectus_2025-10-20_2025102000015.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/1020/2025102000015.pdf,ba31f0a819915e861c494336bb7fe4b5de8f9d841130f1e41e687ba26dea2836,2025-10-20,2026-06-15T09:00:00Z,HKEXnews Listing Documents - [Offer for Subscription]. 01384_prospectus_2025_10_20_2025102000015,01384,prospectus,GLOBAL OFFERING,repo_root,data/raw/01384/prospectus_2025-10-20_2025102000015.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/1020/2025102000015.pdf,ba31f0a819915e861c494336bb7fe4b5de8f9d841130f1e41e687ba26dea2836,2025-10-20,2026-06-15T09:00:00Z,HKEXnews Listing Documents - [Offer for Subscription].
01392_prospectus_2026_06_11_2026061100015,01392,prospectus,GLOBAL OFFERING,repo_root,data/raw/01392/prospectus_2026-06-11_2026061100015.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0611/2026061100015.pdf,d9ef0cf5ea89405e0e427e7aab5fd4e57f092027e6c8a3f1a993a8e65699a0cd,2026-06-11,2026-06-15T16:00:00Z,HKEXnews Listing Documents - [Offer for Subscription]. 01392_prospectus_2026_06_11_2026061100015,01392,prospectus,GLOBAL OFFERING,repo_root,data/raw/01392/prospectus_2026-06-11_2026061100015.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0611/2026061100015.pdf,d9ef0cf5ea89405e0e427e7aab5fd4e57f092027e6c8a3f1a993a8e65699a0cd,2026-06-11,2026-06-15T16:00:00Z,HKEXnews Listing Documents - [Offer for Subscription].
01392_t0_5_market_heat_vbkr_20260615T184000Z,01392,t0_5_market_heat,VBKR IPO expected margin multiple snapshot,repo_root,data/raw/market_heat/vbkr_ipo_hk_index_20260615T184000Z.html,https://www.vbkr.com/ipo/hk/v2/ipo-hk-index,d44c1cc2864e7febad22f4905bae0fbb12f17aa59b52a2d9e7d251c72bda088e,2026-06-15,2026-06-15T18:40:00Z,Non-official subscription-period market heat snapshot. Final subscription data must come from HKEX allotment results.
01471_allotment_results_2024_08_05_2024080502241,01471,allotment_results,ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS,repo_root,data/raw/01471/allotment_results_2024-08-05_2024080502241.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2024/0805/2024080502241.pdf,183718ab7cec0f895ba9e1eae11bfcda9b09cfa4de8174d3da40212eb8212d05,2024-08-05,2026-06-15T09:00:00Z,HKEXnews Announcements and Notices - [Allotment Results]. 01471_allotment_results_2024_08_05_2024080502241,01471,allotment_results,ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS,repo_root,data/raw/01471/allotment_results_2024-08-05_2024080502241.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2024/0805/2024080502241.pdf,183718ab7cec0f895ba9e1eae11bfcda9b09cfa4de8174d3da40212eb8212d05,2024-08-05,2026-06-15T09:00:00Z,HKEXnews Announcements and Notices - [Allotment Results].
01471_new_listing_report_main_2024,01471,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage. 01471_new_listing_report_main_2024,01471,new_listing_report,HKEXnews Main Board New Listing Report 2024,repo_root,data/raw/hkex_new_listing_reports/main/NLR2024_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2024_Eng.xlsx,8c456f5e8cc5326f68fe0d4da85006f018ccfe7a5282c4e3d6f7fed67090f60d,2024-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
01471_price_history_yahoo_2024_08_03_2024_10_25,01471,market_price_history,Yahoo Finance daily price history for 01471.HK,repo_root,data/raw/01471/price_history_yahoo_2024-08-03_2024-10-25.json,https://query1.finance.yahoo.com/v8/finance/chart/1471.HK?period1=1722643200&period2=1729900800&interval=1d&events=history&includeAdjustedClose=true,9df4094a5ea23a37a3500eaca5ed20393d8f31331975a5409434977156fcc202,2024-10-25,2026-06-15T10:00:00Z,Raw chart response used to derive D1/D5/D20/D60 price performance checkpoints. 01471_price_history_yahoo_2024_08_03_2024_10_25,01471,market_price_history,Yahoo Finance daily price history for 01471.HK,repo_root,data/raw/01471/price_history_yahoo_2024-08-03_2024-10-25.json,https://query1.finance.yahoo.com/v8/finance/chart/1471.HK?period1=1722643200&period2=1729900800&interval=1d&events=history&includeAdjustedClose=true,9df4094a5ea23a37a3500eaca5ed20393d8f31331975a5409434977156fcc202,2024-10-25,2026-06-15T10:00:00Z,Raw chart response used to derive D1/D5/D20/D60 price performance checkpoints.
@@ -211,6 +212,7 @@ source_id,ticker,source_type,title,path_base,local_path,url,file_sha256,source_d
02290_prospectus_2026_05_28_2026052800031,02290,prospectus,GLOBAL OFFERING,repo_root,data/raw/02290/prospectus_2026-05-28_2026052800031.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0528/2026052800031.pdf,f84e9f37a1b3f66714a30aca66a3ea4868e306d159bfc4eafc2c0b0e76d5f936,2026-05-28,2026-06-15T08:35:00Z,HKEXnews Listing Documents - [Offer for Subscription]. 02290_prospectus_2026_05_28_2026052800031,02290,prospectus,GLOBAL OFFERING,repo_root,data/raw/02290/prospectus_2026-05-28_2026052800031.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0528/2026052800031.pdf,f84e9f37a1b3f66714a30aca66a3ea4868e306d159bfc4eafc2c0b0e76d5f936,2026-05-28,2026-06-15T08:35:00Z,HKEXnews Listing Documents - [Offer for Subscription].
02335_prospectus_2026_06_15_2026061500009,02335,prospectus,GLOBAL OFFERING,repo_root,data/raw/02335/prospectus_2026-06-15_2026061500009.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500009.pdf,0a8ba2f2f125d526a3568f64115d8ddc1e2afc756f0d5402ddaaaebd14885cce,2026-06-15,2026-06-15T17:30:00Z,HKEXnews Listing Documents - [Offer for Subscription]. T0 pricing uses the maximum Offer Price; indicative range is HK$18.20 to HK$21.00. 02335_prospectus_2026_06_15_2026061500009,02335,prospectus,GLOBAL OFFERING,repo_root,data/raw/02335/prospectus_2026-06-15_2026061500009.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500009.pdf,0a8ba2f2f125d526a3568f64115d8ddc1e2afc756f0d5402ddaaaebd14885cce,2026-06-15,2026-06-15T17:30:00Z,HKEXnews Listing Documents - [Offer for Subscription]. T0 pricing uses the maximum Offer Price; indicative range is HK$18.20 to HK$21.00.
02335_prospectus_zh_2026_06_15_2026061500010_c,02335,prospectus,全球發售,repo_root,data/raw/02335/prospectus_zh_2026-06-15_2026061500010_c.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500010_c.pdf,c9917ffaf768f9cd319ad36219b2bceea250c0deaac246b4df66c3c7e46a0fc9,2026-06-15,2026-06-15T18:20:00Z,HKEXnews Chinese Listing Documents - [Offer for Subscription]. Archived to support Chinese company-name display. 02335_prospectus_zh_2026_06_15_2026061500010_c,02335,prospectus,全球發售,repo_root,data/raw/02335/prospectus_zh_2026-06-15_2026061500010_c.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500010_c.pdf,c9917ffaf768f9cd319ad36219b2bceea250c0deaac246b4df66c3c7e46a0fc9,2026-06-15,2026-06-15T18:20:00Z,HKEXnews Chinese Listing Documents - [Offer for Subscription]. Archived to support Chinese company-name display.
02335_t0_5_market_heat_vbkr_20260615T184000Z,02335,t0_5_market_heat,VBKR IPO expected margin multiple snapshot,repo_root,data/raw/market_heat/vbkr_ipo_hk_index_20260615T184000Z.html,https://www.vbkr.com/ipo/hk/v2/ipo-hk-index,d44c1cc2864e7febad22f4905bae0fbb12f17aa59b52a2d9e7d251c72bda088e,2026-06-15,2026-06-15T18:40:00Z,Non-official subscription-period market heat snapshot. Final subscription data must come from HKEX allotment results.
02396_allotment_results_2025_12_19_2025121901577,02396,allotment_results,ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS,repo_root,data/raw/02396/allotment_results_2025-12-19_2025121901577.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/1219/2025121901577.pdf,5cebac96bd84523c1fd35240888b212f17bbd47174e2ca27f75e027f3a50d964,2025-12-19,2026-06-15T09:00:00Z,HKEXnews Announcements and Notices - [Allotment Results]. 02396_allotment_results_2025_12_19_2025121901577,02396,allotment_results,ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS,repo_root,data/raw/02396/allotment_results_2025-12-19_2025121901577.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/1219/2025121901577.pdf,5cebac96bd84523c1fd35240888b212f17bbd47174e2ca27f75e027f3a50d964,2025-12-19,2026-06-15T09:00:00Z,HKEXnews Announcements and Notices - [Allotment Results].
02396_new_listing_report_main_2025,02396,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage. 02396_new_listing_report_main_2025,02396,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
02396_price_history_yahoo_2025_12_19_2026_03_12,02396,market_price_history,Yahoo Finance daily price history for 02396.HK,repo_root,data/raw/02396/price_history_yahoo_2025-12-19_2026-03-12.json,https://query1.finance.yahoo.com/v8/finance/chart/2396.HK?period1=1766102400&period2=1773360000&interval=1d&events=history&includeAdjustedClose=true,ec574ecb19979e92e4b275413836ffe826f0001920827e2f06a0c561c202971b,2026-03-12,2026-06-15T10:00:00Z,Raw chart response used to derive D1/D5/D20/D60 price performance checkpoints. 02396_price_history_yahoo_2025_12_19_2026_03_12,02396,market_price_history,Yahoo Finance daily price history for 02396.HK,repo_root,data/raw/02396/price_history_yahoo_2025-12-19_2026-03-12.json,https://query1.finance.yahoo.com/v8/finance/chart/2396.HK?period1=1766102400&period2=1773360000&interval=1d&events=history&includeAdjustedClose=true,ec574ecb19979e92e4b275413836ffe826f0001920827e2f06a0c561c202971b,2026-03-12,2026-06-15T10:00:00Z,Raw chart response used to derive D1/D5/D20/D60 price performance checkpoints.
@@ -917,6 +919,7 @@ source_id,ticker,source_type,title,path_base,local_path,url,file_sha256,source_d
06031_price_history_yahoo_2025_10_25_2026_01_16,06031,market_price_history,Yahoo Finance daily price history for 06031.HK,repo_root,data/raw/06031/price_history_yahoo_2025-10-25_2026-01-16.json,https://query1.finance.yahoo.com/v8/finance/chart/6031.HK?period1=1761350400&period2=1768608000&interval=1d&events=history&includeAdjustedClose=true,744a239ec3502314f254ead6f1286b7d728cff6b1c2d9a13cb2f3ea5ef89fe71,2026-01-16,2026-06-15T10:00:00Z,Raw chart response used to derive D1/D5/D20/D60 price performance checkpoints. 06031_price_history_yahoo_2025_10_25_2026_01_16,06031,market_price_history,Yahoo Finance daily price history for 06031.HK,repo_root,data/raw/06031/price_history_yahoo_2025-10-25_2026-01-16.json,https://query1.finance.yahoo.com/v8/finance/chart/6031.HK?period1=1761350400&period2=1768608000&interval=1d&events=history&includeAdjustedClose=true,744a239ec3502314f254ead6f1286b7d728cff6b1c2d9a13cb2f3ea5ef89fe71,2026-01-16,2026-06-15T10:00:00Z,Raw chart response used to derive D1/D5/D20/D60 price performance checkpoints.
06031_prospectus_2025_10_20_2025102000017,06031,prospectus,GLOBAL OFFERING,repo_root,data/raw/06031/prospectus_2025-10-20_2025102000017.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/1020/2025102000017.pdf,beca4222b43452172ad6ad13a2bb8001f07ad32fccde6fc03f7f8a1b83dac0a0,2025-10-20,2026-06-15T11:00:00Z,HKEXnews Listing Documents - [Offer for Subscription]. 06031_prospectus_2025_10_20_2025102000017,06031,prospectus,GLOBAL OFFERING,repo_root,data/raw/06031/prospectus_2025-10-20_2025102000017.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/1020/2025102000017.pdf,beca4222b43452172ad6ad13a2bb8001f07ad32fccde6fc03f7f8a1b83dac0a0,2025-10-20,2026-06-15T11:00:00Z,HKEXnews Listing Documents - [Offer for Subscription].
06067_prospectus_2026_06_12_2026061200031,06067,prospectus,GLOBAL OFFERING,repo_root,data/raw/06067/prospectus_2026-06-12_2026061200031.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0612/2026061200031.pdf,ba041e58ee098abe7e2666b06534c822a2717449b211fabab932bb4eabb57726,2026-06-12,2026-06-15T17:05:00Z,HKEXnews Listing Documents - [Offer for Subscription]. Prospectus states there is no over-allotment option in the International Offering. 06067_prospectus_2026_06_12_2026061200031,06067,prospectus,GLOBAL OFFERING,repo_root,data/raw/06067/prospectus_2026-06-12_2026061200031.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0612/2026061200031.pdf,ba041e58ee098abe7e2666b06534c822a2717449b211fabab932bb4eabb57726,2026-06-12,2026-06-15T17:05:00Z,HKEXnews Listing Documents - [Offer for Subscription]. Prospectus states there is no over-allotment option in the International Offering.
06067_t0_5_market_heat_vbkr_20260615T184000Z,06067,t0_5_market_heat,VBKR IPO expected margin multiple snapshot,repo_root,data/raw/market_heat/vbkr_ipo_hk_index_20260615T184000Z.html,https://www.vbkr.com/ipo/hk/v2/ipo-hk-index,d44c1cc2864e7febad22f4905bae0fbb12f17aa59b52a2d9e7d251c72bda088e,2026-06-15,2026-06-15T18:40:00Z,Non-official subscription-period market heat snapshot. Final subscription data must come from HKEX allotment results.
06082_allotment_results_2025_12_31_2025123102783,06082,allotment_results,ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS,repo_root,data/raw/06082/allotment_results_2025-12-31_2025123102783.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/1231/2025123102783.pdf,2e2b8fb0b2618556e4872b5437814d980e40a4de694864494819a1f61fdfbb0b,2025-12-31,2026-06-15T14:00:00Z,HKEXnews Announcements and Notices - [Allotment Results]. 06082_allotment_results_2025_12_31_2025123102783,06082,allotment_results,ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS,repo_root,data/raw/06082/allotment_results_2025-12-31_2025123102783.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/1231/2025123102783.pdf,2e2b8fb0b2618556e4872b5437814d980e40a4de694864494819a1f61fdfbb0b,2025-12-31,2026-06-15T14:00:00Z,HKEXnews Announcements and Notices - [Allotment Results].
06082_allotment_results_2026_01_04_2026010400233,06082,allotment_results,SUPPLEMENTAL ANNOUNCEMENT,repo_root,data/raw/06082/allotment_results_2026-01-04_2026010400233.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0104/2026010400233.pdf,acac7afd416fd6046f5207592c4ffa52dc060c109893f6ee0317f6dc3a45222c,2026-01-04,2026-06-15T09:00:00Z,HKEXnews Announcements and Notices - [Allotment Results]. 06082_allotment_results_2026_01_04_2026010400233,06082,allotment_results,SUPPLEMENTAL ANNOUNCEMENT,repo_root,data/raw/06082/allotment_results_2026-01-04_2026010400233.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0104/2026010400233.pdf,acac7afd416fd6046f5207592c4ffa52dc060c109893f6ee0317f6dc3a45222c,2026-01-04,2026-06-15T09:00:00Z,HKEXnews Announcements and Notices - [Allotment Results].
06082_new_listing_report_main_2026,06082,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage. 06082_new_listing_report_main_2026,06082,new_listing_report,HKEXnews Main Board New Listing Report 2026,repo_root,data/raw/hkex_new_listing_reports/main/NLR2026_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2026_Eng.xlsx,72688c7edf7f28379a1b22cc4133cf201be69b19bef558d4b95c8da859cc4330,2026-06-09,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
@@ -932,7 +935,9 @@ source_id,ticker,source_type,title,path_base,local_path,url,file_sha256,source_d
06090_prospectus_2025_09_15_2025091500009,06090,prospectus,GLOBAL OFFERING,repo_root,data/raw/06090/prospectus_2025-09-15_2025091500009.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/0915/2025091500009.pdf,3af3a897020bf1bab2ab0db249ed5a17c5dfcc1d1c95f4cee27417088888352c,2025-09-15,2026-06-15T09:00:00Z,HKEXnews Listing Documents - [Offer for Subscription]. 06090_prospectus_2025_09_15_2025091500009,06090,prospectus,GLOBAL OFFERING,repo_root,data/raw/06090/prospectus_2025-09-15_2025091500009.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/0915/2025091500009.pdf,3af3a897020bf1bab2ab0db249ed5a17c5dfcc1d1c95f4cee27417088888352c,2025-09-15,2026-06-15T09:00:00Z,HKEXnews Listing Documents - [Offer for Subscription].
06106_prospectus_candidate_2026_06_15,06106,prospectus,"Shanghai Seer Intelligent Technology Co., Ltd. Prospectus",repo_root,data/raw/06106/prospectus_candidate_2026-06-15.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500013.pdf,e8b129296563e43b7834be9d59ac41926fbaeb4f088da2c908b1f04b4151967b,2026-06-15,2026-06-15T06:15:00Z,HKEXnews prospectus; verified by text extraction as a 424-page GLOBAL OFFERING document. 06106_prospectus_candidate_2026_06_15,06106,prospectus,"Shanghai Seer Intelligent Technology Co., Ltd. Prospectus",repo_root,data/raw/06106/prospectus_candidate_2026-06-15.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500013.pdf,e8b129296563e43b7834be9d59ac41926fbaeb4f088da2c908b1f04b4151967b,2026-06-15,2026-06-15T06:15:00Z,HKEXnews prospectus; verified by text extraction as a 424-page GLOBAL OFFERING document.
06106_prospectus_notice_2026_06_15,06106,prospectus_notice,"Shanghai Seer Intelligent Technology Co., Ltd. Prospectus Notice",repo_root,data/raw/06106/prospectus_notice_2026-06-15.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500011.pdf,510983deaba5614975a57c5e77d3ea83af071a24609c28cd3f89914e1649bff5,2026-06-15,2026-06-15T06:15:00Z,HKEXnews announcement containing global offering terms and timetable. 06106_prospectus_notice_2026_06_15,06106,prospectus_notice,"Shanghai Seer Intelligent Technology Co., Ltd. Prospectus Notice",repo_root,data/raw/06106/prospectus_notice_2026-06-15.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0615/2026061500011.pdf,510983deaba5614975a57c5e77d3ea83af071a24609c28cd3f89914e1649bff5,2026-06-15,2026-06-15T06:15:00Z,HKEXnews announcement containing global offering terms and timetable.
06106_t0_5_market_heat_vbkr_20260615T184000Z,06106,t0_5_market_heat,VBKR IPO expected margin multiple snapshot,repo_root,data/raw/market_heat/vbkr_ipo_hk_index_20260615T184000Z.html,https://www.vbkr.com/ipo/hk/v2/ipo-hk-index,d44c1cc2864e7febad22f4905bae0fbb12f17aa59b52a2d9e7d251c72bda088e,2026-06-15,2026-06-15T18:40:00Z,Non-official subscription-period market heat snapshot. Final subscription data must come from HKEX allotment results.
06132_prospectus_2026_06_12_2026061200083,06132,prospectus,GLOBAL OFFERING,repo_root,data/raw/06132/prospectus_2026-06-12_2026061200083.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0612/2026061200083.pdf,334f4ef2116a286461d05fb7c6f018ff636077fe36e379a34fb3793e9f249150,2026-06-12,2026-06-15T15:30:00Z,HKEXnews Listing Documents - [Offer for Subscription]. 06132_prospectus_2026_06_12_2026061200083,06132,prospectus,GLOBAL OFFERING,repo_root,data/raw/06132/prospectus_2026-06-12_2026061200083.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2026/0612/2026061200083.pdf,334f4ef2116a286461d05fb7c6f018ff636077fe36e379a34fb3793e9f249150,2026-06-12,2026-06-15T15:30:00Z,HKEXnews Listing Documents - [Offer for Subscription].
06132_t0_5_market_heat_vbkr_20260615T184000Z,06132,t0_5_market_heat,VBKR IPO expected margin multiple snapshot,repo_root,data/raw/market_heat/vbkr_ipo_hk_index_20260615T184000Z.html,https://www.vbkr.com/ipo/hk/v2/ipo-hk-index,d44c1cc2864e7febad22f4905bae0fbb12f17aa59b52a2d9e7d251c72bda088e,2026-06-15,2026-06-15T18:40:00Z,Non-official subscription-period market heat snapshot. Final subscription data must come from HKEX allotment results.
06166_allotment_results_2025_10_27_2025102701698,06166,allotment_results,ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS,repo_root,data/raw/06166/allotment_results_2025-10-27_2025102701698.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/1027/2025102701698.pdf,b4bbdc66cd109059908f02d501aaab22a5a101d9f1e2bf9af0d0e2dfc0e56e31,2025-10-27,2026-06-15T11:00:00Z,HKEXnews Announcements and Notices - [Allotment Results]. 06166_allotment_results_2025_10_27_2025102701698,06166,allotment_results,ANNOUNCEMENT OF FINAL OFFER PRICE AND ALLOTMENT RESULTS,repo_root,data/raw/06166/allotment_results_2025-10-27_2025102701698.pdf,https://www1.hkexnews.hk/listedco/listconews/sehk/2025/1027/2025102701698.pdf,b4bbdc66cd109059908f02d501aaab22a5a101d9f1e2bf9af0d0e2dfc0e56e31,2025-10-27,2026-06-15T11:00:00Z,HKEXnews Announcements and Notices - [Allotment Results].
06166_new_listing_report_main_2025,06166,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage. 06166_new_listing_report_main_2025,06166,new_listing_report,HKEXnews Main Board New Listing Report 2025,repo_root,data/raw/hkex_new_listing_reports/main/NLR2025_Eng.xlsx,https://www2.hkexnews.hk/-/media/HKEXnews/Homepage/New-Listings/New-Listing-Information/New-Listing-Report/Main/NLR2025_Eng.xlsx,a9ac4c349715eaeaf64666b6ef0a142b49895fb15342cd189514d66263a3a066,2025-12-30,2026-06-15T07:30:00Z,Annual HKEXnews new listing report used to seed recent IPO target coverage.
06166_price_history_yahoo_2025_10_25_2026_01_16,06166,market_price_history,Yahoo Finance daily price history for 06166.HK,repo_root,data/raw/06166/price_history_yahoo_2025-10-25_2026-01-16.json,https://query1.finance.yahoo.com/v8/finance/chart/6166.HK?period1=1761350400&period2=1768608000&interval=1d&events=history&includeAdjustedClose=true,e420cd8cf4e8ed563989c5affe99243dcc7ad8384dda41a31030824a877ade40,2026-01-16,2026-06-15T10:00:00Z,Raw chart response used to derive D1/D5/D20/D60 price performance checkpoints. 06166_price_history_yahoo_2025_10_25_2026_01_16,06166,market_price_history,Yahoo Finance daily price history for 06166.HK,repo_root,data/raw/06166/price_history_yahoo_2025-10-25_2026-01-16.json,https://query1.finance.yahoo.com/v8/finance/chart/6166.HK?period1=1761350400&period2=1768608000&interval=1d&events=history&includeAdjustedClose=true,e420cd8cf4e8ed563989c5affe99243dcc7ad8384dda41a31030824a877ade40,2026-01-16,2026-06-15T10:00:00Z,Raw chart response used to derive D1/D5/D20/D60 price performance checkpoints.
Can't render this file because it is too large.
+1
View File
@@ -24,4 +24,5 @@ sync_state_20260615T170000Z,analyst_source_update,2026-06-15T17:00:00Z,2026-06-1
sync_state_20260615T170500Z,analyst_source_update,2026-06-15T17:05:00Z,2026-06-15T17:05:00Z,2026-06-15T17:05:00Z,complete,Derived ticker sync state refreshed. sync_state_20260615T170500Z,analyst_source_update,2026-06-15T17:05:00Z,2026-06-15T17:05:00Z,2026-06-15T17:05:00Z,complete,Derived ticker sync state refreshed.
sync_state_20260615T173000Z,analyst_source_update,2026-06-15T17:30:00Z,2026-06-15T17:30:00Z,2026-06-15T17:30:00Z,complete,Derived ticker sync state refreshed. sync_state_20260615T173000Z,analyst_source_update,2026-06-15T17:30:00Z,2026-06-15T17:30:00Z,2026-06-15T17:30:00Z,complete,Derived ticker sync state refreshed.
sync_state_20260615T182000Z,analyst_source_update,2026-06-15T18:20:00Z,2026-06-15T18:20:00Z,2026-06-15T18:20:00Z,complete,Derived ticker sync state refreshed. sync_state_20260615T182000Z,analyst_source_update,2026-06-15T18:20:00Z,2026-06-15T18:20:00Z,2026-06-15T18:20:00Z,complete,Derived ticker sync state refreshed.
sync_state_20260615T184000Z,market_heat_source_update,2026-06-15T18:40:00Z,2026-06-15T18:40:00Z,2026-06-15T18:40:00Z,complete,Derived ticker sync state refreshed.
sync_state_seed_2026_06_15,bootstrap_state_refresh,2026-06-15T06:30:00Z,2026-06-15T06:30:00Z,2026-06-15T06:30:00Z,complete,Derived ticker sync state refreshed. sync_state_seed_2026_06_15,bootstrap_state_refresh,2026-06-15T06:30:00Z,2026-06-15T06:30:00Z,2026-06-15T06:30:00Z,complete,Derived ticker sync state refreshed.
1 sync_run_id mode as_of started_at finished_at status notes
24 sync_state_20260615T170500Z analyst_source_update 2026-06-15T17:05:00Z 2026-06-15T17:05:00Z 2026-06-15T17:05:00Z complete Derived ticker sync state refreshed.
25 sync_state_20260615T173000Z analyst_source_update 2026-06-15T17:30:00Z 2026-06-15T17:30:00Z 2026-06-15T17:30:00Z complete Derived ticker sync state refreshed.
26 sync_state_20260615T182000Z analyst_source_update 2026-06-15T18:20:00Z 2026-06-15T18:20:00Z 2026-06-15T18:20:00Z complete Derived ticker sync state refreshed.
27 sync_state_20260615T184000Z market_heat_source_update 2026-06-15T18:40:00Z 2026-06-15T18:40:00Z 2026-06-15T18:40:00Z complete Derived ticker sync state refreshed.
28 sync_state_seed_2026_06_15 bootstrap_state_refresh 2026-06-15T06:30:00Z 2026-06-15T06:30:00Z 2026-06-15T06:30:00Z complete Derived ticker sync state refreshed.
+428 -428
View File
@@ -1,429 +1,429 @@
task_id,ticker,stage,task_type,task_status,due_date,data_gap_id,last_sync_run_id,updated_at,notes task_id,ticker,stage,task_type,task_status,due_date,data_gap_id,last_sync_run_id,updated_at,notes
09885_T2_grey_market,09885,T2_grey_market,archive_grey_market_result,blocked,2023-06-28,09885_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09885_T2_grey_market,09885,T2_grey_market,archive_grey_market_result,blocked,2023-06-28,09885_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02105_T2_grey_market,02105,T2_grey_market,archive_grey_market_result,blocked,2023-06-29,02105_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02105_T2_grey_market,02105,T2_grey_market,archive_grey_market_result,blocked,2023-06-29,02105_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09860_T2_grey_market,09860,T2_grey_market,archive_grey_market_result,blocked,2023-06-30,09860_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09860_T2_grey_market,09860,T2_grey_market,archive_grey_market_result,blocked,2023-06-30,09860_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02481_T2_grey_market,02481,T2_grey_market,archive_grey_market_result,blocked,2023-07-10,02481_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02481_T2_grey_market,02481,T2_grey_market,archive_grey_market_result,blocked,2023-07-10,02481_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06990_T2_grey_market,06990,T2_grey_market,archive_grey_market_result,blocked,2023-07-11,06990_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06990_T2_grey_market,06990,T2_grey_market,archive_grey_market_result,blocked,2023-07-11,06990_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03650_T2_grey_market,03650,T2_grey_market,archive_grey_market_result,blocked,2023-07-12,03650_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03650_T2_grey_market,03650,T2_grey_market,archive_grey_market_result,blocked,2023-07-12,03650_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06683_T2_grey_market,06683,T2_grey_market,archive_grey_market_result,blocked,2023-07-13,06683_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06683_T2_grey_market,06683,T2_grey_market,archive_grey_market_result,blocked,2023-07-13,06683_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01284_T2_grey_market,01284,T2_grey_market,archive_grey_market_result,blocked,2023-07-17,01284_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01284_T2_grey_market,01284,T2_grey_market,archive_grey_market_result,blocked,2023-07-17,01284_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02271_T2_grey_market,02271,T2_grey_market,archive_grey_market_result,blocked,2023-07-18,02271_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02271_T2_grey_market,02271,T2_grey_market,archive_grey_market_result,blocked,2023-07-18,02271_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01541_T2_grey_market,01541,T2_grey_market,archive_grey_market_result,blocked,2023-09-05,01541_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01541_T2_grey_market,01541,T2_grey_market,archive_grey_market_result,blocked,2023-09-05,01541_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02490_T2_grey_market,02490,T2_grey_market,archive_grey_market_result,blocked,2023-09-25,02490_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02490_T2_grey_market,02490,T2_grey_market,archive_grey_market_result,blocked,2023-09-25,02490_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02496_T2_grey_market,02496,T2_grey_market,archive_grey_market_result,blocked,2023-09-25,02496_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02496_T2_grey_market,02496,T2_grey_market,archive_grey_market_result,blocked,2023-09-25,02496_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09690_T2_grey_market,09690,T2_grey_market,archive_grey_market_result,blocked,2023-09-26,09690_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09690_T2_grey_market,09690,T2_grey_market,archive_grey_market_result,blocked,2023-09-26,09690_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06682_T2_grey_market,06682,T2_grey_market,archive_grey_market_result,blocked,2023-09-28,06682_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06682_T2_grey_market,06682,T2_grey_market,archive_grey_market_result,blocked,2023-09-28,06682_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09686_T2_grey_market,09686,T2_grey_market,archive_grey_market_result,blocked,2023-09-28,09686_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09686_T2_grey_market,09686,T2_grey_market,archive_grey_market_result,blocked,2023-09-28,09686_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09890_T2_grey_market,09890,T2_grey_market,archive_grey_market_result,blocked,2023-09-28,09890_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09890_T2_grey_market,09890,T2_grey_market,archive_grey_market_result,blocked,2023-09-28,09890_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01973_T2_grey_market,01973,T2_grey_market,archive_grey_market_result,blocked,2023-10-06,01973_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01973_T2_grey_market,01973,T2_grey_market,archive_grey_market_result,blocked,2023-10-06,01973_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02501_T2_grey_market,02501,T2_grey_market,archive_grey_market_result,blocked,2023-10-11,02501_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02501_T2_grey_market,02501,T2_grey_market,archive_grey_market_result,blocked,2023-10-11,02501_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02451_T2_grey_market,02451,T2_grey_market,archive_grey_market_result,blocked,2023-10-12,02451_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02451_T2_grey_market,02451,T2_grey_market,archive_grey_market_result,blocked,2023-10-12,02451_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09676_T2_grey_market,09676,T2_grey_market,archive_grey_market_result,blocked,2023-10-12,09676_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09676_T2_grey_market,09676,T2_grey_market,archive_grey_market_result,blocked,2023-10-12,09676_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01519_T2_grey_market,01519,T2_grey_market,archive_grey_market_result,blocked,2023-10-27,01519_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01519_T2_grey_market,01519,T2_grey_market,archive_grey_market_result,blocked,2023-10-27,01519_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02517_T2_grey_market,02517,T2_grey_market,archive_grey_market_result,blocked,2023-11-02,02517_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02517_T2_grey_market,02517,T2_grey_market,archive_grey_market_result,blocked,2023-11-02,02517_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02429_T2_grey_market,02429,T2_grey_market,archive_grey_market_result,blocked,2023-11-03,02429_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02429_T2_grey_market,02429,T2_grey_market,archive_grey_market_result,blocked,2023-11-03,02429_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02473_T2_grey_market,02473,T2_grey_market,archive_grey_market_result,blocked,2023-11-09,02473_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02473_T2_grey_market,02473,T2_grey_market,archive_grey_market_result,blocked,2023-11-09,02473_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01111_T2_grey_market,01111,T2_grey_market,archive_grey_market_result,blocked,2023-11-10,01111_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01111_T2_grey_market,01111,T2_grey_market,archive_grey_market_result,blocked,2023-11-10,01111_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02499_T2_grey_market,02499,T2_grey_market,archive_grey_market_result,blocked,2023-11-10,02499_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02499_T2_grey_market,02499,T2_grey_market,archive_grey_market_result,blocked,2023-11-10,02499_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02268_T2_grey_market,02268,T2_grey_market,archive_grey_market_result,blocked,2023-11-17,02268_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02268_T2_grey_market,02268,T2_grey_market,archive_grey_market_result,blocked,2023-11-17,02268_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02520_T2_grey_market,02520,T2_grey_market,archive_grey_market_result,blocked,2023-11-22,02520_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02520_T2_grey_market,02520,T2_grey_market,archive_grey_market_result,blocked,2023-11-22,02520_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02483_T2_grey_market,02483,T2_grey_market,archive_grey_market_result,blocked,2023-12-05,02483_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02483_T2_grey_market,02483,T2_grey_market,archive_grey_market_result,blocked,2023-12-05,02483_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02521_T2_grey_market,02521,T2_grey_market,archive_grey_market_result,blocked,2023-12-05,02521_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02521_T2_grey_market,02521,T2_grey_market,archive_grey_market_result,blocked,2023-12-05,02521_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09663_T2_grey_market,09663,T2_grey_market,archive_grey_market_result,blocked,2023-12-05,09663_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09663_T2_grey_market,09663,T2_grey_market,archive_grey_market_result,blocked,2023-12-05,09663_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02419_T2_grey_market,02419,T2_grey_market,archive_grey_market_result,blocked,2023-12-06,02419_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02419_T2_grey_market,02419,T2_grey_market,archive_grey_market_result,blocked,2023-12-06,02419_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01497_T2_grey_market,01497,T2_grey_market,archive_grey_market_result,blocked,2023-12-12,01497_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01497_T2_grey_market,01497,T2_grey_market,archive_grey_market_result,blocked,2023-12-12,01497_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00666_T2_grey_market,00666,T2_grey_market,archive_grey_market_result,blocked,2023-12-18,00666_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00666_T2_grey_market,00666,T2_grey_market,archive_grey_market_result,blocked,2023-12-18,00666_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01274_T2_grey_market,01274,T2_grey_market,archive_grey_market_result,blocked,2023-12-20,01274_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01274_T2_grey_market,01274,T2_grey_market,archive_grey_market_result,blocked,2023-12-20,01274_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02502_T2_grey_market,02502,T2_grey_market,archive_grey_market_result,blocked,2023-12-20,02502_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02502_T2_grey_market,02502,T2_grey_market,archive_grey_market_result,blocked,2023-12-20,02502_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02489_T2_grey_market,02489,T2_grey_market,archive_grey_market_result,blocked,2023-12-22,02489_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02489_T2_grey_market,02489,T2_grey_market,archive_grey_market_result,blocked,2023-12-22,02489_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02511_T2_grey_market,02511,T2_grey_market,archive_grey_market_result,blocked,2023-12-22,02511_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02511_T2_grey_market,02511,T2_grey_market,archive_grey_market_result,blocked,2023-12-22,02511_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02516_T2_grey_market,02516,T2_grey_market,archive_grey_market_result,blocked,2023-12-22,02516_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02516_T2_grey_market,02516,T2_grey_market,archive_grey_market_result,blocked,2023-12-22,02516_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06911_T2_grey_market,06911,T2_grey_market,archive_grey_market_result,blocked,2023-12-22,06911_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06911_T2_grey_market,06911,T2_grey_market,archive_grey_market_result,blocked,2023-12-22,06911_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02149_T2_grey_market,02149,T2_grey_market,archive_grey_market_result,blocked,2023-12-28,02149_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02149_T2_grey_market,02149,T2_grey_market,archive_grey_market_result,blocked,2023-12-28,02149_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09880_T2_grey_market,09880,T2_grey_market,archive_grey_market_result,blocked,2023-12-29,09880_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09880_T2_grey_market,09880,T2_grey_market,archive_grey_market_result,blocked,2023-12-29,09880_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02498_T2_grey_market,02498,T2_grey_market,archive_grey_market_result,blocked,2024-01-05,02498_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02498_T2_grey_market,02498,T2_grey_market,archive_grey_market_result,blocked,2024-01-05,02498_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02453_T2_grey_market,02453,T2_grey_market,archive_grey_market_result,blocked,2024-01-09,02453_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02453_T2_grey_market,02453,T2_grey_market,archive_grey_market_result,blocked,2024-01-09,02453_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02503_T2_grey_market,02503,T2_grey_market,archive_grey_market_result,blocked,2024-01-09,02503_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02503_T2_grey_market,02503,T2_grey_market,archive_grey_market_result,blocked,2024-01-09,02503_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06959_T2_grey_market,06959,T2_grey_market,archive_grey_market_result,blocked,2024-01-09,06959_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06959_T2_grey_market,06959,T2_grey_market,archive_grey_market_result,blocked,2024-01-09,06959_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02477_T2_grey_market,02477,T2_grey_market,archive_grey_market_result,blocked,2024-01-12,02477_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02477_T2_grey_market,02477,T2_grey_market,archive_grey_market_result,blocked,2024-01-12,02477_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02535_T2_grey_market,02535,T2_grey_market,archive_grey_market_result,blocked,2024-03-08,02535_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02535_T2_grey_market,02535,T2_grey_market,archive_grey_market_result,blocked,2024-03-08,02535_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02540_T2_grey_market,02540,T2_grey_market,archive_grey_market_result,blocked,2024-03-08,02540_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02540_T2_grey_market,02540,T2_grey_market,archive_grey_market_result,blocked,2024-03-08,02540_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02509_T2_grey_market,02509,T2_grey_market,archive_grey_market_result,blocked,2024-03-20,02509_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02509_T2_grey_market,02509,T2_grey_market,archive_grey_market_result,blocked,2024-03-20,02509_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09879_T2_grey_market,09879,T2_grey_market,archive_grey_market_result,blocked,2024-03-21,09879_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09879_T2_grey_market,09879,T2_grey_market,archive_grey_market_result,blocked,2024-03-21,09879_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02536_T2_grey_market,02536,T2_grey_market,archive_grey_market_result,blocked,2024-03-26,02536_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02536_T2_grey_market,02536,T2_grey_market,archive_grey_market_result,blocked,2024-03-26,02536_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02497_T2_grey_market,02497,T2_grey_market,archive_grey_market_result,blocked,2024-03-28,02497_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02497_T2_grey_market,02497,T2_grey_market,archive_grey_market_result,blocked,2024-03-28,02497_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02598_T2_grey_market,02598,T2_grey_market,archive_grey_market_result,blocked,2024-03-28,02598_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02598_T2_grey_market,02598,T2_grey_market,archive_grey_market_result,blocked,2024-03-28,02598_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02515_T2_grey_market,02515,T2_grey_market,archive_grey_market_result,blocked,2024-04-23,02515_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02515_T2_grey_market,02515,T2_grey_market,archive_grey_market_result,blocked,2024-04-23,02515_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02555_T2_grey_market,02555,T2_grey_market,archive_grey_market_result,blocked,2024-04-23,02555_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02555_T2_grey_market,02555,T2_grey_market,archive_grey_market_result,blocked,2024-04-23,02555_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02438_T2_grey_market,02438,T2_grey_market,archive_grey_market_result,blocked,2024-04-24,02438_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02438_T2_grey_market,02438,T2_grey_market,archive_grey_market_result,blocked,2024-04-24,02438_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02556_T2_grey_market,02556,T2_grey_market,archive_grey_market_result,blocked,2024-05-16,02556_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02556_T2_grey_market,02556,T2_grey_market,archive_grey_market_result,blocked,2024-05-16,02556_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02529_T2_grey_market,02529,T2_grey_market,archive_grey_market_result,blocked,2024-05-17,02529_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02529_T2_grey_market,02529,T2_grey_market,archive_grey_market_result,blocked,2024-05-17,02529_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02898_T2_grey_market,02898,T2_grey_market,archive_grey_market_result,blocked,2024-05-24,02898_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02898_T2_grey_market,02898,T2_grey_market,archive_grey_market_result,blocked,2024-05-24,02898_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00917_T2_grey_market,00917,T2_grey_market,archive_grey_market_result,blocked,2024-05-27,00917_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00917_T2_grey_market,00917,T2_grey_market,archive_grey_market_result,blocked,2024-05-27,00917_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02505_T2_grey_market,02505,T2_grey_market,archive_grey_market_result,blocked,2024-05-28,02505_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02505_T2_grey_market,02505,T2_grey_market,archive_grey_market_result,blocked,2024-05-28,02505_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02443_T2_grey_market,02443,T2_grey_market,archive_grey_market_result,blocked,2024-05-31,02443_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02443_T2_grey_market,02443,T2_grey_market,archive_grey_market_result,blocked,2024-05-31,02443_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
08529_T2_grey_market,08529,T2_grey_market,archive_grey_market_result,blocked,2024-06-03,08529_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 08529_T2_grey_market,08529,T2_grey_market,archive_grey_market_result,blocked,2024-06-03,08529_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02522_T2_grey_market,02522,T2_grey_market,archive_grey_market_result,blocked,2024-06-07,02522_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02522_T2_grey_market,02522,T2_grey_market,archive_grey_market_result,blocked,2024-06-07,02522_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02550_T2_grey_market,02550,T2_grey_market,archive_grey_market_result,blocked,2024-06-07,02550_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02550_T2_grey_market,02550,T2_grey_market,archive_grey_market_result,blocked,2024-06-07,02550_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02228_T2_grey_market,02228,T2_grey_market,archive_grey_market_result,blocked,2024-06-13,02228_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02228_T2_grey_market,02228,T2_grey_market,archive_grey_market_result,blocked,2024-06-13,02228_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02512_T2_grey_market,02512,T2_grey_market,archive_grey_market_result,blocked,2024-06-14,02512_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02512_T2_grey_market,02512,T2_grey_market,archive_grey_market_result,blocked,2024-06-14,02512_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02881_T2_grey_market,02881,T2_grey_market,archive_grey_market_result,blocked,2024-06-18,02881_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02881_T2_grey_market,02881,T2_grey_market,archive_grey_market_result,blocked,2024-06-18,02881_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02479_T2_grey_market,02479,T2_grey_market,archive_grey_market_result,blocked,2024-06-28,02479_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02479_T2_grey_market,02479,T2_grey_market,archive_grey_market_result,blocked,2024-06-28,02479_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02559_T2_grey_market,02559,T2_grey_market,archive_grey_market_result,blocked,2024-06-28,02559_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02559_T2_grey_market,02559,T2_grey_market,archive_grey_market_result,blocked,2024-06-28,02559_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06181_T2_grey_market,06181,T2_grey_market,archive_grey_market_result,blocked,2024-06-28,06181_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06181_T2_grey_market,06181,T2_grey_market,archive_grey_market_result,blocked,2024-06-28,06181_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
08637_T2_grey_market,08637,T2_grey_market,archive_grey_market_result,blocked,2024-07-02,08637_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 08637_T2_grey_market,08637,T2_grey_market,archive_grey_market_result,blocked,2024-07-02,08637_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01354_T2_grey_market,01354,T2_grey_market,archive_grey_market_result,blocked,2024-07-03,01354_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01354_T2_grey_market,01354,T2_grey_market,archive_grey_market_result,blocked,2024-07-03,01354_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02545_T2_grey_market,02545,T2_grey_market,archive_grey_market_result,blocked,2024-07-03,02545_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02545_T2_grey_market,02545,T2_grey_market,archive_grey_market_result,blocked,2024-07-03,02545_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06086_T2_grey_market,06086,T2_grey_market,archive_grey_market_result,blocked,2024-07-09,06086_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06086_T2_grey_market,06086,T2_grey_market,archive_grey_market_result,blocked,2024-07-09,06086_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06657_T2_grey_market,06657,T2_grey_market,archive_grey_market_result,blocked,2024-07-09,06657_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06657_T2_grey_market,06657,T2_grey_market,archive_grey_market_result,blocked,2024-07-09,06657_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01334_T2_grey_market,01334,T2_grey_market,archive_grey_market_result,blocked,2024-07-10,01334_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01334_T2_grey_market,01334,T2_grey_market,archive_grey_market_result,blocked,2024-07-10,01334_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02495_T2_grey_market,02495,T2_grey_market,archive_grey_market_result,blocked,2024-07-10,02495_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02495_T2_grey_market,02495,T2_grey_market,archive_grey_market_result,blocked,2024-07-10,02495_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09680_T2_grey_market,09680,T2_grey_market,archive_grey_market_result,blocked,2024-07-10,09680_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09680_T2_grey_market,09680,T2_grey_market,archive_grey_market_result,blocked,2024-07-10,09680_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02507_T2_grey_market,02507,T2_grey_market,archive_grey_market_result,blocked,2024-07-12,02507_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02507_T2_grey_market,02507,T2_grey_market,archive_grey_market_result,blocked,2024-07-12,02507_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02531_T2_grey_market,02531,T2_grey_market,archive_grey_market_result,blocked,2024-07-15,02531_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02531_T2_grey_market,02531,T2_grey_market,archive_grey_market_result,blocked,2024-07-15,02531_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01471_T2_grey_market,01471,T2_grey_market,archive_grey_market_result,blocked,2024-08-06,01471_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01471_T2_grey_market,01471,T2_grey_market,archive_grey_market_result,blocked,2024-08-06,01471_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02533_T2_grey_market,02533,T2_grey_market,archive_grey_market_result,blocked,2024-08-08,02533_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02533_T2_grey_market,02533,T2_grey_market,archive_grey_market_result,blocked,2024-08-08,02533_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02410_T2_grey_market,02410,T2_grey_market,archive_grey_market_result,blocked,2024-08-20,02410_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02410_T2_grey_market,02410,T2_grey_market,archive_grey_market_result,blocked,2024-08-20,02410_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
08629_T2_grey_market,08629,T2_grey_market,archive_grey_market_result,blocked,2024-09-06,08629_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 08629_T2_grey_market,08629,T2_grey_market,archive_grey_market_result,blocked,2024-09-06,08629_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00300_T2_grey_market,00300,T2_grey_market,archive_grey_market_result,blocked,2024-09-17,00300_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00300_T2_grey_market,00300,T2_grey_market,archive_grey_market_result,blocked,2024-09-17,00300_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02549_T2_grey_market,02549,T2_grey_market,archive_grey_market_result,blocked,2024-10-02,02549_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02549_T2_grey_market,02549,T2_grey_market,archive_grey_market_result,blocked,2024-10-02,02549_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02576_T2_grey_market,02576,T2_grey_market,archive_grey_market_result,blocked,2024-10-08,02576_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02576_T2_grey_market,02576,T2_grey_market,archive_grey_market_result,blocked,2024-10-08,02576_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09639_T2_grey_market,09639,T2_grey_market,archive_grey_market_result,blocked,2024-10-09,09639_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09639_T2_grey_market,09639,T2_grey_market,archive_grey_market_result,blocked,2024-10-09,09639_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02567_T2_grey_market,02567,T2_grey_market,archive_grey_market_result,blocked,2024-10-16,02567_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02567_T2_grey_market,02567,T2_grey_market,archive_grey_market_result,blocked,2024-10-16,02567_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02460_T2_grey_market,02460,T2_grey_market,archive_grey_market_result,blocked,2024-10-23,02460_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02460_T2_grey_market,02460,T2_grey_market,archive_grey_market_result,blocked,2024-10-23,02460_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09660_T2_grey_market,09660,T2_grey_market,archive_grey_market_result,blocked,2024-10-24,09660_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09660_T2_grey_market,09660,T2_grey_market,archive_grey_market_result,blocked,2024-10-24,09660_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02465_T2_grey_market,02465,T2_grey_market,archive_grey_market_result,blocked,2024-10-30,02465_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02465_T2_grey_market,02465,T2_grey_market,archive_grey_market_result,blocked,2024-10-30,02465_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02563_T2_grey_market,02563,T2_grey_market,archive_grey_market_result,blocked,2024-10-31,02563_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02563_T2_grey_market,02563,T2_grey_market,archive_grey_market_result,blocked,2024-10-31,02563_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02510_T2_grey_market,02510,T2_grey_market,archive_grey_market_result,blocked,2024-11-01,02510_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02510_T2_grey_market,02510,T2_grey_market,archive_grey_market_result,blocked,2024-11-01,02510_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02519_T2_grey_market,02519,T2_grey_market,archive_grey_market_result,blocked,2024-11-08,02519_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02519_T2_grey_market,02519,T2_grey_market,archive_grey_market_result,blocked,2024-11-08,02519_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02551_T2_grey_market,02551,T2_grey_market,archive_grey_market_result,blocked,2024-11-08,02551_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02551_T2_grey_market,02551,T2_grey_market,archive_grey_market_result,blocked,2024-11-08,02551_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02582_T2_grey_market,02582,T2_grey_market,archive_grey_market_result,blocked,2024-11-15,02582_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02582_T2_grey_market,02582,T2_grey_market,archive_grey_market_result,blocked,2024-11-15,02582_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06936_T2_grey_market,06936,T2_grey_market,archive_grey_market_result,blocked,2024-11-27,06936_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06936_T2_grey_market,06936,T2_grey_market,archive_grey_market_result,blocked,2024-11-27,06936_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02566_T2_grey_market,02566,T2_grey_market,archive_grey_market_result,blocked,2024-11-28,02566_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02566_T2_grey_market,02566,T2_grey_market,archive_grey_market_result,blocked,2024-11-28,02566_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02585_T2_grey_market,02585,T2_grey_market,archive_grey_market_result,blocked,2024-11-29,02585_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02585_T2_grey_market,02585,T2_grey_market,archive_grey_market_result,blocked,2024-11-29,02585_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02570_T2_grey_market,02570,T2_grey_market,archive_grey_market_result,blocked,2024-12-06,02570_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02570_T2_grey_market,02570,T2_grey_market,archive_grey_market_result,blocked,2024-12-06,02570_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02586_T2_grey_market,02586,T2_grey_market,archive_grey_market_result,blocked,2024-12-06,02586_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02586_T2_grey_market,02586,T2_grey_market,archive_grey_market_result,blocked,2024-12-06,02586_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01318_T2_grey_market,01318,T2_grey_market,archive_grey_market_result,blocked,2024-12-10,01318_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01318_T2_grey_market,01318,T2_grey_market,archive_grey_market_result,blocked,2024-12-10,01318_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02593_T2_grey_market,02593,T2_grey_market,archive_grey_market_result,blocked,2024-12-19,02593_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02593_T2_grey_market,02593,T2_grey_market,archive_grey_market_result,blocked,2024-12-19,02593_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00999_T2_grey_market,00999,T2_grey_market,archive_grey_market_result,blocked,2024-12-20,00999_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00999_T2_grey_market,00999,T2_grey_market,archive_grey_market_result,blocked,2024-12-20,00999_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02432_T2_grey_market,02432,T2_grey_market,archive_grey_market_result,blocked,2024-12-23,02432_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02432_T2_grey_market,02432,T2_grey_market,archive_grey_market_result,blocked,2024-12-23,02432_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02431_T2_grey_market,02431,T2_grey_market,archive_grey_market_result,blocked,2024-12-27,02431_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02431_T2_grey_market,02431,T2_grey_market,archive_grey_market_result,blocked,2024-12-27,02431_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02506_T2_grey_market,02506,T2_grey_market,archive_grey_market_result,blocked,2024-12-30,02506_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02506_T2_grey_market,02506,T2_grey_market,archive_grey_market_result,blocked,2024-12-30,02506_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02577_T2_grey_market,02577,T2_grey_market,archive_grey_market_result,blocked,2024-12-30,02577_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02577_T2_grey_market,02577,T2_grey_market,archive_grey_market_result,blocked,2024-12-30,02577_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02587_T2_grey_market,02587,T2_grey_market,archive_grey_market_result,blocked,2024-12-30,02587_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02587_T2_grey_market,02587,T2_grey_market,archive_grey_market_result,blocked,2024-12-30,02587_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06681_T2_grey_market,06681,T2_grey_market,archive_grey_market_result,blocked,2025-01-08,06681_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06681_T2_grey_market,06681,T2_grey_market,archive_grey_market_result,blocked,2025-01-08,06681_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02560_T2_grey_market,02560,T2_grey_market,archive_grey_market_result,blocked,2025-01-09,02560_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02560_T2_grey_market,02560,T2_grey_market,archive_grey_market_result,blocked,2025-01-09,02560_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02613_T2_grey_market,02613,T2_grey_market,archive_grey_market_result,blocked,2025-01-09,02613_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02613_T2_grey_market,02613,T2_grey_market,archive_grey_market_result,blocked,2025-01-09,02613_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00325_T2_grey_market,00325,T2_grey_market,archive_grey_market_result,blocked,2025-01-10,00325_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00325_T2_grey_market,00325,T2_grey_market,archive_grey_market_result,blocked,2025-01-10,00325_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02530_T2_grey_market,02530,T2_grey_market,archive_grey_market_result,blocked,2025-01-10,02530_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02530_T2_grey_market,02530,T2_grey_market,archive_grey_market_result,blocked,2025-01-10,02530_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00805_T2_grey_market,00805,T2_grey_market,archive_grey_market_result,blocked,2025-01-13,00805_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00805_T2_grey_market,00805,T2_grey_market,archive_grey_market_result,blocked,2025-01-13,00805_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02596_T2_grey_market,02596,T2_grey_market,archive_grey_market_result,blocked,2025-01-13,02596_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02596_T2_grey_market,02596,T2_grey_market,archive_grey_market_result,blocked,2025-01-13,02596_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02571_T2_grey_market,02571,T2_grey_market,archive_grey_market_result,blocked,2025-01-15,02571_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02571_T2_grey_market,02571,T2_grey_market,archive_grey_market_result,blocked,2025-01-15,02571_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01364_T2_grey_market,01364,T2_grey_market,archive_grey_market_result,blocked,2025-02-12,01364_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01364_T2_grey_market,01364,T2_grey_market,archive_grey_market_result,blocked,2025-02-12,01364_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02097_T2_grey_market,02097,T2_grey_market,archive_grey_market_result,blocked,2025-03-03,02097_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02097_T2_grey_market,02097,T2_grey_market,archive_grey_market_result,blocked,2025-03-03,02097_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06693_T2_grey_market,06693,T2_grey_market,archive_grey_market_result,blocked,2025-03-10,06693_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06693_T2_grey_market,06693,T2_grey_market,archive_grey_market_result,blocked,2025-03-10,06693_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02561_T2_grey_market,02561,T2_grey_market,archive_grey_market_result,blocked,2025-03-21,02561_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02561_T2_grey_market,02561,T2_grey_market,archive_grey_market_result,blocked,2025-03-21,02561_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02610_T2_grey_market,02610,T2_grey_market,archive_grey_market_result,blocked,2025-03-25,02610_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02610_T2_grey_market,02610,T2_grey_market,archive_grey_market_result,blocked,2025-03-25,02610_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02569_T2_grey_market,02569,T2_grey_market,archive_grey_market_result,blocked,2025-03-27,02569_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02569_T2_grey_market,02569,T2_grey_market,archive_grey_market_result,blocked,2025-03-27,02569_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02625_T2_grey_market,02625,T2_grey_market,archive_grey_market_result,blocked,2025-03-31,02625_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02625_T2_grey_market,02625,T2_grey_market,archive_grey_market_result,blocked,2025-03-31,02625_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03677_T2_grey_market,03677,T2_grey_market,archive_grey_market_result,blocked,2025-04-14,03677_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03677_T2_grey_market,03677,T2_grey_market,archive_grey_market_result,blocked,2025-04-14,03677_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09606_T2_grey_market,09606,T2_grey_market,archive_grey_market_result,blocked,2025-04-15,09606_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09606_T2_grey_market,09606,T2_grey_market,archive_grey_market_result,blocked,2025-04-15,09606_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01333_T2_grey_market,01333,T2_grey_market,archive_grey_market_result,blocked,2025-05-07,01333_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01333_T2_grey_market,01333,T2_grey_market,archive_grey_market_result,blocked,2025-05-07,01333_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02589_T2_grey_market,02589,T2_grey_market,archive_grey_market_result,blocked,2025-05-08,02589_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02589_T2_grey_market,02589,T2_grey_market,archive_grey_market_result,blocked,2025-05-08,02589_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02865_T2_grey_market,02865,T2_grey_market,archive_grey_market_result,blocked,2025-05-08,02865_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02865_T2_grey_market,02865,T2_grey_market,archive_grey_market_result,blocked,2025-05-08,02865_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06831_T2_grey_market,06831,T2_grey_market,archive_grey_market_result,blocked,2025-05-16,06831_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06831_T2_grey_market,06831,T2_grey_market,archive_grey_market_result,blocked,2025-05-16,06831_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03750_T2_grey_market,03750,T2_grey_market,archive_grey_market_result,blocked,2025-05-20,03750_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03750_T2_grey_market,03750,T2_grey_market,archive_grey_market_result,blocked,2025-05-20,03750_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01276_T2_grey_market,01276,T2_grey_market,archive_grey_market_result,blocked,2025-05-23,01276_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01276_T2_grey_market,01276,T2_grey_market,archive_grey_market_result,blocked,2025-05-23,01276_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02629_T2_grey_market,02629,T2_grey_market,archive_grey_market_result,blocked,2025-05-23,02629_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02629_T2_grey_market,02629,T2_grey_market,archive_grey_market_result,blocked,2025-05-23,02629_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02565_T2_grey_market,02565,T2_grey_market,archive_grey_market_result,blocked,2025-05-27,02565_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02565_T2_grey_market,02565,T2_grey_market,archive_grey_market_result,blocked,2025-05-27,02565_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02603_T2_grey_market,02603,T2_grey_market,archive_grey_market_result,blocked,2025-05-27,02603_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02603_T2_grey_market,02603,T2_grey_market,archive_grey_market_result,blocked,2025-05-27,02603_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02621_T2_grey_market,02621,T2_grey_market,archive_grey_market_result,blocked,2025-05-30,02621_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02621_T2_grey_market,02621,T2_grey_market,archive_grey_market_result,blocked,2025-05-30,02621_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02573_T2_grey_market,02573,T2_grey_market,archive_grey_market_result,blocked,2025-06-10,02573_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02573_T2_grey_market,02573,T2_grey_market,archive_grey_market_result,blocked,2025-06-10,02573_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02605_T2_grey_market,02605,T2_grey_market,archive_grey_market_result,blocked,2025-06-10,02605_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02605_T2_grey_market,02605,T2_grey_market,archive_grey_market_result,blocked,2025-06-10,02605_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09881_T2_grey_market,09881,T2_grey_market,archive_grey_market_result,blocked,2025-06-10,09881_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09881_T2_grey_market,09881,T2_grey_market,archive_grey_market_result,blocked,2025-06-10,09881_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03288_T2_grey_market,03288,T2_grey_market,archive_grey_market_result,blocked,2025-06-19,03288_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03288_T2_grey_market,03288,T2_grey_market,archive_grey_market_result,blocked,2025-06-19,03288_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02050_T2_grey_market,02050,T2_grey_market,archive_grey_market_result,blocked,2025-06-23,02050_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02050_T2_grey_market,02050,T2_grey_market,archive_grey_market_result,blocked,2025-06-23,02050_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02609_T2_grey_market,02609,T2_grey_market,archive_grey_market_result,blocked,2025-06-23,02609_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02609_T2_grey_market,02609,T2_grey_market,archive_grey_market_result,blocked,2025-06-23,02609_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02617_T2_grey_market,02617,T2_grey_market,archive_grey_market_result,blocked,2025-06-23,02617_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02617_T2_grey_market,02617,T2_grey_market,archive_grey_market_result,blocked,2025-06-23,02617_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02619_T2_grey_market,02619,T2_grey_market,archive_grey_market_result,blocked,2025-06-25,02619_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02619_T2_grey_market,02619,T2_grey_market,archive_grey_market_result,blocked,2025-06-25,02619_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02643_T2_grey_market,02643,T2_grey_market,archive_grey_market_result,blocked,2025-06-25,02643_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02643_T2_grey_market,02643,T2_grey_market,archive_grey_market_result,blocked,2025-06-25,02643_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02508_T2_grey_market,02508,T2_grey_market,archive_grey_market_result,blocked,2025-06-26,02508_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02508_T2_grey_market,02508,T2_grey_market,archive_grey_market_result,blocked,2025-06-26,02508_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06168_T2_grey_market,06168,T2_grey_market,archive_grey_market_result,blocked,2025-06-26,06168_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06168_T2_grey_market,06168,T2_grey_market,archive_grey_market_result,blocked,2025-06-26,06168_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06883_T2_grey_market,06883,T2_grey_market,archive_grey_market_result,blocked,2025-06-26,06883_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06883_T2_grey_market,06883,T2_grey_market,archive_grey_market_result,blocked,2025-06-26,06883_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03880_T2_grey_market,03880,T2_grey_market,archive_grey_market_result,blocked,2025-06-30,03880_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03880_T2_grey_market,03880,T2_grey_market,archive_grey_market_result,blocked,2025-06-30,03880_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06603_T2_grey_market,06603,T2_grey_market,archive_grey_market_result,blocked,2025-06-30,06603_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06603_T2_grey_market,06603,T2_grey_market,archive_grey_market_result,blocked,2025-06-30,06603_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09678_T2_grey_market,09678,T2_grey_market,archive_grey_market_result,blocked,2025-06-30,09678_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09678_T2_grey_market,09678,T2_grey_market,archive_grey_market_result,blocked,2025-06-30,09678_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02592_T2_grey_market,02592,T2_grey_market,archive_grey_market_result,blocked,2025-07-03,02592_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02592_T2_grey_market,02592,T2_grey_market,archive_grey_market_result,blocked,2025-07-03,02592_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02648_T2_grey_market,02648,T2_grey_market,archive_grey_market_result,blocked,2025-07-04,02648_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02648_T2_grey_market,02648,T2_grey_market,archive_grey_market_result,blocked,2025-07-04,02648_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01828_T2_grey_market,01828,T2_grey_market,archive_grey_market_result,blocked,2025-07-07,01828_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01828_T2_grey_market,01828,T2_grey_market,archive_grey_market_result,blocked,2025-07-07,01828_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01304_T2_grey_market,01304,T2_grey_market,archive_grey_market_result,blocked,2025-07-09,01304_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01304_T2_grey_market,01304,T2_grey_market,archive_grey_market_result,blocked,2025-07-09,01304_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02590_T2_grey_market,02590,T2_grey_market,archive_grey_market_result,blocked,2025-07-09,02590_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02590_T2_grey_market,02590,T2_grey_market,archive_grey_market_result,blocked,2025-07-09,02590_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02597_T2_grey_market,02597,T2_grey_market,archive_grey_market_result,blocked,2025-07-09,02597_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02597_T2_grey_market,02597,T2_grey_market,archive_grey_market_result,blocked,2025-07-09,02597_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02651_T2_grey_market,02651,T2_grey_market,archive_grey_market_result,blocked,2025-07-09,02651_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02651_T2_grey_market,02651,T2_grey_market,archive_grey_market_result,blocked,2025-07-09,02651_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06613_T2_grey_market,06613,T2_grey_market,archive_grey_market_result,blocked,2025-07-09,06613_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06613_T2_grey_market,06613,T2_grey_market,archive_grey_market_result,blocked,2025-07-09,06613_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09887_T2_grey_market,09887,T2_grey_market,archive_grey_market_result,blocked,2025-07-25,09887_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09887_T2_grey_market,09887,T2_grey_market,archive_grey_market_result,blocked,2025-07-25,09887_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02627_T2_grey_market,02627,T2_grey_market,archive_grey_market_result,blocked,2025-08-11,02627_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02627_T2_grey_market,02627,T2_grey_market,archive_grey_market_result,blocked,2025-08-11,02627_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02591_T2_grey_market,02591,T2_grey_market,archive_grey_market_result,blocked,2025-08-15,02591_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02591_T2_grey_market,02591,T2_grey_market,archive_grey_market_result,blocked,2025-08-15,02591_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02631_T2_grey_market,02631,T2_grey_market,archive_grey_market_result,blocked,2025-08-20,02631_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02631_T2_grey_market,02631,T2_grey_market,archive_grey_market_result,blocked,2025-08-20,02631_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06960_T2_grey_market,06960,T2_grey_market,archive_grey_market_result,blocked,2025-08-26,06960_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06960_T2_grey_market,06960,T2_grey_market,archive_grey_market_result,blocked,2025-08-26,06960_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03858_T2_grey_market,03858,T2_grey_market,archive_grey_market_result,blocked,2025-08-28,03858_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03858_T2_grey_market,03858,T2_grey_market,archive_grey_market_result,blocked,2025-08-28,03858_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02580_T2_grey_market,02580,T2_grey_market,archive_grey_market_result,blocked,2025-09-02,02580_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02580_T2_grey_market,02580,T2_grey_market,archive_grey_market_result,blocked,2025-09-02,02580_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02543_T2_grey_market,02543,T2_grey_market,archive_grey_market_result,blocked,2025-09-09,02543_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02543_T2_grey_market,02543,T2_grey_market,archive_grey_market_result,blocked,2025-09-09,02543_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02525_T2_grey_market,02525,T2_grey_market,archive_grey_market_result,blocked,2025-09-16,02525_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02525_T2_grey_market,02525,T2_grey_market,archive_grey_market_result,blocked,2025-09-16,02525_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02656_T2_grey_market,02656,T2_grey_market,archive_grey_market_result,blocked,2025-09-17,02656_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02656_T2_grey_market,02656,T2_grey_market,archive_grey_market_result,blocked,2025-09-17,02656_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02595_T2_grey_market,02595,T2_grey_market,archive_grey_market_result,blocked,2025-09-19,02595_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02595_T2_grey_market,02595,T2_grey_market,archive_grey_market_result,blocked,2025-09-19,02595_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06090_T2_grey_market,06090,T2_grey_market,archive_grey_market_result,blocked,2025-09-23,06090_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06090_T2_grey_market,06090,T2_grey_market,archive_grey_market_result,blocked,2025-09-23,06090_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09973_T2_grey_market,09973,T2_grey_market,archive_grey_market_result,blocked,2025-09-25,09973_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09973_T2_grey_market,09973,T2_grey_market,archive_grey_market_result,blocked,2025-09-25,09973_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02259_T2_grey_market,02259,T2_grey_market,archive_grey_market_result,blocked,2025-09-30,02259_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02259_T2_grey_market,02259,T2_grey_market,archive_grey_market_result,blocked,2025-09-30,02259_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02583_T2_grey_market,02583,T2_grey_market,archive_grey_market_result,blocked,2025-09-30,02583_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02583_T2_grey_market,02583,T2_grey_market,archive_grey_market_result,blocked,2025-09-30,02583_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02889_T2_grey_market,02889,T2_grey_market,archive_grey_market_result,blocked,2025-09-30,02889_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02889_T2_grey_market,02889,T2_grey_market,archive_grey_market_result,blocked,2025-09-30,02889_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02652_T2_grey_market,02652,T2_grey_market,archive_grey_market_result,blocked,2025-10-08,02652_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02652_T2_grey_market,02652,T2_grey_market,archive_grey_market_result,blocked,2025-10-08,02652_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02650_T2_grey_market,02650,T2_grey_market,archive_grey_market_result,blocked,2025-10-10,02650_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02650_T2_grey_market,02650,T2_grey_market,archive_grey_market_result,blocked,2025-10-10,02650_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
08549_T2_grey_market,08549,T2_grey_market,archive_grey_market_result,blocked,2025-10-10,08549_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 08549_T2_grey_market,08549,T2_grey_market,archive_grey_market_result,blocked,2025-10-10,08549_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02575_T2_grey_market,02575,T2_grey_market,archive_grey_market_result,blocked,2025-10-15,02575_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02575_T2_grey_market,02575,T2_grey_market,archive_grey_market_result,blocked,2025-10-15,02575_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02670_T2_grey_market,02670,T2_grey_market,archive_grey_market_result,blocked,2025-10-16,02670_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02670_T2_grey_market,02670,T2_grey_market,archive_grey_market_result,blocked,2025-10-16,02670_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02637_T2_grey_market,02637,T2_grey_market,archive_grey_market_result,blocked,2025-10-20,02637_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02637_T2_grey_market,02637,T2_grey_market,archive_grey_market_result,blocked,2025-10-20,02637_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06687_T2_grey_market,06687,T2_grey_market,archive_grey_market_result,blocked,2025-10-21,06687_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06687_T2_grey_market,06687,T2_grey_market,archive_grey_market_result,blocked,2025-10-21,06687_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00638_T2_grey_market,00638,T2_grey_market,archive_grey_market_result,blocked,2025-10-22,00638_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00638_T2_grey_market,00638,T2_grey_market,archive_grey_market_result,blocked,2025-10-22,00638_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01384_T2_grey_market,01384,T2_grey_market,archive_grey_market_result,blocked,2025-10-28,01384_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01384_T2_grey_market,01384,T2_grey_market,archive_grey_market_result,blocked,2025-10-28,01384_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06031_T2_grey_market,06031,T2_grey_market,archive_grey_market_result,blocked,2025-10-28,06031_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06031_T2_grey_market,06031,T2_grey_market,archive_grey_market_result,blocked,2025-10-28,06031_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06166_T2_grey_market,06166,T2_grey_market,archive_grey_market_result,blocked,2025-10-28,06166_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06166_T2_grey_market,06166,T2_grey_market,archive_grey_market_result,blocked,2025-10-28,06166_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06980_T2_grey_market,06980,T2_grey_market,archive_grey_market_result,blocked,2025-10-28,06980_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06980_T2_grey_market,06980,T2_grey_market,archive_grey_market_result,blocked,2025-10-28,06980_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02718_T2_grey_market,02718,T2_grey_market,archive_grey_market_result,blocked,2025-11-03,02718_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02718_T2_grey_market,02718,T2_grey_market,archive_grey_market_result,blocked,2025-11-03,02718_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09927_T2_grey_market,09927,T2_grey_market,archive_grey_market_result,blocked,2025-11-05,09927_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09927_T2_grey_market,09927,T2_grey_market,archive_grey_market_result,blocked,2025-11-05,09927_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00699_T2_grey_market,00699,T2_grey_market,archive_grey_market_result,blocked,2025-11-06,00699_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00699_T2_grey_market,00699,T2_grey_market,archive_grey_market_result,blocked,2025-11-06,00699_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00800_T2_grey_market,00800,T2_grey_market,archive_grey_market_result,blocked,2025-11-06,00800_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00800_T2_grey_market,00800,T2_grey_market,archive_grey_market_result,blocked,2025-11-06,00800_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02026_T2_grey_market,02026,T2_grey_market,archive_grey_market_result,blocked,2025-11-06,02026_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02026_T2_grey_market,02026,T2_grey_market,archive_grey_market_result,blocked,2025-11-06,02026_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02630_T2_grey_market,02630,T2_grey_market,archive_grey_market_result,blocked,2025-11-06,02630_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02630_T2_grey_market,02630,T2_grey_market,archive_grey_market_result,blocked,2025-11-06,02630_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02698_T2_grey_market,02698,T2_grey_market,archive_grey_market_result,blocked,2025-11-10,02698_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02698_T2_grey_market,02698,T2_grey_market,archive_grey_market_result,blocked,2025-11-10,02698_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02579_T2_grey_market,02579,T2_grey_market,archive_grey_market_result,blocked,2025-11-17,02579_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02579_T2_grey_market,02579,T2_grey_market,archive_grey_market_result,blocked,2025-11-17,02579_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02788_T2_grey_market,02788,T2_grey_market,archive_grey_market_result,blocked,2025-11-24,02788_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02788_T2_grey_market,02788,T2_grey_market,archive_grey_market_result,blocked,2025-11-24,02788_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02685_T2_grey_market,02685,T2_grey_market,archive_grey_market_result,blocked,2025-11-27,02685_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02685_T2_grey_market,02685,T2_grey_market,archive_grey_market_result,blocked,2025-11-27,02685_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09609_T2_grey_market,09609,T2_grey_market,archive_grey_market_result,blocked,2025-11-28,09609_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09609_T2_grey_market,09609,T2_grey_market,archive_grey_market_result,blocked,2025-11-28,09609_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02539_T2_grey_market,02539,T2_grey_market,archive_grey_market_result,blocked,2025-12-03,02539_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02539_T2_grey_market,02539,T2_grey_market,archive_grey_market_result,blocked,2025-12-03,02539_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02693_T2_grey_market,02693,T2_grey_market,archive_grey_market_result,blocked,2025-12-03,02693_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02693_T2_grey_market,02693,T2_grey_market,archive_grey_market_result,blocked,2025-12-03,02693_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02408_T2_grey_market,02408,T2_grey_market,archive_grey_market_result,blocked,2025-12-05,02408_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02408_T2_grey_market,02408,T2_grey_market,archive_grey_market_result,blocked,2025-12-05,02408_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02658_T2_grey_market,02658,T2_grey_market,archive_grey_market_result,blocked,2025-12-05,02658_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02658_T2_grey_market,02658,T2_grey_market,archive_grey_market_result,blocked,2025-12-05,02658_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02676_T2_grey_market,02676,T2_grey_market,archive_grey_market_result,blocked,2025-12-08,02676_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02676_T2_grey_market,02676,T2_grey_market,archive_grey_market_result,blocked,2025-12-08,02676_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02687_T2_grey_market,02687,T2_grey_market,archive_grey_market_result,blocked,2025-12-08,02687_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02687_T2_grey_market,02687,T2_grey_market,archive_grey_market_result,blocked,2025-12-08,02687_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02659_T2_grey_market,02659,T2_grey_market,archive_grey_market_result,blocked,2025-12-10,02659_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02659_T2_grey_market,02659,T2_grey_market,archive_grey_market_result,blocked,2025-12-10,02659_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
07618_T2_grey_market,07618,T2_grey_market,archive_grey_market_result,blocked,2025-12-11,07618_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 07618_T2_grey_market,07618,T2_grey_market,archive_grey_market_result,blocked,2025-12-11,07618_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02655_T2_grey_market,02655,T2_grey_market,archive_grey_market_result,blocked,2025-12-16,02655_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02655_T2_grey_market,02655,T2_grey_market,archive_grey_market_result,blocked,2025-12-16,02655_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03887_T2_grey_market,03887,T2_grey_market,archive_grey_market_result,blocked,2025-12-17,03887_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03887_T2_grey_market,03887,T2_grey_market,archive_grey_market_result,blocked,2025-12-17,03887_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02546_T2_grey_market,02546,T2_grey_market,archive_grey_market_result,blocked,2025-12-19,02546_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02546_T2_grey_market,02546,T2_grey_market,archive_grey_market_result,blocked,2025-12-19,02546_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03881_T2_grey_market,03881,T2_grey_market,archive_grey_market_result,blocked,2025-12-19,03881_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03881_T2_grey_market,03881,T2_grey_market,archive_grey_market_result,blocked,2025-12-19,03881_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02396_T2_grey_market,02396,T2_grey_market,archive_grey_market_result,blocked,2025-12-22,02396_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02396_T2_grey_market,02396,T2_grey_market,archive_grey_market_result,blocked,2025-12-22,02396_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02581_T2_grey_market,02581,T2_grey_market,archive_grey_market_result,blocked,2025-12-22,02581_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02581_T2_grey_market,02581,T2_grey_market,archive_grey_market_result,blocked,2025-12-22,02581_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02691_T2_grey_market,02691,T2_grey_market,archive_grey_market_result,blocked,2025-12-22,02691_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02691_T2_grey_market,02691,T2_grey_market,archive_grey_market_result,blocked,2025-12-22,02691_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02695_T2_grey_market,02695,T2_grey_market,archive_grey_market_result,blocked,2025-12-22,02695_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02695_T2_grey_market,02695,T2_grey_market,archive_grey_market_result,blocked,2025-12-22,02695_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02635_T2_grey_market,02635,T2_grey_market,archive_grey_market_result,blocked,2025-12-23,02635_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02635_T2_grey_market,02635,T2_grey_market,archive_grey_market_result,blocked,2025-12-23,02635_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02661_T2_grey_market,02661,T2_grey_market,archive_grey_market_result,blocked,2025-12-23,02661_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02661_T2_grey_market,02661,T2_grey_market,archive_grey_market_result,blocked,2025-12-23,02661_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03378_T2_grey_market,03378,T2_grey_market,archive_grey_market_result,blocked,2025-12-23,03378_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03378_T2_grey_market,03378,T2_grey_market,archive_grey_market_result,blocked,2025-12-23,03378_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02657_T2_grey_market,02657,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,02657_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02657_T2_grey_market,02657,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,02657_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02671_T2_grey_market,02671,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,02671_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02671_T2_grey_market,02671,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,02671_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03317_T2_grey_market,03317,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,03317_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03317_T2_grey_market,03317,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,03317_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03696_T2_grey_market,03696,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,03696_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03696_T2_grey_market,03696,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,03696_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06600_T2_grey_market,06600,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,06600_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06600_T2_grey_market,06600,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,06600_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06651_T2_grey_market,06651,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,06651_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06651_T2_grey_market,06651,T2_grey_market,archive_grey_market_result,blocked,2025-12-30,06651_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06082_T2_grey_market,06082,T2_grey_market,archive_grey_market_result,blocked,2026-01-02,06082_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06082_T2_grey_market,06082,T2_grey_market,archive_grey_market_result,blocked,2026-01-02,06082_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02513_T2_grey_market,02513,T2_grey_market,archive_grey_market_result,blocked,2026-01-08,02513_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02513_T2_grey_market,02513,T2_grey_market,archive_grey_market_result,blocked,2026-01-08,02513_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02675_T2_grey_market,02675,T2_grey_market,archive_grey_market_result,blocked,2026-01-08,02675_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02675_T2_grey_market,02675,T2_grey_market,archive_grey_market_result,blocked,2026-01-08,02675_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09903_T2_grey_market,09903,T2_grey_market,archive_grey_market_result,blocked,2026-01-08,09903_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09903_T2_grey_market,09903,T2_grey_market,archive_grey_market_result,blocked,2026-01-08,09903_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00100_T2_grey_market,00100,T2_grey_market,archive_grey_market_result,blocked,2026-01-09,00100_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00100_T2_grey_market,00100,T2_grey_market,archive_grey_market_result,blocked,2026-01-09,00100_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03636_T2_grey_market,03636,T2_grey_market,archive_grey_market_result,blocked,2026-01-09,03636_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03636_T2_grey_market,03636,T2_grey_market,archive_grey_market_result,blocked,2026-01-09,03636_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06938_T2_grey_market,06938,T2_grey_market,archive_grey_market_result,blocked,2026-01-09,06938_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06938_T2_grey_market,06938,T2_grey_market,archive_grey_market_result,blocked,2026-01-09,06938_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00501_T2_grey_market,00501,T2_grey_market,archive_grey_market_result,blocked,2026-01-12,00501_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00501_T2_grey_market,00501,T2_grey_market,archive_grey_market_result,blocked,2026-01-12,00501_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01641_T2_grey_market,01641,T2_grey_market,archive_grey_market_result,blocked,2026-01-13,01641_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01641_T2_grey_market,01641,T2_grey_market,archive_grey_market_result,blocked,2026-01-13,01641_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03986_T2_grey_market,03986,T2_grey_market,archive_grey_market_result,blocked,2026-01-13,03986_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03986_T2_grey_market,03986,T2_grey_market,archive_grey_market_result,blocked,2026-01-13,03986_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
08610_T2_grey_market,08610,T2_grey_market,archive_grey_market_result,blocked,2026-01-13,08610_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 08610_T2_grey_market,08610,T2_grey_market,archive_grey_market_result,blocked,2026-01-13,08610_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09611_T2_grey_market,09611,T2_grey_market,archive_grey_market_result,blocked,2026-01-22,09611_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09611_T2_grey_market,09611,T2_grey_market,archive_grey_market_result,blocked,2026-01-22,09611_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01768_T2_grey_market,01768,T2_grey_market,archive_grey_market_result,blocked,2026-01-28,01768_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01768_T2_grey_market,01768,T2_grey_market,archive_grey_market_result,blocked,2026-01-28,01768_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09980_T2_grey_market,09980,T2_grey_market,archive_grey_market_result,blocked,2026-02-03,09980_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09980_T2_grey_market,09980,T2_grey_market,archive_grey_market_result,blocked,2026-02-03,09980_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02768_T2_grey_market,02768,T2_grey_market,archive_grey_market_result,blocked,2026-02-04,02768_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02768_T2_grey_market,02768,T2_grey_market,archive_grey_market_result,blocked,2026-02-04,02768_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02677_T2_grey_market,02677,T2_grey_market,archive_grey_market_result,blocked,2026-02-06,02677_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02677_T2_grey_market,02677,T2_grey_market,archive_grey_market_result,blocked,2026-02-06,02677_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02714_T2_grey_market,02714,T2_grey_market,archive_grey_market_result,blocked,2026-02-06,02714_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02714_T2_grey_market,02714,T2_grey_market,archive_grey_market_result,blocked,2026-02-06,02714_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03200_T2_grey_market,03200,T2_grey_market,archive_grey_market_result,blocked,2026-02-06,03200_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03200_T2_grey_market,03200,T2_grey_market,archive_grey_market_result,blocked,2026-02-06,03200_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06809_T2_grey_market,06809,T2_grey_market,archive_grey_market_result,blocked,2026-02-09,06809_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06809_T2_grey_market,06809,T2_grey_market,archive_grey_market_result,blocked,2026-02-09,06809_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00600_T2_grey_market,00600,T2_grey_market,archive_grey_market_result,blocked,2026-02-10,00600_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00600_T2_grey_market,00600,T2_grey_market,archive_grey_market_result,blocked,2026-02-10,00600_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02720_T2_grey_market,02720,T2_grey_market,archive_grey_market_result,blocked,2026-02-10,02720_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02720_T2_grey_market,02720,T2_grey_market,archive_grey_market_result,blocked,2026-02-10,02720_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00470_T2_grey_market,00470,T2_grey_market,archive_grey_market_result,blocked,2026-02-11,00470_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00470_T2_grey_market,00470,T2_grey_market,archive_grey_market_result,blocked,2026-02-11,00470_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02706_T2_grey_market,02706,T2_grey_market,archive_grey_market_result,blocked,2026-02-13,02706_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02706_T2_grey_market,02706,T2_grey_market,archive_grey_market_result,blocked,2026-02-13,02706_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
09981_T2_grey_market,09981,T2_grey_market,archive_grey_market_result,blocked,2026-02-13,09981_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 09981_T2_grey_market,09981,T2_grey_market,archive_grey_market_result,blocked,2026-02-13,09981_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02649_T2_grey_market,02649,T2_grey_market,archive_grey_market_result,blocked,2026-03-09,02649_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02649_T2_grey_market,02649,T2_grey_market,archive_grey_market_result,blocked,2026-03-09,02649_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02692_T2_grey_market,02692,T2_grey_market,archive_grey_market_result,blocked,2026-03-09,02692_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02692_T2_grey_market,02692,T2_grey_market,archive_grey_market_result,blocked,2026-03-09,02692_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02715_T2_grey_market,02715,T2_grey_market,archive_grey_market_result,blocked,2026-03-09,02715_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02715_T2_grey_market,02715,T2_grey_market,archive_grey_market_result,blocked,2026-03-09,02715_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03268_T2_grey_market,03268,T2_grey_market,archive_grey_market_result,blocked,2026-03-10,03268_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03268_T2_grey_market,03268,T2_grey_market,archive_grey_market_result,blocked,2026-03-10,03268_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01989_T2_grey_market,01989,T2_grey_market,archive_grey_market_result,blocked,2026-03-20,01989_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01989_T2_grey_market,01989,T2_grey_market,archive_grey_market_result,blocked,2026-03-20,01989_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02701_T2_grey_market,02701,T2_grey_market,archive_grey_market_result,blocked,2026-03-23,02701_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02701_T2_grey_market,02701,T2_grey_market,archive_grey_market_result,blocked,2026-03-23,02701_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03355_T2_grey_market,03355,T2_grey_market,archive_grey_market_result,blocked,2026-03-23,03355_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03355_T2_grey_market,03355,T2_grey_market,archive_grey_market_result,blocked,2026-03-23,03355_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02632_T2_grey_market,02632,T2_grey_market,archive_grey_market_result,blocked,2026-03-24,02632_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02632_T2_grey_market,02632,T2_grey_market,archive_grey_market_result,blocked,2026-03-24,02632_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02729_T2_grey_market,02729,T2_grey_market,archive_grey_market_result,blocked,2026-03-24,02729_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02729_T2_grey_market,02729,T2_grey_market,archive_grey_market_result,blocked,2026-03-24,02729_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01021_T2_grey_market,01021,T2_grey_market,archive_grey_market_result,blocked,2026-03-30,01021_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01021_T2_grey_market,01021,T2_grey_market,archive_grey_market_result,blocked,2026-03-30,01021_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02526_T2_grey_market,02526,T2_grey_market,archive_grey_market_result,blocked,2026-03-30,02526_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02526_T2_grey_market,02526,T2_grey_market,archive_grey_market_result,blocked,2026-03-30,02526_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02726_T2_grey_market,02726,T2_grey_market,archive_grey_market_result,blocked,2026-03-30,02726_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02726_T2_grey_market,02726,T2_grey_market,archive_grey_market_result,blocked,2026-03-30,02726_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06636_T2_grey_market,06636,T2_grey_market,archive_grey_market_result,blocked,2026-03-30,06636_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06636_T2_grey_market,06636,T2_grey_market,archive_grey_market_result,blocked,2026-03-30,06636_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00664_T2_grey_market,00664,T2_grey_market,archive_grey_market_result,blocked,2026-03-31,00664_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00664_T2_grey_market,00664,T2_grey_market,archive_grey_market_result,blocked,2026-03-31,00664_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03625_T2_grey_market,03625,T2_grey_market,archive_grey_market_result,blocked,2026-03-31,03625_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03625_T2_grey_market,03625,T2_grey_market,archive_grey_market_result,blocked,2026-03-31,03625_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06656_T2_grey_market,06656,T2_grey_market,archive_grey_market_result,blocked,2026-04-16,06656_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06656_T2_grey_market,06656,T2_grey_market,archive_grey_market_result,blocked,2026-04-16,06656_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00068_T2_grey_market,00068,T2_grey_market,archive_grey_market_result,blocked,2026-04-17,00068_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00068_T2_grey_market,00068,T2_grey_market,archive_grey_market_result,blocked,2026-04-17,00068_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03277_T2_grey_market,03277,T2_grey_market,archive_grey_market_result,blocked,2026-04-17,03277_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03277_T2_grey_market,03277,T2_grey_market,archive_grey_market_result,blocked,2026-04-17,03277_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02476_T2_grey_market,02476,T2_grey_market,archive_grey_market_result,blocked,2026-04-21,02476_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02476_T2_grey_market,02476,T2_grey_market,archive_grey_market_result,blocked,2026-04-21,02476_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03296_T2_grey_market,03296,T2_grey_market,archive_grey_market_result,blocked,2026-04-23,03296_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03296_T2_grey_market,03296,T2_grey_market,archive_grey_market_result,blocked,2026-04-23,03296_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01879_T2_grey_market,01879,T2_grey_market,archive_grey_market_result,blocked,2026-04-28,01879_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01879_T2_grey_market,01879,T2_grey_market,archive_grey_market_result,blocked,2026-04-28,01879_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02493_T2_grey_market,02493,T2_grey_market,archive_grey_market_result,blocked,2026-04-28,02493_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02493_T2_grey_market,02493,T2_grey_market,archive_grey_market_result,blocked,2026-04-28,02493_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06810_T2_grey_market,06810,T2_grey_market,archive_grey_market_result,blocked,2026-04-29,06810_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06810_T2_grey_market,06810,T2_grey_market,archive_grey_market_result,blocked,2026-04-29,06810_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01609_T2_grey_market,01609,T2_grey_market,archive_grey_market_result,blocked,2026-05-05,01609_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01609_T2_grey_market,01609,T2_grey_market,archive_grey_market_result,blocked,2026-05-05,01609_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01187_T2_grey_market,01187,T2_grey_market,archive_grey_market_result,blocked,2026-05-06,01187_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01187_T2_grey_market,01187,T2_grey_market,archive_grey_market_result,blocked,2026-05-06,01187_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01236_T2_grey_market,01236,T2_grey_market,archive_grey_market_result,blocked,2026-05-11,01236_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01236_T2_grey_market,01236,T2_grey_market,archive_grey_market_result,blocked,2026-05-11,01236_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
07630_T2_grey_market,07630,T2_grey_market,archive_grey_market_result,blocked,2026-05-13,07630_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 07630_T2_grey_market,07630,T2_grey_market,archive_grey_market_result,blocked,2026-05-13,07630_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
07666_T2_grey_market,07666,T2_grey_market,archive_grey_market_result,blocked,2026-05-13,07666_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 07666_T2_grey_market,07666,T2_grey_market,archive_grey_market_result,blocked,2026-05-13,07666_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06871_T2_grey_market,06871,T2_grey_market,archive_grey_market_result,blocked,2026-05-18,06871_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06871_T2_grey_market,06871,T2_grey_market,archive_grey_market_result,blocked,2026-05-18,06871_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01511_T2_grey_market,01511,T2_grey_market,archive_grey_market_result,blocked,2026-05-20,01511_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01511_T2_grey_market,01511,T2_grey_market,archive_grey_market_result,blocked,2026-05-20,01511_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
07688_T2_grey_market,07688,T2_grey_market,archive_grey_market_result,blocked,2026-05-20,07688_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 07688_T2_grey_market,07688,T2_grey_market,archive_grey_market_result,blocked,2026-05-20,07688_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06872_T2_grey_market,06872,T2_grey_market,archive_grey_market_result,blocked,2026-05-22,06872_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06872_T2_grey_market,06872,T2_grey_market,archive_grey_market_result,blocked,2026-05-22,06872_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00901_T2_grey_market,00901,T2_grey_market,archive_grey_market_result,blocked,2026-05-27,00901_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00901_T2_grey_market,00901,T2_grey_market,archive_grey_market_result,blocked,2026-05-27,00901_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02723_T2_grey_market,02723,T2_grey_market,archive_grey_market_result,blocked,2026-05-27,02723_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02723_T2_grey_market,02723,T2_grey_market,archive_grey_market_result,blocked,2026-05-27,02723_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03310_T2_grey_market,03310,T2_grey_market,archive_grey_market_result,blocked,2026-05-27,03310_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03310_T2_grey_market,03310,T2_grey_market,archive_grey_market_result,blocked,2026-05-27,03310_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
03388_T2_grey_market,03388,T2_grey_market,archive_grey_market_result,blocked,2026-05-29,03388_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 03388_T2_grey_market,03388,T2_grey_market,archive_grey_market_result,blocked,2026-05-29,03388_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02553_T2_grey_market,02553,T2_grey_market,archive_grey_market_result,blocked,2026-06-03,02553_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02553_T2_grey_market,02553,T2_grey_market,archive_grey_market_result,blocked,2026-06-03,02553_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01081_T2_grey_market,01081,T2_grey_market,archive_grey_market_result,blocked,2026-06-05,01081_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01081_T2_grey_market,01081,T2_grey_market,archive_grey_market_result,blocked,2026-06-05,01081_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01779_T2_grey_market,01779,T2_grey_market,archive_grey_market_result,blocked,2026-06-05,01779_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01779_T2_grey_market,01779,T2_grey_market,archive_grey_market_result,blocked,2026-06-05,01779_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02290_T2_grey_market,02290,T2_grey_market,archive_grey_market_result,blocked,2026-06-05,02290_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02290_T2_grey_market,02290,T2_grey_market,archive_grey_market_result,blocked,2026-06-05,02290_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06658_T2_grey_market,06658,T2_grey_market,archive_grey_market_result,blocked,2026-06-15,06658_T2_grey_market_source_strategy_required,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06658_T2_grey_market,06658,T2_grey_market,archive_grey_market_result,blocked,2026-06-15,06658_T2_grey_market_source_strategy_required,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00666_D1,00666,D1,archive_price_performance,open,2023-12-18,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00666_D1,00666,D1,archive_price_performance,open,2023-12-18,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00666_D5,00666,D5,archive_price_performance,open,2023-12-22,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00666_D5,00666,D5,archive_price_performance,open,2023-12-22,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00666_D20,00666,D20,archive_price_performance,open,2024-01-06,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00666_D20,00666,D20,archive_price_performance,open,2024-01-06,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00666_D60,00666,D60,archive_price_performance,open,2024-02-15,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00666_D60,00666,D60,archive_price_performance,open,2024-02-15,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00917_D1,00917,D1,archive_price_performance,open,2024-05-27,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00917_D1,00917,D1,archive_price_performance,open,2024-05-27,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00917_D5,00917,D5,archive_price_performance,open,2024-05-31,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00917_D5,00917,D5,archive_price_performance,open,2024-05-31,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00917_D20,00917,D20,archive_price_performance,open,2024-06-15,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00917_D20,00917,D20,archive_price_performance,open,2024-06-15,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00917_D60,00917,D60,archive_price_performance,open,2024-07-25,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00917_D60,00917,D60,archive_price_performance,open,2024-07-25,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00300_D1,00300,D1,archive_price_performance,open,2024-09-17,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00300_D1,00300,D1,archive_price_performance,open,2024-09-17,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00300_D5,00300,D5,archive_price_performance,open,2024-09-21,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00300_D5,00300,D5,archive_price_performance,open,2024-09-21,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00300_D20,00300,D20,archive_price_performance,open,2024-10-06,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00300_D20,00300,D20,archive_price_performance,open,2024-10-06,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00300_D60,00300,D60,archive_price_performance,open,2024-11-15,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00300_D60,00300,D60,archive_price_performance,open,2024-11-15,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00999_D1,00999,D1,archive_price_performance,open,2024-12-20,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00999_D1,00999,D1,archive_price_performance,open,2024-12-20,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00999_D5,00999,D5,archive_price_performance,open,2024-12-24,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00999_D5,00999,D5,archive_price_performance,open,2024-12-24,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00999_D20,00999,D20,archive_price_performance,open,2025-01-08,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00999_D20,00999,D20,archive_price_performance,open,2025-01-08,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00325_D1,00325,D1,archive_price_performance,open,2025-01-10,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00325_D1,00325,D1,archive_price_performance,open,2025-01-10,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00805_D1,00805,D1,archive_price_performance,open,2025-01-13,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00805_D1,00805,D1,archive_price_performance,open,2025-01-13,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00325_D5,00325,D5,archive_price_performance,open,2025-01-14,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00325_D5,00325,D5,archive_price_performance,open,2025-01-14,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00805_D5,00805,D5,archive_price_performance,open,2025-01-17,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00805_D5,00805,D5,archive_price_performance,open,2025-01-17,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00325_D20,00325,D20,archive_price_performance,open,2025-01-29,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00325_D20,00325,D20,archive_price_performance,open,2025-01-29,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00805_D20,00805,D20,archive_price_performance,open,2025-02-01,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00805_D20,00805,D20,archive_price_performance,open,2025-02-01,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00999_D60,00999,D60,archive_price_performance,open,2025-02-17,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00999_D60,00999,D60,archive_price_performance,open,2025-02-17,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00325_D60,00325,D60,archive_price_performance,open,2025-03-10,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00325_D60,00325,D60,archive_price_performance,open,2025-03-10,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00805_D60,00805,D60,archive_price_performance,open,2025-03-13,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00805_D60,00805,D60,archive_price_performance,open,2025-03-13,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02619_D1,02619,D1,archive_price_performance,open,2025-06-25,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02619_D1,02619,D1,archive_price_performance,open,2025-06-25,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02619_D5,02619,D5,archive_price_performance,open,2025-06-29,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02619_D5,02619,D5,archive_price_performance,open,2025-06-29,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02619_D20,02619,D20,archive_price_performance,open,2025-07-14,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02619_D20,02619,D20,archive_price_performance,open,2025-07-14,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02619_D60,02619,D60,archive_price_performance,open,2025-08-23,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02619_D60,02619,D60,archive_price_performance,open,2025-08-23,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00638_D1,00638,D1,archive_price_performance,open,2025-10-22,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00638_D1,00638,D1,archive_price_performance,open,2025-10-22,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00638_D5,00638,D5,archive_price_performance,open,2025-10-26,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00638_D5,00638,D5,archive_price_performance,open,2025-10-26,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00699_D1,00699,D1,archive_price_performance,open,2025-11-06,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00699_D1,00699,D1,archive_price_performance,open,2025-11-06,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00800_D1,00800,D1,archive_price_performance,open,2025-11-06,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00800_D1,00800,D1,archive_price_performance,open,2025-11-06,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00638_D20,00638,D20,archive_price_performance,open,2025-11-10,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00638_D20,00638,D20,archive_price_performance,open,2025-11-10,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00699_D5,00699,D5,archive_price_performance,open,2025-11-10,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00699_D5,00699,D5,archive_price_performance,open,2025-11-10,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00800_D5,00800,D5,archive_price_performance,open,2025-11-10,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00800_D5,00800,D5,archive_price_performance,open,2025-11-10,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00699_D20,00699,D20,archive_price_performance,open,2025-11-25,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00699_D20,00699,D20,archive_price_performance,open,2025-11-25,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00800_D20,00800,D20,archive_price_performance,open,2025-11-25,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00800_D20,00800,D20,archive_price_performance,open,2025-11-25,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00638_D60,00638,D60,archive_price_performance,open,2025-12-20,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00638_D60,00638,D60,archive_price_performance,open,2025-12-20,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00699_D60,00699,D60,archive_price_performance,open,2026-01-04,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00699_D60,00699,D60,archive_price_performance,open,2026-01-04,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00800_D60,00800,D60,archive_price_performance,open,2026-01-04,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00800_D60,00800,D60,archive_price_performance,open,2026-01-04,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00100_D1,00100,D1,archive_price_performance,open,2026-01-09,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00100_D1,00100,D1,archive_price_performance,open,2026-01-09,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00501_D1,00501,D1,archive_price_performance,open,2026-01-12,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00501_D1,00501,D1,archive_price_performance,open,2026-01-12,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00100_D5,00100,D5,archive_price_performance,open,2026-01-13,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00100_D5,00100,D5,archive_price_performance,open,2026-01-13,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00501_D5,00501,D5,archive_price_performance,open,2026-01-16,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00501_D5,00501,D5,archive_price_performance,open,2026-01-16,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00100_D20,00100,D20,archive_price_performance,open,2026-01-28,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00100_D20,00100,D20,archive_price_performance,open,2026-01-28,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01768_D1,01768,D1,archive_price_performance,open,2026-01-28,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01768_D1,01768,D1,archive_price_performance,open,2026-01-28,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00501_D20,00501,D20,archive_price_performance,open,2026-01-31,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00501_D20,00501,D20,archive_price_performance,open,2026-01-31,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01768_D5,01768,D5,archive_price_performance,open,2026-02-01,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01768_D5,01768,D5,archive_price_performance,open,2026-02-01,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00600_D1,00600,D1,archive_price_performance,open,2026-02-10,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00600_D1,00600,D1,archive_price_performance,open,2026-02-10,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00470_D1,00470,D1,archive_price_performance,open,2026-02-11,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00470_D1,00470,D1,archive_price_performance,open,2026-02-11,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00600_D5,00600,D5,archive_price_performance,open,2026-02-14,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00600_D5,00600,D5,archive_price_performance,open,2026-02-14,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00470_D5,00470,D5,archive_price_performance,open,2026-02-15,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00470_D5,00470,D5,archive_price_performance,open,2026-02-15,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01768_D20,01768,D20,archive_price_performance,open,2026-02-16,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01768_D20,01768,D20,archive_price_performance,open,2026-02-16,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00600_D20,00600,D20,archive_price_performance,open,2026-03-01,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00600_D20,00600,D20,archive_price_performance,open,2026-03-01,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00470_D20,00470,D20,archive_price_performance,open,2026-03-02,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00470_D20,00470,D20,archive_price_performance,open,2026-03-02,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00100_D60,00100,D60,archive_price_performance,open,2026-03-09,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00100_D60,00100,D60,archive_price_performance,open,2026-03-09,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00501_D60,00501,D60,archive_price_performance,open,2026-03-12,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00501_D60,00501,D60,archive_price_performance,open,2026-03-12,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01768_D60,01768,D60,archive_price_performance,open,2026-03-28,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01768_D60,01768,D60,archive_price_performance,open,2026-03-28,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00664_D1,00664,D1,archive_price_performance,open,2026-03-31,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00664_D1,00664,D1,archive_price_performance,open,2026-03-31,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00664_D5,00664,D5,archive_price_performance,open,2026-04-04,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00664_D5,00664,D5,archive_price_performance,open,2026-04-04,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00600_D60,00600,D60,archive_price_performance,open,2026-04-10,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00600_D60,00600,D60,archive_price_performance,open,2026-04-10,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00470_D60,00470,D60,archive_price_performance,open,2026-04-11,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00470_D60,00470,D60,archive_price_performance,open,2026-04-11,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00068_D1,00068,D1,archive_price_performance,open,2026-04-17,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00068_D1,00068,D1,archive_price_performance,open,2026-04-17,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00664_D20,00664,D20,archive_price_performance,open,2026-04-19,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00664_D20,00664,D20,archive_price_performance,open,2026-04-19,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00068_D5,00068,D5,archive_price_performance,open,2026-04-21,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00068_D5,00068,D5,archive_price_performance,open,2026-04-21,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00068_D20,00068,D20,archive_price_performance,open,2026-05-06,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00068_D20,00068,D20,archive_price_performance,open,2026-05-06,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00901_D1,00901,D1,archive_price_performance,open,2026-05-27,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 00901_D1,00901,D1,archive_price_performance,open,2026-05-27,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
00664_D60,00664,D60,archive_price_performance,open,2026-05-29,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00664_D60,00664,D60,archive_price_performance,open,2026-05-29,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00901_D5,00901,D5,archive_price_performance,open,2026-05-31,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00901_D5,00901,D5,archive_price_performance,open,2026-05-31,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00068_D60,00068,D60,archive_price_performance,open,2026-06-15,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00068_D60,00068,D60,archive_price_performance,open,2026-06-15,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00901_D20,00901,D20,archive_price_performance,open,2026-06-15,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00901_D20,00901,D20,archive_price_performance,open,2026-06-15,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06675_T1_allotment,06675,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-16,06675_allotment_results_pending_2026_06_15,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Allotment result facts are not archived yet. 06675_T1_allotment,06675,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-16,06675_allotment_results_pending_2026_06_15,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Allotment result facts are not archived yet.
03388_D20,03388,D20,archive_price_performance,waiting_until_due,2026-06-17,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 03388_D20,03388,D20,archive_price_performance,waiting_until_due,2026-06-17,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06675_D1,06675,D1,archive_price_performance,waiting_until_due,2026-06-17,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06675_D1,06675,D1,archive_price_performance,waiting_until_due,2026-06-17,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06675_T2_grey_market,06675,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-17,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06675_T2_grey_market,06675,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-17,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01392_T1_allotment,01392,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-18,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Allotment result facts are not archived yet. 01392_T1_allotment,01392,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-18,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Allotment result facts are not archived yet.
02476_D60,02476,D60,archive_price_performance,waiting_until_due,2026-06-19,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02476_D60,02476,D60,archive_price_performance,waiting_until_due,2026-06-19,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06658_D5,06658,D5,archive_price_performance,waiting_until_due,2026-06-19,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06658_D5,06658,D5,archive_price_performance,waiting_until_due,2026-06-19,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
03296_D60,03296,D60,archive_price_performance,waiting_until_due,2026-06-21,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 03296_D60,03296,D60,archive_price_performance,waiting_until_due,2026-06-21,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06675_D5,06675,D5,archive_price_performance,waiting_until_due,2026-06-21,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06675_D5,06675,D5,archive_price_performance,waiting_until_due,2026-06-21,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01392_D1,01392,D1,archive_price_performance,waiting_until_due,2026-06-22,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01392_D1,01392,D1,archive_price_performance,waiting_until_due,2026-06-22,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01392_T2_grey_market,01392,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-22,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 01392_T2_grey_market,01392,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-22,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02553_D20,02553,D20,archive_price_performance,waiting_until_due,2026-06-22,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02553_D20,02553,D20,archive_price_performance,waiting_until_due,2026-06-22,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06067_T1_allotment,06067,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-22,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Allotment result facts are not archived yet. 06067_T1_allotment,06067,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-22,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Allotment result facts are not archived yet.
06132_T1_allotment,06132,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-22,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Allotment result facts are not archived yet. 06132_T1_allotment,06132,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-22,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Allotment result facts are not archived yet.
02335_T1_allotment,02335,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-23,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Allotment result facts are not archived yet. 02335_T1_allotment,02335,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-23,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Allotment result facts are not archived yet.
06067_D1,06067,D1,archive_price_performance,waiting_until_due,2026-06-23,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06067_D1,06067,D1,archive_price_performance,waiting_until_due,2026-06-23,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06067_T2_grey_market,06067,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-23,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06067_T2_grey_market,06067,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-23,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06106_T1_allotment,06106,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-23,06106_allotment_results_pending_2026_06_15,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Allotment result facts are not archived yet. 06106_T1_allotment,06106,T1_allotment,archive_allotment_results,waiting_until_due,2026-06-23,06106_allotment_results_pending_2026_06_15,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Allotment result facts are not archived yet.
06132_D1,06132,D1,archive_price_performance,waiting_until_due,2026-06-23,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06132_D1,06132,D1,archive_price_performance,waiting_until_due,2026-06-23,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06132_T2_grey_market,06132,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-23,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06132_T2_grey_market,06132,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-23,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01081_D20,01081,D20,archive_price_performance,waiting_until_due,2026-06-24,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01081_D20,01081,D20,archive_price_performance,waiting_until_due,2026-06-24,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01779_D20,01779,D20,archive_price_performance,waiting_until_due,2026-06-24,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01779_D20,01779,D20,archive_price_performance,waiting_until_due,2026-06-24,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02290_D20,02290,D20,archive_price_performance,waiting_until_due,2026-06-24,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02290_D20,02290,D20,archive_price_performance,waiting_until_due,2026-06-24,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02335_D1,02335,D1,archive_price_performance,waiting_until_due,2026-06-24,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02335_D1,02335,D1,archive_price_performance,waiting_until_due,2026-06-24,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
02335_T2_grey_market,02335,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-24,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 02335_T2_grey_market,02335,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-24,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06106_D1,06106,D1,archive_price_performance,waiting_until_due,2026-06-24,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06106_D1,06106,D1,archive_price_performance,waiting_until_due,2026-06-24,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
06106_T2_grey_market,06106,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-24,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. 06106_T2_grey_market,06106,T2_grey_market,archive_grey_market_result,waiting_until_due,2026-06-24,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet.
01392_D5,01392,D5,archive_price_performance,waiting_until_due,2026-06-26,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01392_D5,01392,D5,archive_price_performance,waiting_until_due,2026-06-26,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01879_D60,01879,D60,archive_price_performance,waiting_until_due,2026-06-26,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01879_D60,01879,D60,archive_price_performance,waiting_until_due,2026-06-26,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02493_D60,02493,D60,archive_price_performance,waiting_until_due,2026-06-26,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02493_D60,02493,D60,archive_price_performance,waiting_until_due,2026-06-26,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06067_D5,06067,D5,archive_price_performance,waiting_until_due,2026-06-27,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06067_D5,06067,D5,archive_price_performance,waiting_until_due,2026-06-27,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06132_D5,06132,D5,archive_price_performance,waiting_until_due,2026-06-27,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06132_D5,06132,D5,archive_price_performance,waiting_until_due,2026-06-27,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06810_D60,06810,D60,archive_price_performance,waiting_until_due,2026-06-27,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06810_D60,06810,D60,archive_price_performance,waiting_until_due,2026-06-27,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02335_D5,02335,D5,archive_price_performance,waiting_until_due,2026-06-28,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02335_D5,02335,D5,archive_price_performance,waiting_until_due,2026-06-28,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06106_D5,06106,D5,archive_price_performance,waiting_until_due,2026-06-28,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06106_D5,06106,D5,archive_price_performance,waiting_until_due,2026-06-28,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01609_D60,01609,D60,archive_price_performance,waiting_until_due,2026-07-03,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01609_D60,01609,D60,archive_price_performance,waiting_until_due,2026-07-03,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01187_D60,01187,D60,archive_price_performance,waiting_until_due,2026-07-04,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01187_D60,01187,D60,archive_price_performance,waiting_until_due,2026-07-04,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06658_D20,06658,D20,archive_price_performance,waiting_until_due,2026-07-04,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06658_D20,06658,D20,archive_price_performance,waiting_until_due,2026-07-04,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06675_D20,06675,D20,archive_price_performance,waiting_until_due,2026-07-06,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06675_D20,06675,D20,archive_price_performance,waiting_until_due,2026-07-06,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01236_D60,01236,D60,archive_price_performance,waiting_until_due,2026-07-09,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01236_D60,01236,D60,archive_price_performance,waiting_until_due,2026-07-09,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01392_D20,01392,D20,archive_price_performance,waiting_until_due,2026-07-11,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01392_D20,01392,D20,archive_price_performance,waiting_until_due,2026-07-11,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
07630_D60,07630,D60,archive_price_performance,waiting_until_due,2026-07-11,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 07630_D60,07630,D60,archive_price_performance,waiting_until_due,2026-07-11,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
07666_D60,07666,D60,archive_price_performance,waiting_until_due,2026-07-11,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 07666_D60,07666,D60,archive_price_performance,waiting_until_due,2026-07-11,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06067_D20,06067,D20,archive_price_performance,waiting_until_due,2026-07-12,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06067_D20,06067,D20,archive_price_performance,waiting_until_due,2026-07-12,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06132_D20,06132,D20,archive_price_performance,waiting_until_due,2026-07-12,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06132_D20,06132,D20,archive_price_performance,waiting_until_due,2026-07-12,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02335_D20,02335,D20,archive_price_performance,waiting_until_due,2026-07-13,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02335_D20,02335,D20,archive_price_performance,waiting_until_due,2026-07-13,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06106_D20,06106,D20,archive_price_performance,waiting_until_due,2026-07-13,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06106_D20,06106,D20,archive_price_performance,waiting_until_due,2026-07-13,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06871_D60,06871,D60,archive_price_performance,waiting_until_due,2026-07-16,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06871_D60,06871,D60,archive_price_performance,waiting_until_due,2026-07-16,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01511_D60,01511,D60,archive_price_performance,waiting_until_due,2026-07-18,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01511_D60,01511,D60,archive_price_performance,waiting_until_due,2026-07-18,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
07688_D60,07688,D60,archive_price_performance,waiting_until_due,2026-07-18,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 07688_D60,07688,D60,archive_price_performance,waiting_until_due,2026-07-18,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06872_D60,06872,D60,archive_price_performance,waiting_until_due,2026-07-20,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06872_D60,06872,D60,archive_price_performance,waiting_until_due,2026-07-20,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
00901_D60,00901,D60,archive_price_performance,waiting_until_due,2026-07-25,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 00901_D60,00901,D60,archive_price_performance,waiting_until_due,2026-07-25,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02723_D60,02723,D60,archive_price_performance,waiting_until_due,2026-07-25,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02723_D60,02723,D60,archive_price_performance,waiting_until_due,2026-07-25,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
03310_D60,03310,D60,archive_price_performance,waiting_until_due,2026-07-25,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 03310_D60,03310,D60,archive_price_performance,waiting_until_due,2026-07-25,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
03388_D60,03388,D60,archive_price_performance,waiting_until_due,2026-07-27,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 03388_D60,03388,D60,archive_price_performance,waiting_until_due,2026-07-27,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02553_D60,02553,D60,archive_price_performance,waiting_until_due,2026-08-01,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02553_D60,02553,D60,archive_price_performance,waiting_until_due,2026-08-01,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01081_D60,01081,D60,archive_price_performance,waiting_until_due,2026-08-03,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01081_D60,01081,D60,archive_price_performance,waiting_until_due,2026-08-03,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01779_D60,01779,D60,archive_price_performance,waiting_until_due,2026-08-03,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01779_D60,01779,D60,archive_price_performance,waiting_until_due,2026-08-03,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02290_D60,02290,D60,archive_price_performance,waiting_until_due,2026-08-03,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02290_D60,02290,D60,archive_price_performance,waiting_until_due,2026-08-03,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06658_D60,06658,D60,archive_price_performance,waiting_until_due,2026-08-13,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06658_D60,06658,D60,archive_price_performance,waiting_until_due,2026-08-13,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06675_D60,06675,D60,archive_price_performance,waiting_until_due,2026-08-15,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06675_D60,06675,D60,archive_price_performance,waiting_until_due,2026-08-15,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
01392_D60,01392,D60,archive_price_performance,waiting_until_due,2026-08-20,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 01392_D60,01392,D60,archive_price_performance,waiting_until_due,2026-08-20,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06067_D60,06067,D60,archive_price_performance,waiting_until_due,2026-08-21,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06067_D60,06067,D60,archive_price_performance,waiting_until_due,2026-08-21,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06132_D60,06132,D60,archive_price_performance,waiting_until_due,2026-08-21,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06132_D60,06132,D60,archive_price_performance,waiting_until_due,2026-08-21,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
02335_D60,02335,D60,archive_price_performance,waiting_until_due,2026-08-22,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 02335_D60,02335,D60,archive_price_performance,waiting_until_due,2026-08-22,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
06106_D60,06106,D60,archive_price_performance,waiting_until_due,2026-08-22,,sync_state_20260615T182000Z,2026-06-15T18:20:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added. 06106_D60,06106,D60,archive_price_performance,waiting_until_due,2026-08-22,,sync_state_20260615T184000Z,2026-06-15T18:40:00Z,Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
1 task_id ticker stage task_type task_status due_date data_gap_id last_sync_run_id updated_at notes
2 09885_T2_grey_market 09885 T2_grey_market archive_grey_market_result blocked 2023-06-28 09885_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
3 02105_T2_grey_market 02105 T2_grey_market archive_grey_market_result blocked 2023-06-29 02105_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
4 09860_T2_grey_market 09860 T2_grey_market archive_grey_market_result blocked 2023-06-30 09860_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
5 02481_T2_grey_market 02481 T2_grey_market archive_grey_market_result blocked 2023-07-10 02481_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
6 06990_T2_grey_market 06990 T2_grey_market archive_grey_market_result blocked 2023-07-11 06990_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
7 03650_T2_grey_market 03650 T2_grey_market archive_grey_market_result blocked 2023-07-12 03650_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
8 06683_T2_grey_market 06683 T2_grey_market archive_grey_market_result blocked 2023-07-13 06683_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
9 01284_T2_grey_market 01284 T2_grey_market archive_grey_market_result blocked 2023-07-17 01284_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
10 02271_T2_grey_market 02271 T2_grey_market archive_grey_market_result blocked 2023-07-18 02271_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
11 01541_T2_grey_market 01541 T2_grey_market archive_grey_market_result blocked 2023-09-05 01541_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
12 02490_T2_grey_market 02490 T2_grey_market archive_grey_market_result blocked 2023-09-25 02490_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
13 02496_T2_grey_market 02496 T2_grey_market archive_grey_market_result blocked 2023-09-25 02496_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
14 09690_T2_grey_market 09690 T2_grey_market archive_grey_market_result blocked 2023-09-26 09690_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
15 06682_T2_grey_market 06682 T2_grey_market archive_grey_market_result blocked 2023-09-28 06682_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
16 09686_T2_grey_market 09686 T2_grey_market archive_grey_market_result blocked 2023-09-28 09686_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
17 09890_T2_grey_market 09890 T2_grey_market archive_grey_market_result blocked 2023-09-28 09890_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
18 01973_T2_grey_market 01973 T2_grey_market archive_grey_market_result blocked 2023-10-06 01973_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
19 02501_T2_grey_market 02501 T2_grey_market archive_grey_market_result blocked 2023-10-11 02501_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
20 02451_T2_grey_market 02451 T2_grey_market archive_grey_market_result blocked 2023-10-12 02451_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
21 09676_T2_grey_market 09676 T2_grey_market archive_grey_market_result blocked 2023-10-12 09676_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
22 01519_T2_grey_market 01519 T2_grey_market archive_grey_market_result blocked 2023-10-27 01519_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
23 02517_T2_grey_market 02517 T2_grey_market archive_grey_market_result blocked 2023-11-02 02517_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
24 02429_T2_grey_market 02429 T2_grey_market archive_grey_market_result blocked 2023-11-03 02429_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
25 02473_T2_grey_market 02473 T2_grey_market archive_grey_market_result blocked 2023-11-09 02473_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
26 01111_T2_grey_market 01111 T2_grey_market archive_grey_market_result blocked 2023-11-10 01111_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
27 02499_T2_grey_market 02499 T2_grey_market archive_grey_market_result blocked 2023-11-10 02499_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
28 02268_T2_grey_market 02268 T2_grey_market archive_grey_market_result blocked 2023-11-17 02268_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
29 02520_T2_grey_market 02520 T2_grey_market archive_grey_market_result blocked 2023-11-22 02520_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
30 02483_T2_grey_market 02483 T2_grey_market archive_grey_market_result blocked 2023-12-05 02483_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
31 02521_T2_grey_market 02521 T2_grey_market archive_grey_market_result blocked 2023-12-05 02521_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
32 09663_T2_grey_market 09663 T2_grey_market archive_grey_market_result blocked 2023-12-05 09663_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
33 02419_T2_grey_market 02419 T2_grey_market archive_grey_market_result blocked 2023-12-06 02419_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
34 01497_T2_grey_market 01497 T2_grey_market archive_grey_market_result blocked 2023-12-12 01497_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
35 00666_T2_grey_market 00666 T2_grey_market archive_grey_market_result blocked 2023-12-18 00666_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
36 01274_T2_grey_market 01274 T2_grey_market archive_grey_market_result blocked 2023-12-20 01274_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
37 02502_T2_grey_market 02502 T2_grey_market archive_grey_market_result blocked 2023-12-20 02502_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
38 02489_T2_grey_market 02489 T2_grey_market archive_grey_market_result blocked 2023-12-22 02489_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
39 02511_T2_grey_market 02511 T2_grey_market archive_grey_market_result blocked 2023-12-22 02511_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
40 02516_T2_grey_market 02516 T2_grey_market archive_grey_market_result blocked 2023-12-22 02516_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
41 06911_T2_grey_market 06911 T2_grey_market archive_grey_market_result blocked 2023-12-22 06911_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
42 02149_T2_grey_market 02149 T2_grey_market archive_grey_market_result blocked 2023-12-28 02149_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
43 09880_T2_grey_market 09880 T2_grey_market archive_grey_market_result blocked 2023-12-29 09880_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
44 02498_T2_grey_market 02498 T2_grey_market archive_grey_market_result blocked 2024-01-05 02498_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
45 02453_T2_grey_market 02453 T2_grey_market archive_grey_market_result blocked 2024-01-09 02453_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
46 02503_T2_grey_market 02503 T2_grey_market archive_grey_market_result blocked 2024-01-09 02503_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
47 06959_T2_grey_market 06959 T2_grey_market archive_grey_market_result blocked 2024-01-09 06959_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
48 02477_T2_grey_market 02477 T2_grey_market archive_grey_market_result blocked 2024-01-12 02477_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
49 02535_T2_grey_market 02535 T2_grey_market archive_grey_market_result blocked 2024-03-08 02535_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
50 02540_T2_grey_market 02540 T2_grey_market archive_grey_market_result blocked 2024-03-08 02540_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
51 02509_T2_grey_market 02509 T2_grey_market archive_grey_market_result blocked 2024-03-20 02509_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
52 09879_T2_grey_market 09879 T2_grey_market archive_grey_market_result blocked 2024-03-21 09879_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
53 02536_T2_grey_market 02536 T2_grey_market archive_grey_market_result blocked 2024-03-26 02536_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
54 02497_T2_grey_market 02497 T2_grey_market archive_grey_market_result blocked 2024-03-28 02497_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
55 02598_T2_grey_market 02598 T2_grey_market archive_grey_market_result blocked 2024-03-28 02598_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
56 02515_T2_grey_market 02515 T2_grey_market archive_grey_market_result blocked 2024-04-23 02515_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
57 02555_T2_grey_market 02555 T2_grey_market archive_grey_market_result blocked 2024-04-23 02555_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
58 02438_T2_grey_market 02438 T2_grey_market archive_grey_market_result blocked 2024-04-24 02438_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
59 02556_T2_grey_market 02556 T2_grey_market archive_grey_market_result blocked 2024-05-16 02556_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
60 02529_T2_grey_market 02529 T2_grey_market archive_grey_market_result blocked 2024-05-17 02529_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
61 02898_T2_grey_market 02898 T2_grey_market archive_grey_market_result blocked 2024-05-24 02898_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
62 00917_T2_grey_market 00917 T2_grey_market archive_grey_market_result blocked 2024-05-27 00917_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
63 02505_T2_grey_market 02505 T2_grey_market archive_grey_market_result blocked 2024-05-28 02505_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
64 02443_T2_grey_market 02443 T2_grey_market archive_grey_market_result blocked 2024-05-31 02443_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
65 08529_T2_grey_market 08529 T2_grey_market archive_grey_market_result blocked 2024-06-03 08529_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
66 02522_T2_grey_market 02522 T2_grey_market archive_grey_market_result blocked 2024-06-07 02522_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
67 02550_T2_grey_market 02550 T2_grey_market archive_grey_market_result blocked 2024-06-07 02550_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
68 02228_T2_grey_market 02228 T2_grey_market archive_grey_market_result blocked 2024-06-13 02228_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
69 02512_T2_grey_market 02512 T2_grey_market archive_grey_market_result blocked 2024-06-14 02512_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
70 02881_T2_grey_market 02881 T2_grey_market archive_grey_market_result blocked 2024-06-18 02881_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
71 02479_T2_grey_market 02479 T2_grey_market archive_grey_market_result blocked 2024-06-28 02479_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
72 02559_T2_grey_market 02559 T2_grey_market archive_grey_market_result blocked 2024-06-28 02559_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
73 06181_T2_grey_market 06181 T2_grey_market archive_grey_market_result blocked 2024-06-28 06181_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
74 08637_T2_grey_market 08637 T2_grey_market archive_grey_market_result blocked 2024-07-02 08637_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
75 01354_T2_grey_market 01354 T2_grey_market archive_grey_market_result blocked 2024-07-03 01354_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
76 02545_T2_grey_market 02545 T2_grey_market archive_grey_market_result blocked 2024-07-03 02545_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
77 06086_T2_grey_market 06086 T2_grey_market archive_grey_market_result blocked 2024-07-09 06086_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
78 06657_T2_grey_market 06657 T2_grey_market archive_grey_market_result blocked 2024-07-09 06657_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
79 01334_T2_grey_market 01334 T2_grey_market archive_grey_market_result blocked 2024-07-10 01334_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
80 02495_T2_grey_market 02495 T2_grey_market archive_grey_market_result blocked 2024-07-10 02495_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
81 09680_T2_grey_market 09680 T2_grey_market archive_grey_market_result blocked 2024-07-10 09680_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
82 02507_T2_grey_market 02507 T2_grey_market archive_grey_market_result blocked 2024-07-12 02507_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
83 02531_T2_grey_market 02531 T2_grey_market archive_grey_market_result blocked 2024-07-15 02531_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
84 01471_T2_grey_market 01471 T2_grey_market archive_grey_market_result blocked 2024-08-06 01471_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
85 02533_T2_grey_market 02533 T2_grey_market archive_grey_market_result blocked 2024-08-08 02533_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
86 02410_T2_grey_market 02410 T2_grey_market archive_grey_market_result blocked 2024-08-20 02410_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
87 08629_T2_grey_market 08629 T2_grey_market archive_grey_market_result blocked 2024-09-06 08629_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
88 00300_T2_grey_market 00300 T2_grey_market archive_grey_market_result blocked 2024-09-17 00300_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
89 02549_T2_grey_market 02549 T2_grey_market archive_grey_market_result blocked 2024-10-02 02549_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
90 02576_T2_grey_market 02576 T2_grey_market archive_grey_market_result blocked 2024-10-08 02576_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
91 09639_T2_grey_market 09639 T2_grey_market archive_grey_market_result blocked 2024-10-09 09639_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
92 02567_T2_grey_market 02567 T2_grey_market archive_grey_market_result blocked 2024-10-16 02567_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
93 02460_T2_grey_market 02460 T2_grey_market archive_grey_market_result blocked 2024-10-23 02460_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
94 09660_T2_grey_market 09660 T2_grey_market archive_grey_market_result blocked 2024-10-24 09660_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
95 02465_T2_grey_market 02465 T2_grey_market archive_grey_market_result blocked 2024-10-30 02465_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
96 02563_T2_grey_market 02563 T2_grey_market archive_grey_market_result blocked 2024-10-31 02563_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
97 02510_T2_grey_market 02510 T2_grey_market archive_grey_market_result blocked 2024-11-01 02510_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
98 02519_T2_grey_market 02519 T2_grey_market archive_grey_market_result blocked 2024-11-08 02519_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
99 02551_T2_grey_market 02551 T2_grey_market archive_grey_market_result blocked 2024-11-08 02551_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
100 02582_T2_grey_market 02582 T2_grey_market archive_grey_market_result blocked 2024-11-15 02582_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
101 06936_T2_grey_market 06936 T2_grey_market archive_grey_market_result blocked 2024-11-27 06936_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
102 02566_T2_grey_market 02566 T2_grey_market archive_grey_market_result blocked 2024-11-28 02566_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
103 02585_T2_grey_market 02585 T2_grey_market archive_grey_market_result blocked 2024-11-29 02585_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
104 02570_T2_grey_market 02570 T2_grey_market archive_grey_market_result blocked 2024-12-06 02570_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
105 02586_T2_grey_market 02586 T2_grey_market archive_grey_market_result blocked 2024-12-06 02586_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
106 01318_T2_grey_market 01318 T2_grey_market archive_grey_market_result blocked 2024-12-10 01318_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
107 02593_T2_grey_market 02593 T2_grey_market archive_grey_market_result blocked 2024-12-19 02593_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
108 00999_T2_grey_market 00999 T2_grey_market archive_grey_market_result blocked 2024-12-20 00999_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
109 02432_T2_grey_market 02432 T2_grey_market archive_grey_market_result blocked 2024-12-23 02432_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
110 02431_T2_grey_market 02431 T2_grey_market archive_grey_market_result blocked 2024-12-27 02431_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
111 02506_T2_grey_market 02506 T2_grey_market archive_grey_market_result blocked 2024-12-30 02506_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
112 02577_T2_grey_market 02577 T2_grey_market archive_grey_market_result blocked 2024-12-30 02577_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
113 02587_T2_grey_market 02587 T2_grey_market archive_grey_market_result blocked 2024-12-30 02587_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
114 06681_T2_grey_market 06681 T2_grey_market archive_grey_market_result blocked 2025-01-08 06681_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
115 02560_T2_grey_market 02560 T2_grey_market archive_grey_market_result blocked 2025-01-09 02560_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
116 02613_T2_grey_market 02613 T2_grey_market archive_grey_market_result blocked 2025-01-09 02613_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
117 00325_T2_grey_market 00325 T2_grey_market archive_grey_market_result blocked 2025-01-10 00325_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
118 02530_T2_grey_market 02530 T2_grey_market archive_grey_market_result blocked 2025-01-10 02530_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
119 00805_T2_grey_market 00805 T2_grey_market archive_grey_market_result blocked 2025-01-13 00805_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
120 02596_T2_grey_market 02596 T2_grey_market archive_grey_market_result blocked 2025-01-13 02596_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
121 02571_T2_grey_market 02571 T2_grey_market archive_grey_market_result blocked 2025-01-15 02571_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
122 01364_T2_grey_market 01364 T2_grey_market archive_grey_market_result blocked 2025-02-12 01364_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
123 02097_T2_grey_market 02097 T2_grey_market archive_grey_market_result blocked 2025-03-03 02097_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
124 06693_T2_grey_market 06693 T2_grey_market archive_grey_market_result blocked 2025-03-10 06693_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
125 02561_T2_grey_market 02561 T2_grey_market archive_grey_market_result blocked 2025-03-21 02561_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
126 02610_T2_grey_market 02610 T2_grey_market archive_grey_market_result blocked 2025-03-25 02610_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
127 02569_T2_grey_market 02569 T2_grey_market archive_grey_market_result blocked 2025-03-27 02569_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
128 02625_T2_grey_market 02625 T2_grey_market archive_grey_market_result blocked 2025-03-31 02625_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
129 03677_T2_grey_market 03677 T2_grey_market archive_grey_market_result blocked 2025-04-14 03677_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
130 09606_T2_grey_market 09606 T2_grey_market archive_grey_market_result blocked 2025-04-15 09606_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
131 01333_T2_grey_market 01333 T2_grey_market archive_grey_market_result blocked 2025-05-07 01333_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
132 02589_T2_grey_market 02589 T2_grey_market archive_grey_market_result blocked 2025-05-08 02589_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
133 02865_T2_grey_market 02865 T2_grey_market archive_grey_market_result blocked 2025-05-08 02865_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
134 06831_T2_grey_market 06831 T2_grey_market archive_grey_market_result blocked 2025-05-16 06831_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
135 03750_T2_grey_market 03750 T2_grey_market archive_grey_market_result blocked 2025-05-20 03750_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
136 01276_T2_grey_market 01276 T2_grey_market archive_grey_market_result blocked 2025-05-23 01276_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
137 02629_T2_grey_market 02629 T2_grey_market archive_grey_market_result blocked 2025-05-23 02629_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
138 02565_T2_grey_market 02565 T2_grey_market archive_grey_market_result blocked 2025-05-27 02565_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
139 02603_T2_grey_market 02603 T2_grey_market archive_grey_market_result blocked 2025-05-27 02603_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
140 02621_T2_grey_market 02621 T2_grey_market archive_grey_market_result blocked 2025-05-30 02621_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
141 02573_T2_grey_market 02573 T2_grey_market archive_grey_market_result blocked 2025-06-10 02573_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
142 02605_T2_grey_market 02605 T2_grey_market archive_grey_market_result blocked 2025-06-10 02605_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
143 09881_T2_grey_market 09881 T2_grey_market archive_grey_market_result blocked 2025-06-10 09881_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
144 03288_T2_grey_market 03288 T2_grey_market archive_grey_market_result blocked 2025-06-19 03288_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
145 02050_T2_grey_market 02050 T2_grey_market archive_grey_market_result blocked 2025-06-23 02050_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
146 02609_T2_grey_market 02609 T2_grey_market archive_grey_market_result blocked 2025-06-23 02609_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
147 02617_T2_grey_market 02617 T2_grey_market archive_grey_market_result blocked 2025-06-23 02617_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
148 02619_T2_grey_market 02619 T2_grey_market archive_grey_market_result blocked 2025-06-25 02619_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
149 02643_T2_grey_market 02643 T2_grey_market archive_grey_market_result blocked 2025-06-25 02643_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
150 02508_T2_grey_market 02508 T2_grey_market archive_grey_market_result blocked 2025-06-26 02508_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
151 06168_T2_grey_market 06168 T2_grey_market archive_grey_market_result blocked 2025-06-26 06168_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
152 06883_T2_grey_market 06883 T2_grey_market archive_grey_market_result blocked 2025-06-26 06883_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
153 03880_T2_grey_market 03880 T2_grey_market archive_grey_market_result blocked 2025-06-30 03880_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
154 06603_T2_grey_market 06603 T2_grey_market archive_grey_market_result blocked 2025-06-30 06603_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
155 09678_T2_grey_market 09678 T2_grey_market archive_grey_market_result blocked 2025-06-30 09678_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
156 02592_T2_grey_market 02592 T2_grey_market archive_grey_market_result blocked 2025-07-03 02592_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
157 02648_T2_grey_market 02648 T2_grey_market archive_grey_market_result blocked 2025-07-04 02648_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
158 01828_T2_grey_market 01828 T2_grey_market archive_grey_market_result blocked 2025-07-07 01828_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
159 01304_T2_grey_market 01304 T2_grey_market archive_grey_market_result blocked 2025-07-09 01304_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
160 02590_T2_grey_market 02590 T2_grey_market archive_grey_market_result blocked 2025-07-09 02590_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
161 02597_T2_grey_market 02597 T2_grey_market archive_grey_market_result blocked 2025-07-09 02597_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
162 02651_T2_grey_market 02651 T2_grey_market archive_grey_market_result blocked 2025-07-09 02651_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
163 06613_T2_grey_market 06613 T2_grey_market archive_grey_market_result blocked 2025-07-09 06613_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
164 09887_T2_grey_market 09887 T2_grey_market archive_grey_market_result blocked 2025-07-25 09887_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
165 02627_T2_grey_market 02627 T2_grey_market archive_grey_market_result blocked 2025-08-11 02627_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
166 02591_T2_grey_market 02591 T2_grey_market archive_grey_market_result blocked 2025-08-15 02591_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
167 02631_T2_grey_market 02631 T2_grey_market archive_grey_market_result blocked 2025-08-20 02631_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
168 06960_T2_grey_market 06960 T2_grey_market archive_grey_market_result blocked 2025-08-26 06960_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
169 03858_T2_grey_market 03858 T2_grey_market archive_grey_market_result blocked 2025-08-28 03858_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
170 02580_T2_grey_market 02580 T2_grey_market archive_grey_market_result blocked 2025-09-02 02580_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
171 02543_T2_grey_market 02543 T2_grey_market archive_grey_market_result blocked 2025-09-09 02543_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
172 02525_T2_grey_market 02525 T2_grey_market archive_grey_market_result blocked 2025-09-16 02525_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
173 02656_T2_grey_market 02656 T2_grey_market archive_grey_market_result blocked 2025-09-17 02656_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
174 02595_T2_grey_market 02595 T2_grey_market archive_grey_market_result blocked 2025-09-19 02595_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
175 06090_T2_grey_market 06090 T2_grey_market archive_grey_market_result blocked 2025-09-23 06090_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
176 09973_T2_grey_market 09973 T2_grey_market archive_grey_market_result blocked 2025-09-25 09973_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
177 02259_T2_grey_market 02259 T2_grey_market archive_grey_market_result blocked 2025-09-30 02259_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
178 02583_T2_grey_market 02583 T2_grey_market archive_grey_market_result blocked 2025-09-30 02583_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
179 02889_T2_grey_market 02889 T2_grey_market archive_grey_market_result blocked 2025-09-30 02889_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
180 02652_T2_grey_market 02652 T2_grey_market archive_grey_market_result blocked 2025-10-08 02652_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
181 02650_T2_grey_market 02650 T2_grey_market archive_grey_market_result blocked 2025-10-10 02650_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
182 08549_T2_grey_market 08549 T2_grey_market archive_grey_market_result blocked 2025-10-10 08549_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
183 02575_T2_grey_market 02575 T2_grey_market archive_grey_market_result blocked 2025-10-15 02575_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
184 02670_T2_grey_market 02670 T2_grey_market archive_grey_market_result blocked 2025-10-16 02670_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
185 02637_T2_grey_market 02637 T2_grey_market archive_grey_market_result blocked 2025-10-20 02637_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
186 06687_T2_grey_market 06687 T2_grey_market archive_grey_market_result blocked 2025-10-21 06687_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
187 00638_T2_grey_market 00638 T2_grey_market archive_grey_market_result blocked 2025-10-22 00638_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
188 01384_T2_grey_market 01384 T2_grey_market archive_grey_market_result blocked 2025-10-28 01384_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
189 06031_T2_grey_market 06031 T2_grey_market archive_grey_market_result blocked 2025-10-28 06031_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
190 06166_T2_grey_market 06166 T2_grey_market archive_grey_market_result blocked 2025-10-28 06166_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
191 06980_T2_grey_market 06980 T2_grey_market archive_grey_market_result blocked 2025-10-28 06980_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
192 02718_T2_grey_market 02718 T2_grey_market archive_grey_market_result blocked 2025-11-03 02718_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
193 09927_T2_grey_market 09927 T2_grey_market archive_grey_market_result blocked 2025-11-05 09927_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
194 00699_T2_grey_market 00699 T2_grey_market archive_grey_market_result blocked 2025-11-06 00699_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
195 00800_T2_grey_market 00800 T2_grey_market archive_grey_market_result blocked 2025-11-06 00800_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
196 02026_T2_grey_market 02026 T2_grey_market archive_grey_market_result blocked 2025-11-06 02026_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
197 02630_T2_grey_market 02630 T2_grey_market archive_grey_market_result blocked 2025-11-06 02630_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
198 02698_T2_grey_market 02698 T2_grey_market archive_grey_market_result blocked 2025-11-10 02698_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
199 02579_T2_grey_market 02579 T2_grey_market archive_grey_market_result blocked 2025-11-17 02579_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
200 02788_T2_grey_market 02788 T2_grey_market archive_grey_market_result blocked 2025-11-24 02788_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
201 02685_T2_grey_market 02685 T2_grey_market archive_grey_market_result blocked 2025-11-27 02685_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
202 09609_T2_grey_market 09609 T2_grey_market archive_grey_market_result blocked 2025-11-28 09609_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
203 02539_T2_grey_market 02539 T2_grey_market archive_grey_market_result blocked 2025-12-03 02539_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
204 02693_T2_grey_market 02693 T2_grey_market archive_grey_market_result blocked 2025-12-03 02693_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
205 02408_T2_grey_market 02408 T2_grey_market archive_grey_market_result blocked 2025-12-05 02408_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
206 02658_T2_grey_market 02658 T2_grey_market archive_grey_market_result blocked 2025-12-05 02658_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
207 02676_T2_grey_market 02676 T2_grey_market archive_grey_market_result blocked 2025-12-08 02676_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
208 02687_T2_grey_market 02687 T2_grey_market archive_grey_market_result blocked 2025-12-08 02687_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
209 02659_T2_grey_market 02659 T2_grey_market archive_grey_market_result blocked 2025-12-10 02659_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
210 07618_T2_grey_market 07618 T2_grey_market archive_grey_market_result blocked 2025-12-11 07618_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
211 02655_T2_grey_market 02655 T2_grey_market archive_grey_market_result blocked 2025-12-16 02655_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
212 03887_T2_grey_market 03887 T2_grey_market archive_grey_market_result blocked 2025-12-17 03887_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
213 02546_T2_grey_market 02546 T2_grey_market archive_grey_market_result blocked 2025-12-19 02546_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
214 03881_T2_grey_market 03881 T2_grey_market archive_grey_market_result blocked 2025-12-19 03881_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
215 02396_T2_grey_market 02396 T2_grey_market archive_grey_market_result blocked 2025-12-22 02396_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
216 02581_T2_grey_market 02581 T2_grey_market archive_grey_market_result blocked 2025-12-22 02581_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
217 02691_T2_grey_market 02691 T2_grey_market archive_grey_market_result blocked 2025-12-22 02691_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
218 02695_T2_grey_market 02695 T2_grey_market archive_grey_market_result blocked 2025-12-22 02695_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
219 02635_T2_grey_market 02635 T2_grey_market archive_grey_market_result blocked 2025-12-23 02635_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
220 02661_T2_grey_market 02661 T2_grey_market archive_grey_market_result blocked 2025-12-23 02661_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
221 03378_T2_grey_market 03378 T2_grey_market archive_grey_market_result blocked 2025-12-23 03378_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
222 02657_T2_grey_market 02657 T2_grey_market archive_grey_market_result blocked 2025-12-30 02657_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
223 02671_T2_grey_market 02671 T2_grey_market archive_grey_market_result blocked 2025-12-30 02671_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
224 03317_T2_grey_market 03317 T2_grey_market archive_grey_market_result blocked 2025-12-30 03317_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
225 03696_T2_grey_market 03696 T2_grey_market archive_grey_market_result blocked 2025-12-30 03696_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
226 06600_T2_grey_market 06600 T2_grey_market archive_grey_market_result blocked 2025-12-30 06600_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
227 06651_T2_grey_market 06651 T2_grey_market archive_grey_market_result blocked 2025-12-30 06651_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
228 06082_T2_grey_market 06082 T2_grey_market archive_grey_market_result blocked 2026-01-02 06082_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
229 02513_T2_grey_market 02513 T2_grey_market archive_grey_market_result blocked 2026-01-08 02513_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
230 02675_T2_grey_market 02675 T2_grey_market archive_grey_market_result blocked 2026-01-08 02675_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
231 09903_T2_grey_market 09903 T2_grey_market archive_grey_market_result blocked 2026-01-08 09903_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
232 00100_T2_grey_market 00100 T2_grey_market archive_grey_market_result blocked 2026-01-09 00100_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
233 03636_T2_grey_market 03636 T2_grey_market archive_grey_market_result blocked 2026-01-09 03636_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
234 06938_T2_grey_market 06938 T2_grey_market archive_grey_market_result blocked 2026-01-09 06938_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
235 00501_T2_grey_market 00501 T2_grey_market archive_grey_market_result blocked 2026-01-12 00501_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
236 01641_T2_grey_market 01641 T2_grey_market archive_grey_market_result blocked 2026-01-13 01641_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
237 03986_T2_grey_market 03986 T2_grey_market archive_grey_market_result blocked 2026-01-13 03986_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
238 08610_T2_grey_market 08610 T2_grey_market archive_grey_market_result blocked 2026-01-13 08610_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
239 09611_T2_grey_market 09611 T2_grey_market archive_grey_market_result blocked 2026-01-22 09611_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
240 01768_T2_grey_market 01768 T2_grey_market archive_grey_market_result blocked 2026-01-28 01768_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
241 09980_T2_grey_market 09980 T2_grey_market archive_grey_market_result blocked 2026-02-03 09980_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
242 02768_T2_grey_market 02768 T2_grey_market archive_grey_market_result blocked 2026-02-04 02768_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
243 02677_T2_grey_market 02677 T2_grey_market archive_grey_market_result blocked 2026-02-06 02677_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
244 02714_T2_grey_market 02714 T2_grey_market archive_grey_market_result blocked 2026-02-06 02714_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
245 03200_T2_grey_market 03200 T2_grey_market archive_grey_market_result blocked 2026-02-06 03200_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
246 06809_T2_grey_market 06809 T2_grey_market archive_grey_market_result blocked 2026-02-09 06809_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
247 00600_T2_grey_market 00600 T2_grey_market archive_grey_market_result blocked 2026-02-10 00600_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
248 02720_T2_grey_market 02720 T2_grey_market archive_grey_market_result blocked 2026-02-10 02720_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
249 00470_T2_grey_market 00470 T2_grey_market archive_grey_market_result blocked 2026-02-11 00470_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
250 02706_T2_grey_market 02706 T2_grey_market archive_grey_market_result blocked 2026-02-13 02706_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
251 09981_T2_grey_market 09981 T2_grey_market archive_grey_market_result blocked 2026-02-13 09981_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
252 02649_T2_grey_market 02649 T2_grey_market archive_grey_market_result blocked 2026-03-09 02649_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
253 02692_T2_grey_market 02692 T2_grey_market archive_grey_market_result blocked 2026-03-09 02692_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
254 02715_T2_grey_market 02715 T2_grey_market archive_grey_market_result blocked 2026-03-09 02715_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
255 03268_T2_grey_market 03268 T2_grey_market archive_grey_market_result blocked 2026-03-10 03268_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
256 01989_T2_grey_market 01989 T2_grey_market archive_grey_market_result blocked 2026-03-20 01989_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
257 02701_T2_grey_market 02701 T2_grey_market archive_grey_market_result blocked 2026-03-23 02701_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
258 03355_T2_grey_market 03355 T2_grey_market archive_grey_market_result blocked 2026-03-23 03355_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
259 02632_T2_grey_market 02632 T2_grey_market archive_grey_market_result blocked 2026-03-24 02632_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
260 02729_T2_grey_market 02729 T2_grey_market archive_grey_market_result blocked 2026-03-24 02729_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
261 01021_T2_grey_market 01021 T2_grey_market archive_grey_market_result blocked 2026-03-30 01021_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
262 02526_T2_grey_market 02526 T2_grey_market archive_grey_market_result blocked 2026-03-30 02526_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
263 02726_T2_grey_market 02726 T2_grey_market archive_grey_market_result blocked 2026-03-30 02726_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
264 06636_T2_grey_market 06636 T2_grey_market archive_grey_market_result blocked 2026-03-30 06636_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
265 00664_T2_grey_market 00664 T2_grey_market archive_grey_market_result blocked 2026-03-31 00664_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
266 03625_T2_grey_market 03625 T2_grey_market archive_grey_market_result blocked 2026-03-31 03625_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
267 06656_T2_grey_market 06656 T2_grey_market archive_grey_market_result blocked 2026-04-16 06656_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
268 00068_T2_grey_market 00068 T2_grey_market archive_grey_market_result blocked 2026-04-17 00068_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
269 03277_T2_grey_market 03277 T2_grey_market archive_grey_market_result blocked 2026-04-17 03277_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
270 02476_T2_grey_market 02476 T2_grey_market archive_grey_market_result blocked 2026-04-21 02476_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
271 03296_T2_grey_market 03296 T2_grey_market archive_grey_market_result blocked 2026-04-23 03296_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
272 01879_T2_grey_market 01879 T2_grey_market archive_grey_market_result blocked 2026-04-28 01879_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
273 02493_T2_grey_market 02493 T2_grey_market archive_grey_market_result blocked 2026-04-28 02493_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
274 06810_T2_grey_market 06810 T2_grey_market archive_grey_market_result blocked 2026-04-29 06810_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
275 01609_T2_grey_market 01609 T2_grey_market archive_grey_market_result blocked 2026-05-05 01609_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
276 01187_T2_grey_market 01187 T2_grey_market archive_grey_market_result blocked 2026-05-06 01187_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
277 01236_T2_grey_market 01236 T2_grey_market archive_grey_market_result blocked 2026-05-11 01236_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
278 07630_T2_grey_market 07630 T2_grey_market archive_grey_market_result blocked 2026-05-13 07630_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
279 07666_T2_grey_market 07666 T2_grey_market archive_grey_market_result blocked 2026-05-13 07666_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
280 06871_T2_grey_market 06871 T2_grey_market archive_grey_market_result blocked 2026-05-18 06871_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
281 01511_T2_grey_market 01511 T2_grey_market archive_grey_market_result blocked 2026-05-20 01511_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
282 07688_T2_grey_market 07688 T2_grey_market archive_grey_market_result blocked 2026-05-20 07688_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
283 06872_T2_grey_market 06872 T2_grey_market archive_grey_market_result blocked 2026-05-22 06872_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
284 00901_T2_grey_market 00901 T2_grey_market archive_grey_market_result blocked 2026-05-27 00901_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
285 02723_T2_grey_market 02723 T2_grey_market archive_grey_market_result blocked 2026-05-27 02723_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
286 03310_T2_grey_market 03310 T2_grey_market archive_grey_market_result blocked 2026-05-27 03310_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
287 03388_T2_grey_market 03388 T2_grey_market archive_grey_market_result blocked 2026-05-29 03388_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
288 02553_T2_grey_market 02553 T2_grey_market archive_grey_market_result blocked 2026-06-03 02553_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
289 01081_T2_grey_market 01081 T2_grey_market archive_grey_market_result blocked 2026-06-05 01081_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
290 01779_T2_grey_market 01779 T2_grey_market archive_grey_market_result blocked 2026-06-05 01779_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
291 02290_T2_grey_market 02290 T2_grey_market archive_grey_market_result blocked 2026-06-05 02290_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
292 06658_T2_grey_market 06658 T2_grey_market archive_grey_market_result blocked 2026-06-15 06658_T2_grey_market_source_strategy_required sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
293 00666_D1 00666 D1 archive_price_performance open 2023-12-18 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
294 00666_D5 00666 D5 archive_price_performance open 2023-12-22 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
295 00666_D20 00666 D20 archive_price_performance open 2024-01-06 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
296 00666_D60 00666 D60 archive_price_performance open 2024-02-15 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
297 00917_D1 00917 D1 archive_price_performance open 2024-05-27 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
298 00917_D5 00917 D5 archive_price_performance open 2024-05-31 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
299 00917_D20 00917 D20 archive_price_performance open 2024-06-15 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
300 00917_D60 00917 D60 archive_price_performance open 2024-07-25 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
301 00300_D1 00300 D1 archive_price_performance open 2024-09-17 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
302 00300_D5 00300 D5 archive_price_performance open 2024-09-21 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
303 00300_D20 00300 D20 archive_price_performance open 2024-10-06 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
304 00300_D60 00300 D60 archive_price_performance open 2024-11-15 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
305 00999_D1 00999 D1 archive_price_performance open 2024-12-20 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
306 00999_D5 00999 D5 archive_price_performance open 2024-12-24 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
307 00999_D20 00999 D20 archive_price_performance open 2025-01-08 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
308 00325_D1 00325 D1 archive_price_performance open 2025-01-10 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
309 00805_D1 00805 D1 archive_price_performance open 2025-01-13 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
310 00325_D5 00325 D5 archive_price_performance open 2025-01-14 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
311 00805_D5 00805 D5 archive_price_performance open 2025-01-17 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
312 00325_D20 00325 D20 archive_price_performance open 2025-01-29 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
313 00805_D20 00805 D20 archive_price_performance open 2025-02-01 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
314 00999_D60 00999 D60 archive_price_performance open 2025-02-17 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
315 00325_D60 00325 D60 archive_price_performance open 2025-03-10 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
316 00805_D60 00805 D60 archive_price_performance open 2025-03-13 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
317 02619_D1 02619 D1 archive_price_performance open 2025-06-25 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
318 02619_D5 02619 D5 archive_price_performance open 2025-06-29 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
319 02619_D20 02619 D20 archive_price_performance open 2025-07-14 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
320 02619_D60 02619 D60 archive_price_performance open 2025-08-23 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
321 00638_D1 00638 D1 archive_price_performance open 2025-10-22 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
322 00638_D5 00638 D5 archive_price_performance open 2025-10-26 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
323 00699_D1 00699 D1 archive_price_performance open 2025-11-06 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
324 00800_D1 00800 D1 archive_price_performance open 2025-11-06 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
325 00638_D20 00638 D20 archive_price_performance open 2025-11-10 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
326 00699_D5 00699 D5 archive_price_performance open 2025-11-10 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
327 00800_D5 00800 D5 archive_price_performance open 2025-11-10 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
328 00699_D20 00699 D20 archive_price_performance open 2025-11-25 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
329 00800_D20 00800 D20 archive_price_performance open 2025-11-25 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
330 00638_D60 00638 D60 archive_price_performance open 2025-12-20 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
331 00699_D60 00699 D60 archive_price_performance open 2026-01-04 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
332 00800_D60 00800 D60 archive_price_performance open 2026-01-04 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
333 00100_D1 00100 D1 archive_price_performance open 2026-01-09 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
334 00501_D1 00501 D1 archive_price_performance open 2026-01-12 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
335 00100_D5 00100 D5 archive_price_performance open 2026-01-13 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
336 00501_D5 00501 D5 archive_price_performance open 2026-01-16 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
337 00100_D20 00100 D20 archive_price_performance open 2026-01-28 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
338 01768_D1 01768 D1 archive_price_performance open 2026-01-28 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
339 00501_D20 00501 D20 archive_price_performance open 2026-01-31 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
340 01768_D5 01768 D5 archive_price_performance open 2026-02-01 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
341 00600_D1 00600 D1 archive_price_performance open 2026-02-10 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
342 00470_D1 00470 D1 archive_price_performance open 2026-02-11 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
343 00600_D5 00600 D5 archive_price_performance open 2026-02-14 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
344 00470_D5 00470 D5 archive_price_performance open 2026-02-15 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
345 01768_D20 01768 D20 archive_price_performance open 2026-02-16 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
346 00600_D20 00600 D20 archive_price_performance open 2026-03-01 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
347 00470_D20 00470 D20 archive_price_performance open 2026-03-02 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
348 00100_D60 00100 D60 archive_price_performance open 2026-03-09 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
349 00501_D60 00501 D60 archive_price_performance open 2026-03-12 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
350 01768_D60 01768 D60 archive_price_performance open 2026-03-28 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
351 00664_D1 00664 D1 archive_price_performance open 2026-03-31 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
352 00664_D5 00664 D5 archive_price_performance open 2026-04-04 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
353 00600_D60 00600 D60 archive_price_performance open 2026-04-10 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
354 00470_D60 00470 D60 archive_price_performance open 2026-04-11 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
355 00068_D1 00068 D1 archive_price_performance open 2026-04-17 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
356 00664_D20 00664 D20 archive_price_performance open 2026-04-19 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
357 00068_D5 00068 D5 archive_price_performance open 2026-04-21 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
358 00068_D20 00068 D20 archive_price_performance open 2026-05-06 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
359 00901_D1 00901 D1 archive_price_performance open 2026-05-27 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
360 00664_D60 00664 D60 archive_price_performance open 2026-05-29 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
361 00901_D5 00901 D5 archive_price_performance open 2026-05-31 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
362 00068_D60 00068 D60 archive_price_performance open 2026-06-15 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
363 00901_D20 00901 D20 archive_price_performance open 2026-06-15 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
364 06675_T1_allotment 06675 T1_allotment archive_allotment_results waiting_until_due 2026-06-16 06675_allotment_results_pending_2026_06_15 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Allotment result facts are not archived yet.
365 03388_D20 03388 D20 archive_price_performance waiting_until_due 2026-06-17 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
366 06675_D1 06675 D1 archive_price_performance waiting_until_due 2026-06-17 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
367 06675_T2_grey_market 06675 T2_grey_market archive_grey_market_result waiting_until_due 2026-06-17 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
368 01392_T1_allotment 01392 T1_allotment archive_allotment_results waiting_until_due 2026-06-18 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Allotment result facts are not archived yet.
369 02476_D60 02476 D60 archive_price_performance waiting_until_due 2026-06-19 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
370 06658_D5 06658 D5 archive_price_performance waiting_until_due 2026-06-19 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
371 03296_D60 03296 D60 archive_price_performance waiting_until_due 2026-06-21 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
372 06675_D5 06675 D5 archive_price_performance waiting_until_due 2026-06-21 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
373 01392_D1 01392 D1 archive_price_performance waiting_until_due 2026-06-22 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
374 01392_T2_grey_market 01392 T2_grey_market archive_grey_market_result waiting_until_due 2026-06-22 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
375 02553_D20 02553 D20 archive_price_performance waiting_until_due 2026-06-22 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
376 06067_T1_allotment 06067 T1_allotment archive_allotment_results waiting_until_due 2026-06-22 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Allotment result facts are not archived yet.
377 06132_T1_allotment 06132 T1_allotment archive_allotment_results waiting_until_due 2026-06-22 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Allotment result facts are not archived yet.
378 02335_T1_allotment 02335 T1_allotment archive_allotment_results waiting_until_due 2026-06-23 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Allotment result facts are not archived yet.
379 06067_D1 06067 D1 archive_price_performance waiting_until_due 2026-06-23 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
380 06067_T2_grey_market 06067 T2_grey_market archive_grey_market_result waiting_until_due 2026-06-23 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
381 06106_T1_allotment 06106 T1_allotment archive_allotment_results waiting_until_due 2026-06-23 06106_allotment_results_pending_2026_06_15 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Allotment result facts are not archived yet.
382 06132_D1 06132 D1 archive_price_performance waiting_until_due 2026-06-23 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
383 06132_T2_grey_market 06132 T2_grey_market archive_grey_market_result waiting_until_due 2026-06-23 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
384 01081_D20 01081 D20 archive_price_performance waiting_until_due 2026-06-24 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
385 01779_D20 01779 D20 archive_price_performance waiting_until_due 2026-06-24 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
386 02290_D20 02290 D20 archive_price_performance waiting_until_due 2026-06-24 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
387 02335_D1 02335 D1 archive_price_performance waiting_until_due 2026-06-24 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
388 02335_T2_grey_market 02335 T2_grey_market archive_grey_market_result waiting_until_due 2026-06-24 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
389 06106_D1 06106 D1 archive_price_performance waiting_until_due 2026-06-24 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
390 06106_T2_grey_market 06106 T2_grey_market archive_grey_market_result waiting_until_due 2026-06-24 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet.
391 01392_D5 01392 D5 archive_price_performance waiting_until_due 2026-06-26 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
392 01879_D60 01879 D60 archive_price_performance waiting_until_due 2026-06-26 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
393 02493_D60 02493 D60 archive_price_performance waiting_until_due 2026-06-26 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
394 06067_D5 06067 D5 archive_price_performance waiting_until_due 2026-06-27 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
395 06132_D5 06132 D5 archive_price_performance waiting_until_due 2026-06-27 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
396 06810_D60 06810 D60 archive_price_performance waiting_until_due 2026-06-27 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
397 02335_D5 02335 D5 archive_price_performance waiting_until_due 2026-06-28 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
398 06106_D5 06106 D5 archive_price_performance waiting_until_due 2026-06-28 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
399 01609_D60 01609 D60 archive_price_performance waiting_until_due 2026-07-03 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
400 01187_D60 01187 D60 archive_price_performance waiting_until_due 2026-07-04 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
401 06658_D20 06658 D20 archive_price_performance waiting_until_due 2026-07-04 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
402 06675_D20 06675 D20 archive_price_performance waiting_until_due 2026-07-06 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
403 01236_D60 01236 D60 archive_price_performance waiting_until_due 2026-07-09 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
404 01392_D20 01392 D20 archive_price_performance waiting_until_due 2026-07-11 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
405 07630_D60 07630 D60 archive_price_performance waiting_until_due 2026-07-11 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
406 07666_D60 07666 D60 archive_price_performance waiting_until_due 2026-07-11 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
407 06067_D20 06067 D20 archive_price_performance waiting_until_due 2026-07-12 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
408 06132_D20 06132 D20 archive_price_performance waiting_until_due 2026-07-12 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
409 02335_D20 02335 D20 archive_price_performance waiting_until_due 2026-07-13 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
410 06106_D20 06106 D20 archive_price_performance waiting_until_due 2026-07-13 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
411 06871_D60 06871 D60 archive_price_performance waiting_until_due 2026-07-16 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
412 01511_D60 01511 D60 archive_price_performance waiting_until_due 2026-07-18 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
413 07688_D60 07688 D60 archive_price_performance waiting_until_due 2026-07-18 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
414 06872_D60 06872 D60 archive_price_performance waiting_until_due 2026-07-20 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
415 00901_D60 00901 D60 archive_price_performance waiting_until_due 2026-07-25 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
416 02723_D60 02723 D60 archive_price_performance waiting_until_due 2026-07-25 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
417 03310_D60 03310 D60 archive_price_performance waiting_until_due 2026-07-25 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
418 03388_D60 03388 D60 archive_price_performance waiting_until_due 2026-07-27 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
419 02553_D60 02553 D60 archive_price_performance waiting_until_due 2026-08-01 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
420 01081_D60 01081 D60 archive_price_performance waiting_until_due 2026-08-03 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
421 01779_D60 01779 D60 archive_price_performance waiting_until_due 2026-08-03 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
422 02290_D60 02290 D60 archive_price_performance waiting_until_due 2026-08-03 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
423 06658_D60 06658 D60 archive_price_performance waiting_until_due 2026-08-13 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
424 06675_D60 06675 D60 archive_price_performance waiting_until_due 2026-08-15 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
425 01392_D60 01392 D60 archive_price_performance waiting_until_due 2026-08-20 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
426 06067_D60 06067 D60 archive_price_performance waiting_until_due 2026-08-21 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
427 06132_D60 06132 D60 archive_price_performance waiting_until_due 2026-08-21 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
428 02335_D60 02335 D60 archive_price_performance waiting_until_due 2026-08-22 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
429 06106_D60 06106 D60 archive_price_performance waiting_until_due 2026-08-22 sync_state_20260615T182000Z sync_state_20260615T184000Z 2026-06-15T18:20:00Z 2026-06-15T18:40:00Z Price/performance source is not archived yet. Due date uses calendar days until trading-calendar support is added.
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,71 @@
# 2026-06-15 新股 T0.5 市场热度试算报告
## 摘要
- 覆盖标的:`01392` 深圳海清智元科技股份有限公司、`02335` 陕西麦科奥特医药科技股份有限公司、`06067` 深圳市星源材质科技股份有限公司、`06106` 上海仙工智能科技股份有限公司、`06132` 华健未来(成都)科技股份有限公司。
- 分析阶段:`T0_5_market_heat`,在原 T0 招股书结构分基础上加入申购期间市场热度快照。
- 热度数据时间:`2026-06-15T18:40:00Z`
- 热度来源:华盛证券新股列表,页面注明数据内容来源于捷利交易宝,且最终认购数据以港交所披露的配售结果为准。
- 规则版本:`ipo_score_v0_5_market_heat_trial`
- 策略周期:短线 IPO 申购交易;优先在可靠 T2 暗盘卖出,否则默认 D1 卖出。
本报告是试算,不改写原来的 T0 结论。T0.5 倍数是非官方、会滚动变化的市场热度信号,不能等同于 T1 分配结果里的官方公开认购倍数。
## T0.5 试算排序
| 排名 | 股票 | 中文名 | T0 分数 | T0.5 孖展倍数 | T0.5 加分 | T0+T0.5 | 试算结论 | PM 判断 |
| ---: | --- | --- | ---: | ---: | ---: | ---: | --- | --- |
| 1 | `06132` | 华健未来(成都)科技股份有限公司 | 10 | 135.39x | +3 | 13 | `high_heat_watch` | T0 结构已经强,T0.5 热度也进入 100x 以上,当前综合最稳。 |
| 2 | `01392` | 深圳海清智元科技股份有限公司 | 5 | 2195.84x | +6 | 11 | `active_watch` | T0 结构一般,但近截止前热度极强,属于热度显著补强。 |
| 3 | `06067` | 深圳市星源材质科技股份有限公司 | 8 | 109.20x | +3 | 11 | `active_watch` | T0 结构不错,T0.5 也过 100x,热度能部分抵消无超额配股权。 |
| 4 | `06106` | 上海仙工智能科技股份有限公司 | 11 | 48.07x | 0 | 11 | `active_watch` | T0 结构最佳,但申购刚开始,当前热度未到 100x;需要 2026-06-16/17 复采样。 |
| 5 | `02335` | 陕西麦科奥特医药科技股份有限公司 | 9 | 4.78x | -3 | 6 | `wait_for_T1` | T0 结构尚可,但首日热度偏弱,暂时从强关注降到等待确认。 |
读法:`T0+T0.5` 不是最终申购分。它只回答“招股书结构 + 当前市场热度”这一刻怎么看。最终是否申购仍要等 T1 的官方公开认购倍数、国际配售、中签率和回拨结果。
## T0.5 评分规则
| T0.5 孖展倍数 | 加分 | 含义 |
| --- | ---: | --- |
| 缺失 | 0 | 没有可复现快照,不做判断。 |
| < 10x | -3 | 当前公开热度弱,需等待 T1 或回避。 |
| 10x 至 100x | 0 | 有热度但未形成强确认。 |
| 100x 至 1000x | +3 | 市场热度明显。 |
| 1000x 至 5000x | +6 | 市场热度很强,但要留意临近截止偏差。 |
| >= 5000x | +8 | 极强热度,需要重点复核口径和资金拥挤风险。 |
## 生命周期偏差
| 股票 | 申购开始 | 热度源显示截止 | 生命周期判断 | 解读 |
| --- | --- | --- | --- | --- |
| `01392` | 2026-06-11 | 2026-06-16 10:00 | 接近截止 | 2195.84x 更接近尾段热度,可信度较高,但可能也反映资金拥挤。 |
| `06067` | 2026-06-12 | 2026-06-17 10:00 | 中后段 | 109.20x 是有效补强,仍需看最后一天是否继续放大。 |
| `06132` | 2026-06-12 | 2026-06-17 10:00 | 中后段 | 135.39x 与 T0 高分同向,当前综合最强。 |
| `06106` | 2026-06-15 | 2026-06-18 10:00 | 早段 | 48.07x 不算弱,但与中后段标的不能直接横比;需要复采样。 |
| `02335` | 2026-06-15 | 2026-06-18 10:00 | 早段 | 4.78x 首日偏弱,若后续不能快速放大,T1 风险较高。 |
不同标的处在不同申购生命周期,不能只按倍数机械排序。`06106``02335` 都是 2026-06-15 才开始申购,低于 2026-06-12 或 2026-06-11 开始申购的标的,需要在 2026-06-16 和 2026-06-17 再采样。
## 相比原 T0 结论的变化
- `06132`:维持强关注,并升为 T0.5 综合首选。结构与热度同向。
- `01392`:从 T0 的 `positive_watch` 升为 `active_watch`。这是热度驱动,不是结构改善。
- `06067`:维持 `active_watch`。100x 以上热度让它比纯 T0 阶段更有确认度。
- `06106`:结构仍然最好,但 T0.5 当前只给中性热度;不能因为首日 48.07x 就降级,关键是复采样。
- `02335`:T0 结构分不差,但 T0.5 首日热度弱,暂时降为等待 T1 或等待后续热度明显改善。
## 当前执行建议
- `06132`:若 T1 官方认购和国际配售继续强,优先级最高。
- `01392`:热度很强,但 T0 结构不如前三只,若获配应严格按 T2/D1 卖出,不把热度当长期理由。
- `06067`:若最后一天热度继续上升,优先级可接近 `06132`;若停滞,则回到结构中性偏强。
- `06106`2026-06-16/17 必须复采样。若孖展倍数上破 100x,凭 T0 结构优势可重新回到首选组。
- `02335`:除非后续热度明显改善,或 T1 官方需求强于当前 T0.5 读数,否则不应排在前列。
## 数据来源
- 结构分来源:`reports/2026-06-15_selected_T0_horizontal_analysis.md`
- T0.5 规则:`rules/ipo_score_v0_5_market_heat_trial.yaml`
- 原始热度快照:`data/raw/market_heat/vbkr_ipo_hk_index_20260615T184000Z.html`
- 结构化热度快照:`data/snapshots/ipo_market_heat.csv`
- 数据库表:`ipo_market_heat`
@@ -0,0 +1,55 @@
version: ipo_score_v0_5_market_heat_trial
effective_date: 2026-06-15
status: experimental_overlay
owner_skill: analyst
base_model: ipo_score_v0
purpose: >
Add a stage-safe T0.5 market-heat overlay to the transparent HK IPO
subscription model. T0.5 uses non-official subscription-period market
heat snapshots such as broker-aggregated margin subscription multiples.
It is designed to update a T0 watchlist before official T1 allotment
results are available.
data_policy:
stage: T0_5_market_heat
allowed_inputs:
- margin_subscription_multiple
- provider
- observed_at
- subscription_deadline
forbidden_inputs:
- official_allotment_results
- public_oversubscription_times_from_T1
- international_oversubscription_times_from_T1
- grey_market_result
- post_listing_price_performance
caveat: >
T0.5 is a live, non-official signal. It must be stored with provider,
observed_at timestamp, source URL, and raw snapshot path. Do not treat it
as final HKEX allotment demand.
score_components:
T0_5_market_heat:
margin_subscription_multiple:
source: broker_or_market_data_snapshot
points:
missing: 0
lt_10x: -3
gte_10_lt_100x: 0
gte_100_lt_1000x: 3
gte_1000_lt_5000x: 6
gte_5000x: 8
decision_bands:
T0_plus_T0_5:
score_lt_5: weak_or_avoid
score_5_to_7: wait_for_T1
score_8_to_11: active_watch
score_gte_12: high_heat_watch
comparison_policy:
- Compare raw margin multiples only among IPOs at a similar subscription lifecycle.
- If close dates differ, explicitly note early-stage versus near-deadline bias.
- Use T0.5 to upgrade or downgrade watchlist priority, not to replace T1 official demand.
- Freeze every T0.5 snapshot so later T1/D1 reviews can test whether the live heat signal helped.
+21
View File
@@ -53,6 +53,27 @@ CREATE TABLE IF NOT EXISTS ipo_demand (
notes TEXT notes TEXT
); );
CREATE TABLE IF NOT EXISTS ipo_market_heat (
heat_id TEXT PRIMARY KEY,
ticker TEXT NOT NULL REFERENCES ipo_master(ticker),
source_id TEXT NOT NULL REFERENCES source_refs(source_id),
stage TEXT NOT NULL DEFAULT 'T0_5_market_heat',
provider TEXT NOT NULL,
observed_at TEXT NOT NULL,
margin_subscription_multiple REAL,
margin_multiple_label TEXT,
offer_price_low_hkd REAL,
offer_price_high_hkd REAL,
board_lot INTEGER,
min_subscription_amount_hkd REAL,
subscription_deadline TEXT,
result_announcement_date TEXT,
listing_date TEXT,
data_as_of TEXT NOT NULL,
notes TEXT,
UNIQUE (ticker, provider, observed_at)
);
CREATE TABLE IF NOT EXISTS price_performance ( CREATE TABLE IF NOT EXISTS price_performance (
performance_id TEXT PRIMARY KEY, performance_id TEXT PRIMARY KEY,
ticker TEXT NOT NULL REFERENCES ipo_master(ticker), ticker TEXT NOT NULL REFERENCES ipo_master(ticker),
+314
View File
@@ -0,0 +1,314 @@
#!/usr/bin/env python3
"""Archive T0.5 HK IPO market-heat snapshots from public web pages."""
from __future__ import annotations
import argparse
import csv
import hashlib
import html
import re
import sqlite3
import subprocess
from dataclasses import dataclass
from datetime import datetime, timezone
from pathlib import Path
from urllib.request import Request, urlopen
DEFAULT_DB_PATH = Path("data/hk_ipo.sqlite")
DEFAULT_SCHEMA_PATH = Path("schema/hk_ipo.schema.sql")
SNAPSHOT_DIR = Path("data/snapshots")
VBKR_URL = "https://www.vbkr.com/ipo/hk/v2/ipo-hk-index"
@dataclass(frozen=True)
class MarketHeatRow:
ticker: str
stock_name: str
offer_price_low_hkd: float | None
offer_price_high_hkd: float | None
board_lot: int | None
min_subscription_amount_hkd: float | None
margin_subscription_multiple: float | None
margin_multiple_label: str
subscription_deadline: str
result_announcement_date: str
listing_date: str
prospectus_url: str
def parse_args() -> argparse.Namespace:
parser = argparse.ArgumentParser(description=__doc__)
parser.add_argument("--db", default=str(DEFAULT_DB_PATH), help="Repo-relative SQLite database path.")
parser.add_argument("--schema", default=str(DEFAULT_SCHEMA_PATH), help="Repo-relative schema path.")
parser.add_argument("--as-of", help="Archive timestamp. Defaults to current UTC time.")
parser.add_argument("--url", default=VBKR_URL, help="Market-heat page URL.")
parser.add_argument("--tickers", help="Comma-separated tickers to archive. Defaults to all parsed tickers in ipo_master.")
return parser.parse_args()
def parse_as_of(value: str | None) -> str:
if value:
return datetime.fromisoformat(value.replace("Z", "+00:00")).isoformat().replace("+00:00", "Z")
return datetime.now(timezone.utc).replace(microsecond=0).isoformat().replace("+00:00", "Z")
def compact_timestamp(value: str) -> str:
return value.replace("-", "").replace(":", "").replace("+00:00", "Z")
def source_date(value: str) -> str:
return datetime.fromisoformat(value.replace("Z", "+00:00")).date().isoformat()
def fetch_bytes(url: str) -> bytes:
request = Request(url, headers={"User-Agent": "Mozilla/5.0"})
with urlopen(request, timeout=60) as response:
return response.read()
def sha256_bytes(payload: bytes) -> str:
return hashlib.sha256(payload).hexdigest()
def clean_cell(value: str) -> str:
value = re.sub(r"<br[^>]*>", "\n", value, flags=re.I)
value = re.sub(r"<.*?>", " ", value, flags=re.S)
value = html.unescape(value)
return "\n".join(" ".join(line.split()) for line in value.splitlines() if line.strip())
def as_float(value: str) -> float | None:
cleaned = value.replace(",", "").replace("HKD", "").replace("$", "").strip()
if not cleaned or cleaned == "-":
return None
try:
return float(cleaned)
except ValueError:
return None
def as_int(value: str) -> int | None:
number = as_float(value)
if number is None:
return None
return int(number)
def parse_offer_price(value: str) -> tuple[float | None, float | None]:
numbers = [as_float(part) for part in value.splitlines()]
numbers = [number for number in numbers if number is not None]
if not numbers:
return None, None
if len(numbers) == 1:
return numbers[0], numbers[0]
return numbers[0], numbers[-1]
def parse_margin_multiple(value: str) -> float | None:
match = re.search(r"([0-9][0-9,]*(?:\.[0-9]+)?)\s*倍", value)
if not match:
return None
return float(match.group(1).replace(",", ""))
def parse_deadline(value: str) -> str:
lines = [line.strip() for line in value.splitlines() if line.strip()]
if len(lines) >= 2 and re.match(r"\d{4}-\d{2}-\d{2}$", lines[0]) and re.match(r"\d{1,2}:\d{2}$", lines[1]):
return f"{lines[0]} {lines[1]}"
return " ".join(lines)
def parse_rows(page: str) -> list[MarketHeatRow]:
rows: list[MarketHeatRow] = []
for tr in re.findall(r"<tr[^>]*>(.*?)</tr>", page, flags=re.S):
if not re.search(r"\d{5}\.HK", tr):
continue
cells = re.findall(r"<td[^>]*>(.*?)</td>", tr, flags=re.S)
if len(cells) < 11:
continue
text_cells = [clean_cell(cell) for cell in cells]
code_match = re.search(r"(\d{5})\.HK", text_cells[0])
if not code_match:
continue
prospectus_match = re.search(r'href="([^"]+)"', cells[10])
offer_low, offer_high = parse_offer_price(text_cells[3])
rows.append(
MarketHeatRow(
ticker=code_match.group(1),
stock_name=text_cells[1].splitlines()[0],
offer_price_low_hkd=offer_low,
offer_price_high_hkd=offer_high,
board_lot=as_int(text_cells[4]),
min_subscription_amount_hkd=as_float(text_cells[5]),
margin_subscription_multiple=parse_margin_multiple(text_cells[6]),
margin_multiple_label=text_cells[6],
subscription_deadline=parse_deadline(text_cells[7]),
result_announcement_date=text_cells[8],
listing_date=text_cells[9],
prospectus_url=html.unescape(prospectus_match.group(1)) if prospectus_match else "",
)
)
return rows
def save_raw_snapshot(payload: bytes, as_of: str) -> tuple[str, str]:
raw_dir = Path("data/raw/market_heat")
raw_dir.mkdir(parents=True, exist_ok=True)
path = raw_dir / f"vbkr_ipo_hk_index_{compact_timestamp(as_of)}.html"
if not path.exists() or path.read_bytes() != payload:
path.write_bytes(payload)
return path.as_posix(), sha256_bytes(payload)
def export_snapshot(conn: sqlite3.Connection, table: str, order_by: str = "1") -> None:
SNAPSHOT_DIR.mkdir(parents=True, exist_ok=True)
rows = conn.execute(f"SELECT * FROM {table} ORDER BY {order_by}").fetchall()
columns = [description[0] for description in conn.execute(f"SELECT * FROM {table} LIMIT 0").description]
with (SNAPSHOT_DIR / f"{table}.csv").open("w", newline="", encoding="utf-8") as handle:
writer = csv.writer(handle, lineterminator="\n")
writer.writerow(columns)
writer.writerows(rows)
def known_tickers(conn: sqlite3.Connection) -> set[str]:
return {row[0] for row in conn.execute("SELECT ticker FROM ipo_master")}
def selected_tickers(value: str | None, parsed_rows: list[MarketHeatRow], conn: sqlite3.Connection) -> set[str]:
if value:
return {ticker.strip().zfill(5) for ticker in value.split(",") if ticker.strip()}
known = known_tickers(conn)
return {row.ticker for row in parsed_rows if row.ticker in known}
def upsert_rows(
conn: sqlite3.Connection,
rows: list[MarketHeatRow],
selected: set[str],
local_path: str,
file_sha256: str,
url: str,
as_of: str,
) -> int:
written = 0
for row in rows:
if row.ticker not in selected:
continue
source_id = f"{row.ticker}_t0_5_market_heat_vbkr_{compact_timestamp(as_of)}"
heat_id = source_id
conn.execute(
"""
INSERT INTO source_refs (
source_id, ticker, source_type, title, path_base, local_path, url,
file_sha256, source_date, archived_at, notes
)
VALUES (?, ?, ?, ?, 'repo_root', ?, ?, ?, ?, ?, ?)
ON CONFLICT(source_id) DO UPDATE SET
local_path = excluded.local_path,
url = excluded.url,
file_sha256 = excluded.file_sha256,
source_date = excluded.source_date,
archived_at = excluded.archived_at,
notes = excluded.notes
""",
(
source_id,
row.ticker,
"t0_5_market_heat",
"VBKR IPO expected margin multiple snapshot",
local_path,
url,
file_sha256,
source_date(as_of),
as_of,
"Non-official subscription-period market heat snapshot. Final subscription data must come from HKEX allotment results.",
),
)
conn.execute(
"""
INSERT INTO ipo_market_heat (
heat_id, ticker, source_id, stage, provider, observed_at,
margin_subscription_multiple, margin_multiple_label,
offer_price_low_hkd, offer_price_high_hkd, board_lot,
min_subscription_amount_hkd, subscription_deadline,
result_announcement_date, listing_date, data_as_of, notes
)
VALUES (?, ?, ?, 'T0_5_market_heat', 'VBKR/Jieli', ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
ON CONFLICT(ticker, provider, observed_at) DO UPDATE SET
source_id = excluded.source_id,
margin_subscription_multiple = excluded.margin_subscription_multiple,
margin_multiple_label = excluded.margin_multiple_label,
offer_price_low_hkd = excluded.offer_price_low_hkd,
offer_price_high_hkd = excluded.offer_price_high_hkd,
board_lot = excluded.board_lot,
min_subscription_amount_hkd = excluded.min_subscription_amount_hkd,
subscription_deadline = excluded.subscription_deadline,
result_announcement_date = excluded.result_announcement_date,
listing_date = excluded.listing_date,
data_as_of = excluded.data_as_of,
notes = excluded.notes
""",
(
heat_id,
row.ticker,
source_id,
as_of,
row.margin_subscription_multiple,
row.margin_multiple_label,
row.offer_price_low_hkd,
row.offer_price_high_hkd,
row.board_lot,
row.min_subscription_amount_hkd,
row.subscription_deadline,
row.result_announcement_date,
row.listing_date,
as_of,
f"Stock name on source page: {row.stock_name}. Prospectus URL shown by source: {row.prospectus_url}",
),
)
written += 1
return written
def main() -> int:
args = parse_args()
as_of = parse_as_of(args.as_of)
payload = fetch_bytes(args.url)
page = payload.decode("utf-8", "replace")
parsed_rows = parse_rows(page)
local_path, file_sha256 = save_raw_snapshot(payload, as_of)
db_path = Path(args.db)
schema_path = Path(args.schema)
with sqlite3.connect(db_path) as conn:
conn.executescript(schema_path.read_text(encoding="utf-8"))
selected = selected_tickers(args.tickers, parsed_rows, conn)
written = upsert_rows(conn, parsed_rows, selected, local_path, file_sha256, args.url, as_of)
export_snapshot(conn, "ipo_market_heat", "ticker, observed_at")
export_snapshot(conn, "source_refs", "source_id")
subprocess.run(
[
".venv/bin/python",
"scripts/update_sync_state.py",
"--as-of",
as_of,
"--mode",
"market_heat_source_update",
"--summary-limit",
"5",
],
check=True,
)
print("market heat archived")
print(f"as_of: {as_of}")
print(f"raw_snapshot: {local_path}")
print(f"parsed_rows: {len(parsed_rows)}")
print(f"written_rows: {written}")
return 0
if __name__ == "__main__":
raise SystemExit(main())