dukascopy-node-plus 1.1.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +435 -23
- package/dist/cli/index.js +3529 -94
- package/dist/esm/chunk-5ZJB4AEL.js +154 -0
- package/dist/esm/{chunk-Z4O2KLFU.js → chunk-GDKYDWLQ.js} +5275 -52
- package/dist/esm/{chunk-KAQS2RYD.js → chunk-PVYCTSWT.js} +5 -7
- package/dist/esm/cli/index.js +36 -25
- package/dist/esm/index.example.nostream.js +5 -6
- package/dist/esm/index.example.stream.js +5 -5
- package/dist/esm/index.js +16 -13
- package/dist/index.d.ts +1823 -33
- package/dist/index.example.nostream.d.ts +0 -1
- package/dist/index.example.nostream.js +3480 -59
- package/dist/index.example.stream.d.ts +0 -1
- package/dist/index.example.stream.js +3539 -126
- package/dist/index.js +5675 -465
- package/package.json +82 -82
- package/dist/cli/index.d.mts +0 -1
- package/dist/esm/chunk-EN4CESUH.js +0 -164
- package/dist/esm/chunk-VHVSB2KI.js +0 -6
- package/dist/index.d.mts +0 -6818
- package/dist/index.example.nostream.d.mts +0 -2
- package/dist/index.example.stream.d.mts +0 -2
- /package/dist/esm/{chunk-476J4KQE.js → chunk-ASWACD3L.js} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1245,17 +1245,17 @@ declare enum Instrument {
|
|
|
1245
1245
|
*/
|
|
1246
1246
|
bciteur = "bciteur",
|
|
1247
1247
|
/**
|
|
1248
|
-
* ### Bitcoin Cash vs Swiss
|
|
1248
|
+
* ### Bitcoin Cash vs. Swiss franc
|
|
1249
1249
|
* *BCH/CHF*
|
|
1250
1250
|
*/
|
|
1251
1251
|
bchchf = "bchchf",
|
|
1252
1252
|
/**
|
|
1253
|
-
* ### Bitcoin Cash vs Euro
|
|
1253
|
+
* ### Bitcoin Cash vs. Euro
|
|
1254
1254
|
* *BCH/EUR*
|
|
1255
1255
|
*/
|
|
1256
1256
|
bcheur = "bcheur",
|
|
1257
1257
|
/**
|
|
1258
|
-
* ### Bitcoin Cash vs Pound
|
|
1258
|
+
* ### Bitcoin Cash vs. Pound sterling
|
|
1259
1259
|
* *BCH/GBP*
|
|
1260
1260
|
*/
|
|
1261
1261
|
bchgbp = "bchgbp",
|
|
@@ -1460,17 +1460,17 @@ declare enum Instrument {
|
|
|
1460
1460
|
*/
|
|
1461
1461
|
btgbgbx = "btgbgbx",
|
|
1462
1462
|
/**
|
|
1463
|
-
* ### Bitcoin vs Swiss
|
|
1463
|
+
* ### Bitcoin vs. Swiss franc
|
|
1464
1464
|
* *BTC/CHF*
|
|
1465
1465
|
*/
|
|
1466
1466
|
btcchf = "btcchf",
|
|
1467
1467
|
/**
|
|
1468
|
-
* ### Bitcoin vs Euro
|
|
1468
|
+
* ### Bitcoin vs. Euro
|
|
1469
1469
|
* *BTC/EUR*
|
|
1470
1470
|
*/
|
|
1471
1471
|
btceur = "btceur",
|
|
1472
1472
|
/**
|
|
1473
|
-
* ### Bitcoin vs Pound
|
|
1473
|
+
* ### Bitcoin vs. Pound sterling
|
|
1474
1474
|
* *BTC/GBP*
|
|
1475
1475
|
*/
|
|
1476
1476
|
btcgbp = "btcgbp",
|
|
@@ -2425,17 +2425,17 @@ declare enum Instrument {
|
|
|
2425
2425
|
*/
|
|
2426
2426
|
estcususd = "estcususd",
|
|
2427
2427
|
/**
|
|
2428
|
-
* ###
|
|
2428
|
+
* ### Ethereum vs. Swiss franc
|
|
2429
2429
|
* *ETH/CHF*
|
|
2430
2430
|
*/
|
|
2431
2431
|
ethchf = "ethchf",
|
|
2432
2432
|
/**
|
|
2433
|
-
* ###
|
|
2433
|
+
* ### Ethereum vs. Euro
|
|
2434
2434
|
* *ETH/EUR*
|
|
2435
2435
|
*/
|
|
2436
2436
|
etheur = "etheur",
|
|
2437
2437
|
/**
|
|
2438
|
-
* ###
|
|
2438
|
+
* ### Ethereum vs. Pound sterling
|
|
2439
2439
|
* *ETH/GBP*
|
|
2440
2440
|
*/
|
|
2441
2441
|
ethgbp = "ethgbp",
|
|
@@ -3785,17 +3785,17 @@ declare enum Instrument {
|
|
|
3785
3785
|
*/
|
|
3786
3786
|
lstrususd = "lstrususd",
|
|
3787
3787
|
/**
|
|
3788
|
-
* ### Litecoin vs Swiss
|
|
3788
|
+
* ### Litecoin vs. Swiss franc
|
|
3789
3789
|
* *LTC/CHF*
|
|
3790
3790
|
*/
|
|
3791
3791
|
ltcchf = "ltcchf",
|
|
3792
3792
|
/**
|
|
3793
|
-
* ### Litecoin vs Euro
|
|
3793
|
+
* ### Litecoin vs. Euro
|
|
3794
3794
|
* *LTC/EUR*
|
|
3795
3795
|
*/
|
|
3796
3796
|
ltceur = "ltceur",
|
|
3797
3797
|
/**
|
|
3798
|
-
* ### Pound
|
|
3798
|
+
* ### Litecoin vs. Pound sterling
|
|
3799
3799
|
* *LTC/GBP*
|
|
3800
3800
|
*/
|
|
3801
3801
|
ltcgbp = "ltcgbp",
|
|
@@ -5950,7 +5950,7 @@ declare enum Instrument {
|
|
|
5950
5950
|
*/
|
|
5951
5951
|
usfdususd = "usfdususd",
|
|
5952
5952
|
/**
|
|
5953
|
-
* ### United States Oil
|
|
5953
|
+
* ### United States Oil Fund
|
|
5954
5954
|
* *USO.US/USD*
|
|
5955
5955
|
*/
|
|
5956
5956
|
usoususd = "usoususd",
|
|
@@ -6325,17 +6325,17 @@ declare enum Instrument {
|
|
|
6325
6325
|
*/
|
|
6326
6326
|
xlkususd = "xlkususd",
|
|
6327
6327
|
/**
|
|
6328
|
-
* ### Stellar vs Swiss
|
|
6328
|
+
* ### Stellar vs. Swiss franc
|
|
6329
6329
|
* *XLM/CHF*
|
|
6330
6330
|
*/
|
|
6331
6331
|
xlmchf = "xlmchf",
|
|
6332
6332
|
/**
|
|
6333
|
-
* ### Stellar vs Euro
|
|
6333
|
+
* ### Stellar vs. Euro
|
|
6334
6334
|
* *XLM/EUR*
|
|
6335
6335
|
*/
|
|
6336
6336
|
xlmeur = "xlmeur",
|
|
6337
6337
|
/**
|
|
6338
|
-
* ### Stellar vs Pound
|
|
6338
|
+
* ### Stellar vs. Pound sterling
|
|
6339
6339
|
* *XLM/GBP*
|
|
6340
6340
|
*/
|
|
6341
6341
|
xlmgbp = "xlmgbp",
|
|
@@ -6468,10 +6468,1717 @@ declare enum Instrument {
|
|
|
6468
6468
|
* ### Zurich Insurance Group AG
|
|
6469
6469
|
* *ZURN.CH/CHF*
|
|
6470
6470
|
*/
|
|
6471
|
-
zurnchchf = "zurnchchf"
|
|
6471
|
+
zurnchchf = "zurnchchf",
|
|
6472
|
+
/**
|
|
6473
|
+
* ### ARK 21Shares Active Bitcoin Ethereum Strategy ETF Fund
|
|
6474
|
+
* *ARKI.US/USD*
|
|
6475
|
+
*/
|
|
6476
|
+
arkiususd = "arkiususd",
|
|
6477
|
+
/**
|
|
6478
|
+
* ### Global X Cybersecurity UCITS ETF Fund
|
|
6479
|
+
* *BUGG.GB/GBP*
|
|
6480
|
+
*/
|
|
6481
|
+
bugggbgbx = "bugggbgbx",
|
|
6482
|
+
/**
|
|
6483
|
+
* ### Lyxor Smart Overnight Return - UCITS ETF C-GBP
|
|
6484
|
+
* *CSH2.GB/GBX*
|
|
6485
|
+
*/
|
|
6486
|
+
csh2gbgbx = "csh2gbgbx",
|
|
6487
|
+
/**
|
|
6488
|
+
* ### WisdomTree Cybersecurity UCITS ETF Fund
|
|
6489
|
+
* *CYSE.GB/GBX*
|
|
6490
|
+
*/
|
|
6491
|
+
cysegbgbx = "cysegbgbx",
|
|
6492
|
+
/**
|
|
6493
|
+
* ### iShares MSCI Europe Health Care Sector UCITS ETF Fund
|
|
6494
|
+
* *ESIH.GB/GBP*
|
|
6495
|
+
*/
|
|
6496
|
+
esihgbgbx = "esihgbgbx",
|
|
6497
|
+
/**
|
|
6498
|
+
* ### iShares Physical Gold ETC Fund
|
|
6499
|
+
* *IGLN.US/USD*
|
|
6500
|
+
*/
|
|
6501
|
+
iglnususd = "iglnususd",
|
|
6502
|
+
/**
|
|
6503
|
+
* ### iShares S&P 500 Financials Sector UCITS ETF
|
|
6504
|
+
* *IUFS.US/USD*
|
|
6505
|
+
*/
|
|
6506
|
+
iufsususd = "iufsususd",
|
|
6507
|
+
/**
|
|
6508
|
+
* ### iShares MSCI Global Semiconductors UCITS ETF
|
|
6509
|
+
* *SEMI.GB/GBP*
|
|
6510
|
+
*/
|
|
6511
|
+
semigbgbx = "semigbgbx",
|
|
6512
|
+
/**
|
|
6513
|
+
* ### Invesco Physical Gold ETC Fund
|
|
6514
|
+
* *SGLD.US/USD*
|
|
6515
|
+
*/
|
|
6516
|
+
sgldususd = "sgldususd",
|
|
6517
|
+
/**
|
|
6518
|
+
* ### VanEck Semiconductor ETF Fund
|
|
6519
|
+
* *SMH.US/USD*
|
|
6520
|
+
*/
|
|
6521
|
+
smhususd = "smhususd",
|
|
6522
|
+
/**
|
|
6523
|
+
* ### Lyxor Smart Overnight Return - UCITS ETF C-USD
|
|
6524
|
+
* *SMTC.US/USD*
|
|
6525
|
+
*/
|
|
6526
|
+
smtcususd = "smtcususd",
|
|
6527
|
+
/**
|
|
6528
|
+
* ### Wisdomtree Artificial Intelligence And Innovation Fund
|
|
6529
|
+
* *WTAI.US/USD*
|
|
6530
|
+
*/
|
|
6531
|
+
wtaiususd = "wtaiususd",
|
|
6532
|
+
/**
|
|
6533
|
+
* ### Xtrackers FTSE Developed Europe Real Estate UCITS ETF
|
|
6534
|
+
* *XDER.GB/GBX*
|
|
6535
|
+
*/
|
|
6536
|
+
xdergbgbx = "xdergbgbx",
|
|
6537
|
+
/**
|
|
6538
|
+
* ### Xtrackers MSCI World Health Care UCITS ETF Fund
|
|
6539
|
+
* *XDWH.US/USD*
|
|
6540
|
+
*/
|
|
6541
|
+
xdwhususd = "xdwhususd",
|
|
6542
|
+
/**
|
|
6543
|
+
* ### Xtrackers MSCI World Information Technology UCITS ETF
|
|
6544
|
+
* *XDWT.US/USD*
|
|
6545
|
+
*/
|
|
6546
|
+
xdwtususd = "xdwtususd",
|
|
6547
|
+
/**
|
|
6548
|
+
* ### Invesco Real Estate S&P US Select Sector UCITS ETF Acc
|
|
6549
|
+
* *XRES.US/USD*
|
|
6550
|
+
*/
|
|
6551
|
+
xresususd = "xresususd",
|
|
6552
|
+
/**
|
|
6553
|
+
* ### ARK Autonomous Technology & Robotics ETF
|
|
6554
|
+
* *ARKQ.US/USD*
|
|
6555
|
+
*/
|
|
6556
|
+
arkqususd = "arkqususd",
|
|
6557
|
+
/**
|
|
6558
|
+
* ### ARK Space Exporation & Innovation ETF
|
|
6559
|
+
* *ARKX.US/USD*
|
|
6560
|
+
*/
|
|
6561
|
+
arkxususd = "arkxususd",
|
|
6562
|
+
/**
|
|
6563
|
+
* ### Amplify Travel Tech ETF
|
|
6564
|
+
* *AWAY.US/USD*
|
|
6565
|
+
*/
|
|
6566
|
+
awayususd = "awayususd",
|
|
6567
|
+
/**
|
|
6568
|
+
* ### ProShares Bitcoin ETF
|
|
6569
|
+
* *BITO.US/USD*
|
|
6570
|
+
*/
|
|
6571
|
+
bitoususd = "bitoususd",
|
|
6572
|
+
/**
|
|
6573
|
+
* ### Valkyrie Bitcoin and Ether Strategy ETF
|
|
6574
|
+
* *BTF.US/USD*
|
|
6575
|
+
*/
|
|
6576
|
+
btfususd = "btfususd",
|
|
6577
|
+
/**
|
|
6578
|
+
* ### Lyxor Smart Overnight Return - UCITS ETF C-EUR
|
|
6579
|
+
* *CSH2.FR/EUR*
|
|
6580
|
+
*/
|
|
6581
|
+
csh2freur = "csh2freur",
|
|
6582
|
+
/**
|
|
6583
|
+
* ### VanEck Video Gaming and eSports ETF
|
|
6584
|
+
* *ESPO.US/USD*
|
|
6585
|
+
*/
|
|
6586
|
+
espoususd = "espoususd",
|
|
6587
|
+
/**
|
|
6588
|
+
* ### Global X FinTech ETF
|
|
6589
|
+
* *FINX.US/USD*
|
|
6590
|
+
*/
|
|
6591
|
+
finxususd = "finxususd",
|
|
6592
|
+
/**
|
|
6593
|
+
* ### First Trust Nasdaq Food & Beverage ETF
|
|
6594
|
+
* *FTXG.US/USD*
|
|
6595
|
+
*/
|
|
6596
|
+
ftxgususd = "ftxgususd",
|
|
6597
|
+
/**
|
|
6598
|
+
* ### iShares US Insurance ETF
|
|
6599
|
+
* *IAK.US/USD*
|
|
6600
|
+
*/
|
|
6601
|
+
iakususd = "iakususd",
|
|
6602
|
+
/**
|
|
6603
|
+
* ### iShares US Aerospace & Defense ETF
|
|
6604
|
+
* *ITA.US/USD*
|
|
6605
|
+
*/
|
|
6606
|
+
itaususd = "itaususd",
|
|
6607
|
+
/**
|
|
6608
|
+
* ### US Global Jets ETF
|
|
6609
|
+
* *JETS.US/USD*
|
|
6610
|
+
*/
|
|
6611
|
+
jetsususd = "jetsususd",
|
|
6612
|
+
/**
|
|
6613
|
+
* ### SPDR S&P Insurance ETF
|
|
6614
|
+
* *KIE.US/USD*
|
|
6615
|
+
*/
|
|
6616
|
+
kieususd = "kieususd",
|
|
6617
|
+
/**
|
|
6618
|
+
* ### SPDR S&P Regional Banking ETF
|
|
6619
|
+
* *KRE.US/USD*
|
|
6620
|
+
*/
|
|
6621
|
+
kreususd = "kreususd",
|
|
6622
|
+
/**
|
|
6623
|
+
* ### Invesco Food & Beverage ETF
|
|
6624
|
+
* *PBJ.US/USD*
|
|
6625
|
+
*/
|
|
6626
|
+
pbjususd = "pbjususd",
|
|
6627
|
+
/**
|
|
6628
|
+
* ### Invesco Leisure & Entertainment ETF
|
|
6629
|
+
* *PEJ.US/USD*
|
|
6630
|
+
*/
|
|
6631
|
+
pejususd = "pejususd",
|
|
6632
|
+
/**
|
|
6633
|
+
* ### Invesco Aerospace & Defense ETF
|
|
6634
|
+
* *PPA.US/USD*
|
|
6635
|
+
*/
|
|
6636
|
+
ppaususd = "ppaususd",
|
|
6637
|
+
/**
|
|
6638
|
+
* ### ROBO Global Robotics & Automation Index ETF
|
|
6639
|
+
* *ROBO.US/USD*
|
|
6640
|
+
*/
|
|
6641
|
+
roboususd = "roboususd",
|
|
6642
|
+
/**
|
|
6643
|
+
* ### Vanguard Energy ETF
|
|
6644
|
+
* *VDE.US/USD*
|
|
6645
|
+
*/
|
|
6646
|
+
vdeususd = "vdeususd",
|
|
6647
|
+
/**
|
|
6648
|
+
* ### United Arab Emirates dirham vs. Renminbi (offshore)
|
|
6649
|
+
* *AED/CNH*
|
|
6650
|
+
*/
|
|
6651
|
+
aedcnh = "aedcnh",
|
|
6652
|
+
/**
|
|
6653
|
+
* ### United Arab Emirates dirham vs. Czech koruna
|
|
6654
|
+
* *AED/CZK*
|
|
6655
|
+
*/
|
|
6656
|
+
aedczk = "aedczk",
|
|
6657
|
+
/**
|
|
6658
|
+
* ### United Arab Emirates dirham vs. Hong Kong dollar
|
|
6659
|
+
* *AED/HKD*
|
|
6660
|
+
*/
|
|
6661
|
+
aedhkd = "aedhkd",
|
|
6662
|
+
/**
|
|
6663
|
+
* ### United Arab Emirates dirham vs. Hungarian forint
|
|
6664
|
+
* *AED/HUF*
|
|
6665
|
+
*/
|
|
6666
|
+
aedhuf = "aedhuf",
|
|
6667
|
+
/**
|
|
6668
|
+
* ### United Arab Emirates dirham vs. Japanese yen
|
|
6669
|
+
* *AED/JPY*
|
|
6670
|
+
*/
|
|
6671
|
+
aedjpy = "aedjpy",
|
|
6672
|
+
/**
|
|
6673
|
+
* ### United Arab Emirates dirham vs. Mexican peso
|
|
6674
|
+
* *AED/MXN*
|
|
6675
|
+
*/
|
|
6676
|
+
aedmxn = "aedmxn",
|
|
6677
|
+
/**
|
|
6678
|
+
* ### United Arab Emirates dirham vs. Romanian leu
|
|
6679
|
+
* *AED/RON*
|
|
6680
|
+
*/
|
|
6681
|
+
aedron = "aedron",
|
|
6682
|
+
/**
|
|
6683
|
+
* ### United Arab Emirates dirham vs. Saudi riyal
|
|
6684
|
+
* *AED/SAR*
|
|
6685
|
+
*/
|
|
6686
|
+
aedsar = "aedsar",
|
|
6687
|
+
/**
|
|
6688
|
+
* ### United Arab Emirates dirham vs. Thai baht
|
|
6689
|
+
* *AED/THB*
|
|
6690
|
+
*/
|
|
6691
|
+
aedthb = "aedthb",
|
|
6692
|
+
/**
|
|
6693
|
+
* ### United Arab Emirates dirham vs. Turkish lira
|
|
6694
|
+
* *AED/TRY*
|
|
6695
|
+
*/
|
|
6696
|
+
aedtry = "aedtry",
|
|
6697
|
+
/**
|
|
6698
|
+
* ### United Arab Emirates dirham vs. South African rand
|
|
6699
|
+
* *AED/ZAR*
|
|
6700
|
+
*/
|
|
6701
|
+
aedzar = "aedzar",
|
|
6702
|
+
/**
|
|
6703
|
+
* ### iShares Ageing Population UCITS ETF USD (Acc)
|
|
6704
|
+
* *AGES.GB/GBX*
|
|
6705
|
+
*/
|
|
6706
|
+
agesgbgbx = "agesgbgbx",
|
|
6707
|
+
/**
|
|
6708
|
+
* ### L&G Artificial Intelligence UCITS ETF
|
|
6709
|
+
* *AIAI.GB/USD*
|
|
6710
|
+
*/
|
|
6711
|
+
aiaigbusd = "aiaigbusd",
|
|
6712
|
+
/**
|
|
6713
|
+
* ### Australian dollar vs. United Arab Emirates dirham
|
|
6714
|
+
* *AUD/AED*
|
|
6715
|
+
*/
|
|
6716
|
+
audaed = "audaed",
|
|
6717
|
+
/**
|
|
6718
|
+
* ### Australian dollar vs. Renminbi (offshore)
|
|
6719
|
+
* *AUD/CNH*
|
|
6720
|
+
*/
|
|
6721
|
+
audcnh = "audcnh",
|
|
6722
|
+
/**
|
|
6723
|
+
* ### Australian dollar vs. Czech koruna
|
|
6724
|
+
* *AUD/CZK*
|
|
6725
|
+
*/
|
|
6726
|
+
audczk = "audczk",
|
|
6727
|
+
/**
|
|
6728
|
+
* ### Australian dollar vs. Danish krone
|
|
6729
|
+
* *AUD/DKK*
|
|
6730
|
+
*/
|
|
6731
|
+
auddkk = "auddkk",
|
|
6732
|
+
/**
|
|
6733
|
+
* ### Australian dollar vs. Hong Kong dollar
|
|
6734
|
+
* *AUD/HKD*
|
|
6735
|
+
*/
|
|
6736
|
+
audhkd = "audhkd",
|
|
6737
|
+
/**
|
|
6738
|
+
* ### Australian dollar vs. Hungarian forint
|
|
6739
|
+
* *AUD/HUF*
|
|
6740
|
+
*/
|
|
6741
|
+
audhuf = "audhuf",
|
|
6742
|
+
/**
|
|
6743
|
+
* ### Australian dollar vs. Israeli new shekel
|
|
6744
|
+
* *AUD/ILS*
|
|
6745
|
+
*/
|
|
6746
|
+
audils = "audils",
|
|
6747
|
+
/**
|
|
6748
|
+
* ### Australian dollar vs. Mexican peso
|
|
6749
|
+
* *AUD/MXN*
|
|
6750
|
+
*/
|
|
6751
|
+
audmxn = "audmxn",
|
|
6752
|
+
/**
|
|
6753
|
+
* ### Australian dollar vs. Norwegian krone
|
|
6754
|
+
* *AUD/NOK*
|
|
6755
|
+
*/
|
|
6756
|
+
audnok = "audnok",
|
|
6757
|
+
/**
|
|
6758
|
+
* ### Australian dollar vs. Polish złoty
|
|
6759
|
+
* *AUD/PLN*
|
|
6760
|
+
*/
|
|
6761
|
+
audpln = "audpln",
|
|
6762
|
+
/**
|
|
6763
|
+
* ### Australian dollar vs. Romanian leu
|
|
6764
|
+
* *AUD/RON*
|
|
6765
|
+
*/
|
|
6766
|
+
audron = "audron",
|
|
6767
|
+
/**
|
|
6768
|
+
* ### Australian dollar vs. Saudi riyal
|
|
6769
|
+
* *AUD/SAR*
|
|
6770
|
+
*/
|
|
6771
|
+
audsar = "audsar",
|
|
6772
|
+
/**
|
|
6773
|
+
* ### Australian dollar vs. Swedish krona
|
|
6774
|
+
* *AUD/SEK*
|
|
6775
|
+
*/
|
|
6776
|
+
audsek = "audsek",
|
|
6777
|
+
/**
|
|
6778
|
+
* ### Australian dollar vs. Thai baht
|
|
6779
|
+
* *AUD/THB*
|
|
6780
|
+
*/
|
|
6781
|
+
audthb = "audthb",
|
|
6782
|
+
/**
|
|
6783
|
+
* ### Australian dollar vs. Turkish lira
|
|
6784
|
+
* *AUD/TRY*
|
|
6785
|
+
*/
|
|
6786
|
+
audtry = "audtry",
|
|
6787
|
+
/**
|
|
6788
|
+
* ### Australian dollar vs. South African rand
|
|
6789
|
+
* *AUD/ZAR*
|
|
6790
|
+
*/
|
|
6791
|
+
audzar = "audzar",
|
|
6792
|
+
/**
|
|
6793
|
+
* ### Canadian dollar vs. United Arab Emirates dirham
|
|
6794
|
+
* *CAD/AED*
|
|
6795
|
+
*/
|
|
6796
|
+
cadaed = "cadaed",
|
|
6797
|
+
/**
|
|
6798
|
+
* ### Canadian dollar vs. Renminbi (offshore)
|
|
6799
|
+
* *CAD/CNH*
|
|
6800
|
+
*/
|
|
6801
|
+
cadcnh = "cadcnh",
|
|
6802
|
+
/**
|
|
6803
|
+
* ### Canadian dollar vs. Czech koruna
|
|
6804
|
+
* *CAD/CZK*
|
|
6805
|
+
*/
|
|
6806
|
+
cadczk = "cadczk",
|
|
6807
|
+
/**
|
|
6808
|
+
* ### Canadian dollar vs. Danish krone
|
|
6809
|
+
* *CAD/DKK*
|
|
6810
|
+
*/
|
|
6811
|
+
caddkk = "caddkk",
|
|
6812
|
+
/**
|
|
6813
|
+
* ### Canadian dollar vs. Hungarian forint
|
|
6814
|
+
* *CAD/HUF*
|
|
6815
|
+
*/
|
|
6816
|
+
cadhuf = "cadhuf",
|
|
6817
|
+
/**
|
|
6818
|
+
* ### Canadian dollar vs. Israeli new shekel
|
|
6819
|
+
* *CAD/ILS*
|
|
6820
|
+
*/
|
|
6821
|
+
cadils = "cadils",
|
|
6822
|
+
/**
|
|
6823
|
+
* ### Canadian dollar vs. Mexican peso
|
|
6824
|
+
* *CAD/MXN*
|
|
6825
|
+
*/
|
|
6826
|
+
cadmxn = "cadmxn",
|
|
6827
|
+
/**
|
|
6828
|
+
* ### Canadian dollar vs. Norwegian krone
|
|
6829
|
+
* *CAD/NOK*
|
|
6830
|
+
*/
|
|
6831
|
+
cadnok = "cadnok",
|
|
6832
|
+
/**
|
|
6833
|
+
* ### Canadian dollar vs. Polish złoty
|
|
6834
|
+
* *CAD/PLN*
|
|
6835
|
+
*/
|
|
6836
|
+
cadpln = "cadpln",
|
|
6837
|
+
/**
|
|
6838
|
+
* ### Canadian dollar vs. Romanian leu
|
|
6839
|
+
* *CAD/RON*
|
|
6840
|
+
*/
|
|
6841
|
+
cadron = "cadron",
|
|
6842
|
+
/**
|
|
6843
|
+
* ### Canadian dollar vs. Saudi riyal
|
|
6844
|
+
* *CAD/SAR*
|
|
6845
|
+
*/
|
|
6846
|
+
cadsar = "cadsar",
|
|
6847
|
+
/**
|
|
6848
|
+
* ### Canadian dollar vs. Swedish krona
|
|
6849
|
+
* *CAD/SEK*
|
|
6850
|
+
*/
|
|
6851
|
+
cadsek = "cadsek",
|
|
6852
|
+
/**
|
|
6853
|
+
* ### Canadian dollar vs. Singapore dollar
|
|
6854
|
+
* *CAD/SGD*
|
|
6855
|
+
*/
|
|
6856
|
+
cadsgd = "cadsgd",
|
|
6857
|
+
/**
|
|
6858
|
+
* ### Canadian dollar vs. Thai baht
|
|
6859
|
+
* *CAD/THB*
|
|
6860
|
+
*/
|
|
6861
|
+
cadthb = "cadthb",
|
|
6862
|
+
/**
|
|
6863
|
+
* ### Canadian dollar vs. Turkish lira
|
|
6864
|
+
* *CAD/TRY*
|
|
6865
|
+
*/
|
|
6866
|
+
cadtry = "cadtry",
|
|
6867
|
+
/**
|
|
6868
|
+
* ### Canadian dollar vs. South African rand
|
|
6869
|
+
* *CAD/ZAR*
|
|
6870
|
+
*/
|
|
6871
|
+
cadzar = "cadzar",
|
|
6872
|
+
/**
|
|
6873
|
+
* ### Swiss franc vs. United Arab Emirates dirham
|
|
6874
|
+
* *CHF/AED*
|
|
6875
|
+
*/
|
|
6876
|
+
chfaed = "chfaed",
|
|
6877
|
+
/**
|
|
6878
|
+
* ### Swiss franc vs. Renminbi (offshore)
|
|
6879
|
+
* *CHF/CNH*
|
|
6880
|
+
*/
|
|
6881
|
+
chfcnh = "chfcnh",
|
|
6882
|
+
/**
|
|
6883
|
+
* ### Swiss franc vs. Czech koruna
|
|
6884
|
+
* *CHF/CZK*
|
|
6885
|
+
*/
|
|
6886
|
+
chfczk = "chfczk",
|
|
6887
|
+
/**
|
|
6888
|
+
* ### Swiss franc vs. Danish krone
|
|
6889
|
+
* *CHF/DKK*
|
|
6890
|
+
*/
|
|
6891
|
+
chfdkk = "chfdkk",
|
|
6892
|
+
/**
|
|
6893
|
+
* ### Swiss franc vs. Hong Kong dollar
|
|
6894
|
+
* *CHF/HKD*
|
|
6895
|
+
*/
|
|
6896
|
+
chfhkd = "chfhkd",
|
|
6897
|
+
/**
|
|
6898
|
+
* ### Swiss franc vs. Hungarian forint
|
|
6899
|
+
* *CHF/HUF*
|
|
6900
|
+
*/
|
|
6901
|
+
chfhuf = "chfhuf",
|
|
6902
|
+
/**
|
|
6903
|
+
* ### Swiss franc vs. Israeli new shekel
|
|
6904
|
+
* *CHF/ILS*
|
|
6905
|
+
*/
|
|
6906
|
+
chfils = "chfils",
|
|
6907
|
+
/**
|
|
6908
|
+
* ### Swiss franc vs. Mexican peso
|
|
6909
|
+
* *CHF/MXN*
|
|
6910
|
+
*/
|
|
6911
|
+
chfmxn = "chfmxn",
|
|
6912
|
+
/**
|
|
6913
|
+
* ### Swiss franc vs. Norwegian krone
|
|
6914
|
+
* *CHF/NOK*
|
|
6915
|
+
*/
|
|
6916
|
+
chfnok = "chfnok",
|
|
6917
|
+
/**
|
|
6918
|
+
* ### Swiss franc vs. Polish złoty
|
|
6919
|
+
* *CHF/PLN*
|
|
6920
|
+
*/
|
|
6921
|
+
chfpln = "chfpln",
|
|
6922
|
+
/**
|
|
6923
|
+
* ### Swiss franc vs. Romanian leu
|
|
6924
|
+
* *CHF/RON*
|
|
6925
|
+
*/
|
|
6926
|
+
chfron = "chfron",
|
|
6927
|
+
/**
|
|
6928
|
+
* ### Swiss franc vs. Saudi riyal
|
|
6929
|
+
* *CHF/SAR*
|
|
6930
|
+
*/
|
|
6931
|
+
chfsar = "chfsar",
|
|
6932
|
+
/**
|
|
6933
|
+
* ### Swiss franc vs. Swedish krona
|
|
6934
|
+
* *CHF/SEK*
|
|
6935
|
+
*/
|
|
6936
|
+
chfsek = "chfsek",
|
|
6937
|
+
/**
|
|
6938
|
+
* ### Swiss franc vs. Thai baht
|
|
6939
|
+
* *CHF/THB*
|
|
6940
|
+
*/
|
|
6941
|
+
chfthb = "chfthb",
|
|
6942
|
+
/**
|
|
6943
|
+
* ### Swiss franc vs. Turkish lira
|
|
6944
|
+
* *CHF/TRY*
|
|
6945
|
+
*/
|
|
6946
|
+
chftry = "chftry",
|
|
6947
|
+
/**
|
|
6948
|
+
* ### Swiss franc vs. South African rand
|
|
6949
|
+
* *CHF/ZAR*
|
|
6950
|
+
*/
|
|
6951
|
+
chfzar = "chfzar",
|
|
6952
|
+
/**
|
|
6953
|
+
* ### iShares NASDAQ 100 UCITS ETF USD (Acc)
|
|
6954
|
+
* *CNDX.GB/USD*
|
|
6955
|
+
*/
|
|
6956
|
+
cndxgbusd = "cndxgbusd",
|
|
6957
|
+
/**
|
|
6958
|
+
* ### Renminbi (offshore) vs. Czech koruna
|
|
6959
|
+
* *CNH/CZK*
|
|
6960
|
+
*/
|
|
6961
|
+
cnhczk = "cnhczk",
|
|
6962
|
+
/**
|
|
6963
|
+
* ### Renminbi (offshore) vs. Hong Kong dollar
|
|
6964
|
+
* *CNH/HKD*
|
|
6965
|
+
*/
|
|
6966
|
+
cnhhkd = "cnhhkd",
|
|
6967
|
+
/**
|
|
6968
|
+
* ### Renminbi (offshore) vs. Hungarian forint
|
|
6969
|
+
* *CNH/HUF*
|
|
6970
|
+
*/
|
|
6971
|
+
cnhhuf = "cnhhuf",
|
|
6972
|
+
/**
|
|
6973
|
+
* ### Renminbi (offshore) vs. Japanese yen
|
|
6974
|
+
* *CNH/JPY*
|
|
6975
|
+
*/
|
|
6976
|
+
cnhjpy = "cnhjpy",
|
|
6977
|
+
/**
|
|
6978
|
+
* ### Renminbi (offshore) vs. Mexican peso
|
|
6979
|
+
* *CNH/MXN*
|
|
6980
|
+
*/
|
|
6981
|
+
cnhmxn = "cnhmxn",
|
|
6982
|
+
/**
|
|
6983
|
+
* ### Renminbi (offshore) vs. Thai baht
|
|
6984
|
+
* *CNH/THB*
|
|
6985
|
+
*/
|
|
6986
|
+
cnhthb = "cnhthb",
|
|
6987
|
+
/**
|
|
6988
|
+
* ### Renminbi (offshore) vs. Turkish lira
|
|
6989
|
+
* *CNH/TRY*
|
|
6990
|
+
*/
|
|
6991
|
+
cnhtry = "cnhtry",
|
|
6992
|
+
/**
|
|
6993
|
+
* ### Renminbi (offshore) vs. South African rand
|
|
6994
|
+
* *CNH/ZAR*
|
|
6995
|
+
*/
|
|
6996
|
+
cnhzar = "cnhzar",
|
|
6997
|
+
/**
|
|
6998
|
+
* ### Czech koruna vs. Hungarian forint
|
|
6999
|
+
* *CZK/HUF*
|
|
7000
|
+
*/
|
|
7001
|
+
czkhuf = "czkhuf",
|
|
7002
|
+
/**
|
|
7003
|
+
* ### Czech koruna vs. Japanese yen
|
|
7004
|
+
* *CZK/JPY*
|
|
7005
|
+
*/
|
|
7006
|
+
czkjpy = "czkjpy",
|
|
7007
|
+
/**
|
|
7008
|
+
* ### Czech koruna vs. Thai baht
|
|
7009
|
+
* *CZK/THB*
|
|
7010
|
+
*/
|
|
7011
|
+
czkthb = "czkthb",
|
|
7012
|
+
/**
|
|
7013
|
+
* ### Czech koruna vs. Turkish lira
|
|
7014
|
+
* *CZK/TRY*
|
|
7015
|
+
*/
|
|
7016
|
+
czktry = "czktry",
|
|
7017
|
+
/**
|
|
7018
|
+
* ### VanEck Defense ETF A USD Acc (GBP)
|
|
7019
|
+
* *DFNG.GB/GBP*
|
|
7020
|
+
*/
|
|
7021
|
+
dfnggbgbp = "dfnggbgbp",
|
|
7022
|
+
/**
|
|
7023
|
+
* ### Danish krone vs. United Arab Emirates dirham
|
|
7024
|
+
* *DKK/AED*
|
|
7025
|
+
*/
|
|
7026
|
+
dkkaed = "dkkaed",
|
|
7027
|
+
/**
|
|
7028
|
+
* ### Danish krone vs. Renminbi (offshore)
|
|
7029
|
+
* *DKK/CNH*
|
|
7030
|
+
*/
|
|
7031
|
+
dkkcnh = "dkkcnh",
|
|
7032
|
+
/**
|
|
7033
|
+
* ### Danish krone vs. Czech koruna
|
|
7034
|
+
* *DKK/CZK*
|
|
7035
|
+
*/
|
|
7036
|
+
dkkczk = "dkkczk",
|
|
7037
|
+
/**
|
|
7038
|
+
* ### Danish krone vs. Hong Kong dollar
|
|
7039
|
+
* *DKK/HKD*
|
|
7040
|
+
*/
|
|
7041
|
+
dkkhkd = "dkkhkd",
|
|
7042
|
+
/**
|
|
7043
|
+
* ### Danish krone vs. Hungarian forint
|
|
7044
|
+
* *DKK/HUF*
|
|
7045
|
+
*/
|
|
7046
|
+
dkkhuf = "dkkhuf",
|
|
7047
|
+
/**
|
|
7048
|
+
* ### Danish krone vs. Israeli new shekel
|
|
7049
|
+
* *DKK/ILS*
|
|
7050
|
+
*/
|
|
7051
|
+
dkkils = "dkkils",
|
|
7052
|
+
/**
|
|
7053
|
+
* ### Danish krone vs. Japanese yen
|
|
7054
|
+
* *DKK/JPY*
|
|
7055
|
+
*/
|
|
7056
|
+
dkkjpy = "dkkjpy",
|
|
7057
|
+
/**
|
|
7058
|
+
* ### Danish krone vs. Mexican peso
|
|
7059
|
+
* *DKK/MXN*
|
|
7060
|
+
*/
|
|
7061
|
+
dkkmxn = "dkkmxn",
|
|
7062
|
+
/**
|
|
7063
|
+
* ### Danish krone vs. Romanian leu
|
|
7064
|
+
* *DKK/RON*
|
|
7065
|
+
*/
|
|
7066
|
+
dkkron = "dkkron",
|
|
7067
|
+
/**
|
|
7068
|
+
* ### Danish krone vs. Saudi riyal
|
|
7069
|
+
* *DKK/SAR*
|
|
7070
|
+
*/
|
|
7071
|
+
dkksar = "dkksar",
|
|
7072
|
+
/**
|
|
7073
|
+
* ### Danish krone vs. Thai baht
|
|
7074
|
+
* *DKK/THB*
|
|
7075
|
+
*/
|
|
7076
|
+
dkkthb = "dkkthb",
|
|
7077
|
+
/**
|
|
7078
|
+
* ### Danish krone vs. Turkish lira
|
|
7079
|
+
* *DKK/TRY*
|
|
7080
|
+
*/
|
|
7081
|
+
dkktry = "dkktry",
|
|
7082
|
+
/**
|
|
7083
|
+
* ### Danish krone vs. South African rand
|
|
7084
|
+
* *DKK/ZAR*
|
|
7085
|
+
*/
|
|
7086
|
+
dkkzar = "dkkzar",
|
|
7087
|
+
/**
|
|
7088
|
+
* ### iShares Electric Vehicles and Driving Technology UCITS ETF USD (Acc)
|
|
7089
|
+
* *ECAR.GB/USD*
|
|
7090
|
+
*/
|
|
7091
|
+
ecargbusd = "ecargbusd",
|
|
7092
|
+
/**
|
|
7093
|
+
* ### Euro vs. United Arab Emirates dirham
|
|
7094
|
+
* *EUR/AED*
|
|
7095
|
+
*/
|
|
7096
|
+
euraed = "euraed",
|
|
7097
|
+
/**
|
|
7098
|
+
* ### Euro vs. Renminbi (offshore)
|
|
7099
|
+
* *EUR/CNH*
|
|
7100
|
+
*/
|
|
7101
|
+
eurcnh = "eurcnh",
|
|
7102
|
+
/**
|
|
7103
|
+
* ### Euro vs. Israeli new shekel
|
|
7104
|
+
* *EUR/ILS*
|
|
7105
|
+
*/
|
|
7106
|
+
eurils = "eurils",
|
|
7107
|
+
/**
|
|
7108
|
+
* ### Euro vs. Mexican peso
|
|
7109
|
+
* *EUR/MXN*
|
|
7110
|
+
*/
|
|
7111
|
+
eurmxn = "eurmxn",
|
|
7112
|
+
/**
|
|
7113
|
+
* ### Euro vs. Romanian leu
|
|
7114
|
+
* *EUR/RON*
|
|
7115
|
+
*/
|
|
7116
|
+
eurron = "eurron",
|
|
7117
|
+
/**
|
|
7118
|
+
* ### Euro vs. Saudi riyal
|
|
7119
|
+
* *EUR/SAR*
|
|
7120
|
+
*/
|
|
7121
|
+
eursar = "eursar",
|
|
7122
|
+
/**
|
|
7123
|
+
* ### Euro vs. Thai baht
|
|
7124
|
+
* *EUR/THB*
|
|
7125
|
+
*/
|
|
7126
|
+
eurthb = "eurthb",
|
|
7127
|
+
/**
|
|
7128
|
+
* ### Euro vs. South African rand
|
|
7129
|
+
* *EUR/ZAR*
|
|
7130
|
+
*/
|
|
7131
|
+
eurzar = "eurzar",
|
|
7132
|
+
/**
|
|
7133
|
+
* ### Pound sterling vs. United Arab Emirates dirham
|
|
7134
|
+
* *GBP/AED*
|
|
7135
|
+
*/
|
|
7136
|
+
gbpaed = "gbpaed",
|
|
7137
|
+
/**
|
|
7138
|
+
* ### Pound sterling vs. Renminbi (offshore)
|
|
7139
|
+
* *GBP/CNH*
|
|
7140
|
+
*/
|
|
7141
|
+
gbpcnh = "gbpcnh",
|
|
7142
|
+
/**
|
|
7143
|
+
* ### Pound sterling vs. Czech koruna
|
|
7144
|
+
* *GBP/CZK*
|
|
7145
|
+
*/
|
|
7146
|
+
gbpczk = "gbpczk",
|
|
7147
|
+
/**
|
|
7148
|
+
* ### Pound sterling vs. Danish krone
|
|
7149
|
+
* *GBP/DKK*
|
|
7150
|
+
*/
|
|
7151
|
+
gbpdkk = "gbpdkk",
|
|
7152
|
+
/**
|
|
7153
|
+
* ### Pound sterling vs. Hong Kong dollar
|
|
7154
|
+
* *GBP/HKD*
|
|
7155
|
+
*/
|
|
7156
|
+
gbphkd = "gbphkd",
|
|
7157
|
+
/**
|
|
7158
|
+
* ### Pound sterling vs. Hungarian forint
|
|
7159
|
+
* *GBP/HUF*
|
|
7160
|
+
*/
|
|
7161
|
+
gbphuf = "gbphuf",
|
|
7162
|
+
/**
|
|
7163
|
+
* ### Pound sterling vs. Israeli new shekel
|
|
7164
|
+
* *GBP/ILS*
|
|
7165
|
+
*/
|
|
7166
|
+
gbpils = "gbpils",
|
|
7167
|
+
/**
|
|
7168
|
+
* ### Pound sterling vs. Mexican peso
|
|
7169
|
+
* *GBP/MXN*
|
|
7170
|
+
*/
|
|
7171
|
+
gbpmxn = "gbpmxn",
|
|
7172
|
+
/**
|
|
7173
|
+
* ### Pound sterling vs. Norwegian krone
|
|
7174
|
+
* *GBP/NOK*
|
|
7175
|
+
*/
|
|
7176
|
+
gbpnok = "gbpnok",
|
|
7177
|
+
/**
|
|
7178
|
+
* ### Pound sterling vs. Polish złoty
|
|
7179
|
+
* *GBP/PLN*
|
|
7180
|
+
*/
|
|
7181
|
+
gbppln = "gbppln",
|
|
7182
|
+
/**
|
|
7183
|
+
* ### Pound sterling vs. Romanian leu
|
|
7184
|
+
* *GBP/RON*
|
|
7185
|
+
*/
|
|
7186
|
+
gbpron = "gbpron",
|
|
7187
|
+
/**
|
|
7188
|
+
* ### Pound sterling vs. Saudi riyal
|
|
7189
|
+
* *GBP/SAR*
|
|
7190
|
+
*/
|
|
7191
|
+
gbpsar = "gbpsar",
|
|
7192
|
+
/**
|
|
7193
|
+
* ### Pound sterling vs. Swedish krona
|
|
7194
|
+
* *GBP/SEK*
|
|
7195
|
+
*/
|
|
7196
|
+
gbpsek = "gbpsek",
|
|
7197
|
+
/**
|
|
7198
|
+
* ### Pound sterling vs. Singapore dollar
|
|
7199
|
+
* *GBP/SGD*
|
|
7200
|
+
*/
|
|
7201
|
+
gbpsgd = "gbpsgd",
|
|
7202
|
+
/**
|
|
7203
|
+
* ### Pound sterling vs. Thai baht
|
|
7204
|
+
* *GBP/THB*
|
|
7205
|
+
*/
|
|
7206
|
+
gbpthb = "gbpthb",
|
|
7207
|
+
/**
|
|
7208
|
+
* ### Pound sterling vs. Turkish lira
|
|
7209
|
+
* *GBP/TRY*
|
|
7210
|
+
*/
|
|
7211
|
+
gbptry = "gbptry",
|
|
7212
|
+
/**
|
|
7213
|
+
* ### Pound sterling vs. South African rand
|
|
7214
|
+
* *GBP/ZAR*
|
|
7215
|
+
*/
|
|
7216
|
+
gbpzar = "gbpzar",
|
|
7217
|
+
/**
|
|
7218
|
+
* ### L&G Clean Water UCITS ETF
|
|
7219
|
+
* *GLGG.GB/GBX*
|
|
7220
|
+
*/
|
|
7221
|
+
glgggbgbx = "glgggbgbx",
|
|
7222
|
+
/**
|
|
7223
|
+
* ### Hong Kong dollar vs. Czech koruna
|
|
7224
|
+
* *HKD/CZK*
|
|
7225
|
+
*/
|
|
7226
|
+
hkdczk = "hkdczk",
|
|
7227
|
+
/**
|
|
7228
|
+
* ### Hong Kong dollar vs. Hungarian forint
|
|
7229
|
+
* *HKD/HUF*
|
|
7230
|
+
*/
|
|
7231
|
+
hkdhuf = "hkdhuf",
|
|
7232
|
+
/**
|
|
7233
|
+
* ### Hong Kong dollar vs. Mexican peso
|
|
7234
|
+
* *HKD/MXN*
|
|
7235
|
+
*/
|
|
7236
|
+
hkdmxn = "hkdmxn",
|
|
7237
|
+
/**
|
|
7238
|
+
* ### Hong Kong dollar vs. Thai baht
|
|
7239
|
+
* *HKD/THB*
|
|
7240
|
+
*/
|
|
7241
|
+
hkdthb = "hkdthb",
|
|
7242
|
+
/**
|
|
7243
|
+
* ### Hong Kong dollar vs. Turkish lira
|
|
7244
|
+
* *HKD/TRY*
|
|
7245
|
+
*/
|
|
7246
|
+
hkdtry = "hkdtry",
|
|
7247
|
+
/**
|
|
7248
|
+
* ### Hong Kong dollar vs. South African rand
|
|
7249
|
+
* *HKD/ZAR*
|
|
7250
|
+
*/
|
|
7251
|
+
hkdzar = "hkdzar",
|
|
7252
|
+
/**
|
|
7253
|
+
* ### Israeli new shekel vs. United Arab Emirates dirham
|
|
7254
|
+
* *ILS/AED*
|
|
7255
|
+
*/
|
|
7256
|
+
ilsaed = "ilsaed",
|
|
7257
|
+
/**
|
|
7258
|
+
* ### Israeli new shekel vs. Renminbi (offshore)
|
|
7259
|
+
* *ILS/CNH*
|
|
7260
|
+
*/
|
|
7261
|
+
ilscnh = "ilscnh",
|
|
7262
|
+
/**
|
|
7263
|
+
* ### Israeli new shekel vs. Czech koruna
|
|
7264
|
+
* *ILS/CZK*
|
|
7265
|
+
*/
|
|
7266
|
+
ilsczk = "ilsczk",
|
|
7267
|
+
/**
|
|
7268
|
+
* ### Israeli new shekel vs. Hong Kong dollar
|
|
7269
|
+
* *ILS/HKD*
|
|
7270
|
+
*/
|
|
7271
|
+
ilshkd = "ilshkd",
|
|
7272
|
+
/**
|
|
7273
|
+
* ### Israeli new shekel vs. Hungarian forint
|
|
7274
|
+
* *ILS/HUF*
|
|
7275
|
+
*/
|
|
7276
|
+
ilshuf = "ilshuf",
|
|
7277
|
+
/**
|
|
7278
|
+
* ### Israeli new shekel vs. Japanese yen
|
|
7279
|
+
* *ILS/JPY*
|
|
7280
|
+
*/
|
|
7281
|
+
ilsjpy = "ilsjpy",
|
|
7282
|
+
/**
|
|
7283
|
+
* ### Israeli new shekel vs. Mexican peso
|
|
7284
|
+
* *ILS/MXN*
|
|
7285
|
+
*/
|
|
7286
|
+
ilsmxn = "ilsmxn",
|
|
7287
|
+
/**
|
|
7288
|
+
* ### Israeli new shekel vs. Romanian leu
|
|
7289
|
+
* *ILS/RON*
|
|
7290
|
+
*/
|
|
7291
|
+
ilsron = "ilsron",
|
|
7292
|
+
/**
|
|
7293
|
+
* ### Israeli new shekel vs. Saudi riyal
|
|
7294
|
+
* *ILS/SAR*
|
|
7295
|
+
*/
|
|
7296
|
+
ilssar = "ilssar",
|
|
7297
|
+
/**
|
|
7298
|
+
* ### Israeli new shekel vs. Thai baht
|
|
7299
|
+
* *ILS/THB*
|
|
7300
|
+
*/
|
|
7301
|
+
ilsthb = "ilsthb",
|
|
7302
|
+
/**
|
|
7303
|
+
* ### Israeli new shekel vs. Turkish lira
|
|
7304
|
+
* *ILS/TRY*
|
|
7305
|
+
*/
|
|
7306
|
+
ilstry = "ilstry",
|
|
7307
|
+
/**
|
|
7308
|
+
* ### Israeli new shekel vs. South African rand
|
|
7309
|
+
* *ILS/ZAR*
|
|
7310
|
+
*/
|
|
7311
|
+
ilszar = "ilszar",
|
|
7312
|
+
/**
|
|
7313
|
+
* ### WisdomTree Artificial Intelligence UCITS ETF - USD Acc
|
|
7314
|
+
* *INTL.GB/GBX*
|
|
7315
|
+
*/
|
|
7316
|
+
intlgbgbx = "intlgbgbx",
|
|
7317
|
+
/**
|
|
7318
|
+
* ### L&G Cyber Security UCITS ETF
|
|
7319
|
+
* *ISPY.GB/GBX*
|
|
7320
|
+
*/
|
|
7321
|
+
ispygbgbx = "ispygbgbx",
|
|
7322
|
+
/**
|
|
7323
|
+
* ### Japanese yen vs. Hungarian forint
|
|
7324
|
+
* *JPY/HUF*
|
|
7325
|
+
*/
|
|
7326
|
+
jpyhuf = "jpyhuf",
|
|
7327
|
+
/**
|
|
7328
|
+
* ### Mexican peso vs. Czech koruna
|
|
7329
|
+
* *MXN/CZK*
|
|
7330
|
+
*/
|
|
7331
|
+
mxnczk = "mxnczk",
|
|
7332
|
+
/**
|
|
7333
|
+
* ### Mexican peso vs. Hungarian forint
|
|
7334
|
+
* *MXN/HUF*
|
|
7335
|
+
*/
|
|
7336
|
+
mxnhuf = "mxnhuf",
|
|
7337
|
+
/**
|
|
7338
|
+
* ### Mexican peso vs. Japanese yen
|
|
7339
|
+
* *MXN/JPY*
|
|
7340
|
+
*/
|
|
7341
|
+
mxnjpy = "mxnjpy",
|
|
7342
|
+
/**
|
|
7343
|
+
* ### Mexican peso vs. Thai baht
|
|
7344
|
+
* *MXN/THB*
|
|
7345
|
+
*/
|
|
7346
|
+
mxnthb = "mxnthb",
|
|
7347
|
+
/**
|
|
7348
|
+
* ### Mexican peso vs. Turkish lira
|
|
7349
|
+
* *MXN/TRY*
|
|
7350
|
+
*/
|
|
7351
|
+
mxntry = "mxntry",
|
|
7352
|
+
/**
|
|
7353
|
+
* ### Norwegian krone vs. United Arab Emirates dirham
|
|
7354
|
+
* *NOK/AED*
|
|
7355
|
+
*/
|
|
7356
|
+
nokaed = "nokaed",
|
|
7357
|
+
/**
|
|
7358
|
+
* ### Norwegian krone vs. Renminbi (offshore)
|
|
7359
|
+
* *NOK/CNH*
|
|
7360
|
+
*/
|
|
7361
|
+
nokcnh = "nokcnh",
|
|
7362
|
+
/**
|
|
7363
|
+
* ### Norwegian krone vs. Czech koruna
|
|
7364
|
+
* *NOK/CZK*
|
|
7365
|
+
*/
|
|
7366
|
+
nokczk = "nokczk",
|
|
7367
|
+
/**
|
|
7368
|
+
* ### Norwegian krone vs. Danish krone
|
|
7369
|
+
* *NOK/DKK*
|
|
7370
|
+
*/
|
|
7371
|
+
nokdkk = "nokdkk",
|
|
7372
|
+
/**
|
|
7373
|
+
* ### Norwegian krone vs. Hong Kong dollar
|
|
7374
|
+
* *NOK/HKD*
|
|
7375
|
+
*/
|
|
7376
|
+
nokhkd = "nokhkd",
|
|
7377
|
+
/**
|
|
7378
|
+
* ### Norwegian krone vs. Hungarian forint
|
|
7379
|
+
* *NOK/HUF*
|
|
7380
|
+
*/
|
|
7381
|
+
nokhuf = "nokhuf",
|
|
7382
|
+
/**
|
|
7383
|
+
* ### Norwegian krone vs. Israeli new shekel
|
|
7384
|
+
* *NOK/ILS*
|
|
7385
|
+
*/
|
|
7386
|
+
nokils = "nokils",
|
|
7387
|
+
/**
|
|
7388
|
+
* ### Norwegian krone vs. Japanese yen
|
|
7389
|
+
* *NOK/JPY*
|
|
7390
|
+
*/
|
|
7391
|
+
nokjpy = "nokjpy",
|
|
7392
|
+
/**
|
|
7393
|
+
* ### Norwegian krone vs. Mexican peso
|
|
7394
|
+
* *NOK/MXN*
|
|
7395
|
+
*/
|
|
7396
|
+
nokmxn = "nokmxn",
|
|
7397
|
+
/**
|
|
7398
|
+
* ### Norwegian krone vs. Romanian leu
|
|
7399
|
+
* *NOK/RON*
|
|
7400
|
+
*/
|
|
7401
|
+
nokron = "nokron",
|
|
7402
|
+
/**
|
|
7403
|
+
* ### Norwegian krone vs. Saudi riyal
|
|
7404
|
+
* *NOK/SAR*
|
|
7405
|
+
*/
|
|
7406
|
+
noksar = "noksar",
|
|
7407
|
+
/**
|
|
7408
|
+
* ### Norwegian krone vs. Swedish krona
|
|
7409
|
+
* *NOK/SEK*
|
|
7410
|
+
*/
|
|
7411
|
+
noksek = "noksek",
|
|
7412
|
+
/**
|
|
7413
|
+
* ### Norwegian krone vs. Thai baht
|
|
7414
|
+
* *NOK/THB*
|
|
7415
|
+
*/
|
|
7416
|
+
nokthb = "nokthb",
|
|
7417
|
+
/**
|
|
7418
|
+
* ### Norwegian krone vs. Turkish lira
|
|
7419
|
+
* *NOK/TRY*
|
|
7420
|
+
*/
|
|
7421
|
+
noktry = "noktry",
|
|
7422
|
+
/**
|
|
7423
|
+
* ### Norwegian krone vs. South African rand
|
|
7424
|
+
* *NOK/ZAR*
|
|
7425
|
+
*/
|
|
7426
|
+
nokzar = "nokzar",
|
|
7427
|
+
/**
|
|
7428
|
+
* ### New Zealand dollar vs. United Arab Emirates dirham
|
|
7429
|
+
* *NZD/AED*
|
|
7430
|
+
*/
|
|
7431
|
+
nzdaed = "nzdaed",
|
|
7432
|
+
/**
|
|
7433
|
+
* ### New Zealand dollar vs. Renminbi (offshore)
|
|
7434
|
+
* *NZD/CNH*
|
|
7435
|
+
*/
|
|
7436
|
+
nzdcnh = "nzdcnh",
|
|
7437
|
+
/**
|
|
7438
|
+
* ### New Zealand dollar vs. Czech koruna
|
|
7439
|
+
* *NZD/CZK*
|
|
7440
|
+
*/
|
|
7441
|
+
nzdczk = "nzdczk",
|
|
7442
|
+
/**
|
|
7443
|
+
* ### New Zealand dollar vs. Danish krone
|
|
7444
|
+
* *NZD/DKK*
|
|
7445
|
+
*/
|
|
7446
|
+
nzddkk = "nzddkk",
|
|
7447
|
+
/**
|
|
7448
|
+
* ### New Zealand dollar vs. Hong Kong dollar
|
|
7449
|
+
* *NZD/HKD*
|
|
7450
|
+
*/
|
|
7451
|
+
nzdhkd = "nzdhkd",
|
|
7452
|
+
/**
|
|
7453
|
+
* ### New Zealand dollar vs. Hungarian forint
|
|
7454
|
+
* *NZD/HUF*
|
|
7455
|
+
*/
|
|
7456
|
+
nzdhuf = "nzdhuf",
|
|
7457
|
+
/**
|
|
7458
|
+
* ### New Zealand dollar vs. Israeli new shekel
|
|
7459
|
+
* *NZD/ILS*
|
|
7460
|
+
*/
|
|
7461
|
+
nzdils = "nzdils",
|
|
7462
|
+
/**
|
|
7463
|
+
* ### New Zealand dollar vs. Mexican peso
|
|
7464
|
+
* *NZD/MXN*
|
|
7465
|
+
*/
|
|
7466
|
+
nzdmxn = "nzdmxn",
|
|
7467
|
+
/**
|
|
7468
|
+
* ### New Zealand dollar vs. Norwegian krone
|
|
7469
|
+
* *NZD/NOK*
|
|
7470
|
+
*/
|
|
7471
|
+
nzdnok = "nzdnok",
|
|
7472
|
+
/**
|
|
7473
|
+
* ### New Zealand dollar vs. Polish złoty
|
|
7474
|
+
* *NZD/PLN*
|
|
7475
|
+
*/
|
|
7476
|
+
nzdpln = "nzdpln",
|
|
7477
|
+
/**
|
|
7478
|
+
* ### New Zealand dollar vs. Romanian leu
|
|
7479
|
+
* *NZD/RON*
|
|
7480
|
+
*/
|
|
7481
|
+
nzdron = "nzdron",
|
|
7482
|
+
/**
|
|
7483
|
+
* ### New Zealand dollar vs. Saudi riyal
|
|
7484
|
+
* *NZD/SAR*
|
|
7485
|
+
*/
|
|
7486
|
+
nzdsar = "nzdsar",
|
|
7487
|
+
/**
|
|
7488
|
+
* ### New Zealand dollar vs. Swedish krona
|
|
7489
|
+
* *NZD/SEK*
|
|
7490
|
+
*/
|
|
7491
|
+
nzdsek = "nzdsek",
|
|
7492
|
+
/**
|
|
7493
|
+
* ### New Zealand dollar vs. Singapore dollar
|
|
7494
|
+
* *NZD/SGD*
|
|
7495
|
+
*/
|
|
7496
|
+
nzdsgd = "nzdsgd",
|
|
7497
|
+
/**
|
|
7498
|
+
* ### New Zealand dollar vs. Thai baht
|
|
7499
|
+
* *NZD/THB*
|
|
7500
|
+
*/
|
|
7501
|
+
nzdthb = "nzdthb",
|
|
7502
|
+
/**
|
|
7503
|
+
* ### New Zealand dollar vs. Turkish lira
|
|
7504
|
+
* *NZD/TRY*
|
|
7505
|
+
*/
|
|
7506
|
+
nzdtry = "nzdtry",
|
|
7507
|
+
/**
|
|
7508
|
+
* ### New Zealand dollar vs. South African rand
|
|
7509
|
+
* *NZD/ZAR*
|
|
7510
|
+
*/
|
|
7511
|
+
nzdzar = "nzdzar",
|
|
7512
|
+
/**
|
|
7513
|
+
* ### Polish złoty vs. United Arab Emirates dirham
|
|
7514
|
+
* *PLN/AED*
|
|
7515
|
+
*/
|
|
7516
|
+
plnaed = "plnaed",
|
|
7517
|
+
/**
|
|
7518
|
+
* ### Polish złoty vs. Renminbi (offshore)
|
|
7519
|
+
* *PLN/CNH*
|
|
7520
|
+
*/
|
|
7521
|
+
plncnh = "plncnh",
|
|
7522
|
+
/**
|
|
7523
|
+
* ### Polish złoty vs. Czech koruna
|
|
7524
|
+
* *PLN/CZK*
|
|
7525
|
+
*/
|
|
7526
|
+
plnczk = "plnczk",
|
|
7527
|
+
/**
|
|
7528
|
+
* ### Polish złoty vs. Danish krone
|
|
7529
|
+
* *PLN/DKK*
|
|
7530
|
+
*/
|
|
7531
|
+
plndkk = "plndkk",
|
|
7532
|
+
/**
|
|
7533
|
+
* ### Polish złoty vs. Hong Kong dollar
|
|
7534
|
+
* *PLN/HKD*
|
|
7535
|
+
*/
|
|
7536
|
+
plnhkd = "plnhkd",
|
|
7537
|
+
/**
|
|
7538
|
+
* ### Polish złoty vs. Hungarian forint
|
|
7539
|
+
* *PLN/HUF*
|
|
7540
|
+
*/
|
|
7541
|
+
plnhuf = "plnhuf",
|
|
7542
|
+
/**
|
|
7543
|
+
* ### Polish złoty vs. Israeli new shekel
|
|
7544
|
+
* *PLN/ILS*
|
|
7545
|
+
*/
|
|
7546
|
+
plnils = "plnils",
|
|
7547
|
+
/**
|
|
7548
|
+
* ### Polish złoty vs. Japanese yen
|
|
7549
|
+
* *PLN/JPY*
|
|
7550
|
+
*/
|
|
7551
|
+
plnjpy = "plnjpy",
|
|
7552
|
+
/**
|
|
7553
|
+
* ### Polish złoty vs. Mexican peso
|
|
7554
|
+
* *PLN/MXN*
|
|
7555
|
+
*/
|
|
7556
|
+
plnmxn = "plnmxn",
|
|
7557
|
+
/**
|
|
7558
|
+
* ### Polish złoty vs. Norwegian krone
|
|
7559
|
+
* *PLN/NOK*
|
|
7560
|
+
*/
|
|
7561
|
+
plnnok = "plnnok",
|
|
7562
|
+
/**
|
|
7563
|
+
* ### Polish złoty vs. Romanian leu
|
|
7564
|
+
* *PLN/RON*
|
|
7565
|
+
*/
|
|
7566
|
+
plnron = "plnron",
|
|
7567
|
+
/**
|
|
7568
|
+
* ### Polish złoty vs. Saudi riyal
|
|
7569
|
+
* *PLN/SAR*
|
|
7570
|
+
*/
|
|
7571
|
+
plnsar = "plnsar",
|
|
7572
|
+
/**
|
|
7573
|
+
* ### Polish złoty vs. Swedish krona
|
|
7574
|
+
* *PLN/SEK*
|
|
7575
|
+
*/
|
|
7576
|
+
plnsek = "plnsek",
|
|
7577
|
+
/**
|
|
7578
|
+
* ### Polish złoty vs. Thai baht
|
|
7579
|
+
* *PLN/THB*
|
|
7580
|
+
*/
|
|
7581
|
+
plnthb = "plnthb",
|
|
7582
|
+
/**
|
|
7583
|
+
* ### Polish złoty vs. Turkish lira
|
|
7584
|
+
* *PLN/TRY*
|
|
7585
|
+
*/
|
|
7586
|
+
plntry = "plntry",
|
|
7587
|
+
/**
|
|
7588
|
+
* ### Polish złoty vs. South African rand
|
|
7589
|
+
* *PLN/ZAR*
|
|
7590
|
+
*/
|
|
7591
|
+
plnzar = "plnzar",
|
|
7592
|
+
/**
|
|
7593
|
+
* ### Romanian leu vs. Renminbi (offshore)
|
|
7594
|
+
* *RON/CNH*
|
|
7595
|
+
*/
|
|
7596
|
+
roncnh = "roncnh",
|
|
7597
|
+
/**
|
|
7598
|
+
* ### Romanian leu vs. Czech koruna
|
|
7599
|
+
* *RON/CZK*
|
|
7600
|
+
*/
|
|
7601
|
+
ronczk = "ronczk",
|
|
7602
|
+
/**
|
|
7603
|
+
* ### Romanian leu vs. Hong Kong dollar
|
|
7604
|
+
* *RON/HKD*
|
|
7605
|
+
*/
|
|
7606
|
+
ronhkd = "ronhkd",
|
|
7607
|
+
/**
|
|
7608
|
+
* ### Romanian leu vs. Hungarian forint
|
|
7609
|
+
* *RON/HUF*
|
|
7610
|
+
*/
|
|
7611
|
+
ronhuf = "ronhuf",
|
|
7612
|
+
/**
|
|
7613
|
+
* ### Romanian leu vs. Japanese yen
|
|
7614
|
+
* *RON/JPY*
|
|
7615
|
+
*/
|
|
7616
|
+
ronjpy = "ronjpy",
|
|
7617
|
+
/**
|
|
7618
|
+
* ### Romanian leu vs. Mexican peso
|
|
7619
|
+
* *RON/MXN*
|
|
7620
|
+
*/
|
|
7621
|
+
ronmxn = "ronmxn",
|
|
7622
|
+
/**
|
|
7623
|
+
* ### Romanian leu vs. Thai baht
|
|
7624
|
+
* *RON/THB*
|
|
7625
|
+
*/
|
|
7626
|
+
ronthb = "ronthb",
|
|
7627
|
+
/**
|
|
7628
|
+
* ### Romanian leu vs. Turkish lira
|
|
7629
|
+
* *RON/TRY*
|
|
7630
|
+
*/
|
|
7631
|
+
rontry = "rontry",
|
|
7632
|
+
/**
|
|
7633
|
+
* ### Romanian leu vs. South African rand
|
|
7634
|
+
* *RON/ZAR*
|
|
7635
|
+
*/
|
|
7636
|
+
ronzar = "ronzar",
|
|
7637
|
+
/**
|
|
7638
|
+
* ### Saudi riyal vs. Renminbi (offshore)
|
|
7639
|
+
* *SAR/CNH*
|
|
7640
|
+
*/
|
|
7641
|
+
sarcnh = "sarcnh",
|
|
7642
|
+
/**
|
|
7643
|
+
* ### Saudi riyal vs. Czech koruna
|
|
7644
|
+
* *SAR/CZK*
|
|
7645
|
+
*/
|
|
7646
|
+
sarczk = "sarczk",
|
|
7647
|
+
/**
|
|
7648
|
+
* ### Saudi riyal vs. Hong Kong dollar
|
|
7649
|
+
* *SAR/HKD*
|
|
7650
|
+
*/
|
|
7651
|
+
sarhkd = "sarhkd",
|
|
7652
|
+
/**
|
|
7653
|
+
* ### Saudi riyal vs. Hungarian forint
|
|
7654
|
+
* *SAR/HUF*
|
|
7655
|
+
*/
|
|
7656
|
+
sarhuf = "sarhuf",
|
|
7657
|
+
/**
|
|
7658
|
+
* ### Saudi riyal vs. Japanese yen
|
|
7659
|
+
* *SAR/JPY*
|
|
7660
|
+
*/
|
|
7661
|
+
sarjpy = "sarjpy",
|
|
7662
|
+
/**
|
|
7663
|
+
* ### Saudi riyal vs. Mexican peso
|
|
7664
|
+
* *SAR/MXN*
|
|
7665
|
+
*/
|
|
7666
|
+
sarmxn = "sarmxn",
|
|
7667
|
+
/**
|
|
7668
|
+
* ### Saudi riyal vs. Romanian leu
|
|
7669
|
+
* *SAR/RON*
|
|
7670
|
+
*/
|
|
7671
|
+
sarron = "sarron",
|
|
7672
|
+
/**
|
|
7673
|
+
* ### Saudi riyal vs. Thai baht
|
|
7674
|
+
* *SAR/THB*
|
|
7675
|
+
*/
|
|
7676
|
+
sarthb = "sarthb",
|
|
7677
|
+
/**
|
|
7678
|
+
* ### Saudi riyal vs. Turkish lira
|
|
7679
|
+
* *SAR/TRY*
|
|
7680
|
+
*/
|
|
7681
|
+
sartry = "sartry",
|
|
7682
|
+
/**
|
|
7683
|
+
* ### Saudi riyal vs. South African rand
|
|
7684
|
+
* *SAR/ZAR*
|
|
7685
|
+
*/
|
|
7686
|
+
sarzar = "sarzar",
|
|
7687
|
+
/**
|
|
7688
|
+
* ### Swedish krona vs. United Arab Emirates dirham
|
|
7689
|
+
* *SEK/AED*
|
|
7690
|
+
*/
|
|
7691
|
+
sekaed = "sekaed",
|
|
7692
|
+
/**
|
|
7693
|
+
* ### Swedish krona vs. Renminbi (offshore)
|
|
7694
|
+
* *SEK/CNH*
|
|
7695
|
+
*/
|
|
7696
|
+
sekcnh = "sekcnh",
|
|
7697
|
+
/**
|
|
7698
|
+
* ### Swedish krona vs. Czech koruna
|
|
7699
|
+
* *SEK/CZK*
|
|
7700
|
+
*/
|
|
7701
|
+
sekczk = "sekczk",
|
|
7702
|
+
/**
|
|
7703
|
+
* ### Swedish krona vs. Danish krone
|
|
7704
|
+
* *SEK/DKK*
|
|
7705
|
+
*/
|
|
7706
|
+
sekdkk = "sekdkk",
|
|
7707
|
+
/**
|
|
7708
|
+
* ### Swedish krona vs. Hong Kong dollar
|
|
7709
|
+
* *SEK/HKD*
|
|
7710
|
+
*/
|
|
7711
|
+
sekhkd = "sekhkd",
|
|
7712
|
+
/**
|
|
7713
|
+
* ### Swedish krona vs. Hungarian forint
|
|
7714
|
+
* *SEK/HUF*
|
|
7715
|
+
*/
|
|
7716
|
+
sekhuf = "sekhuf",
|
|
7717
|
+
/**
|
|
7718
|
+
* ### Swedish krona vs. Israeli new shekel
|
|
7719
|
+
* *SEK/ILS*
|
|
7720
|
+
*/
|
|
7721
|
+
sekils = "sekils",
|
|
7722
|
+
/**
|
|
7723
|
+
* ### Swedish krona vs. Japanese yen
|
|
7724
|
+
* *SEK/JPY*
|
|
7725
|
+
*/
|
|
7726
|
+
sekjpy = "sekjpy",
|
|
7727
|
+
/**
|
|
7728
|
+
* ### Swedish krona vs. Mexican peso
|
|
7729
|
+
* *SEK/MXN*
|
|
7730
|
+
*/
|
|
7731
|
+
sekmxn = "sekmxn",
|
|
7732
|
+
/**
|
|
7733
|
+
* ### Swedish krona vs. Romanian leu
|
|
7734
|
+
* *SEK/RON*
|
|
7735
|
+
*/
|
|
7736
|
+
sekron = "sekron",
|
|
7737
|
+
/**
|
|
7738
|
+
* ### Swedish krona vs. Saudi riyal
|
|
7739
|
+
* *SEK/SAR*
|
|
7740
|
+
*/
|
|
7741
|
+
seksar = "seksar",
|
|
7742
|
+
/**
|
|
7743
|
+
* ### Swedish krona vs. Thai baht
|
|
7744
|
+
* *SEK/THB*
|
|
7745
|
+
*/
|
|
7746
|
+
sekthb = "sekthb",
|
|
7747
|
+
/**
|
|
7748
|
+
* ### Swedish krona vs. Turkish lira
|
|
7749
|
+
* *SEK/TRY*
|
|
7750
|
+
*/
|
|
7751
|
+
sektry = "sektry",
|
|
7752
|
+
/**
|
|
7753
|
+
* ### Swedish krona vs. South African rand
|
|
7754
|
+
* *SEK/ZAR*
|
|
7755
|
+
*/
|
|
7756
|
+
sekzar = "sekzar",
|
|
7757
|
+
/**
|
|
7758
|
+
* ### Singapore dollar vs. United Arab Emirates dirham
|
|
7759
|
+
* *SGD/AED*
|
|
7760
|
+
*/
|
|
7761
|
+
sgdaed = "sgdaed",
|
|
7762
|
+
/**
|
|
7763
|
+
* ### Singapore dollar vs. Renminbi (offshore)
|
|
7764
|
+
* *SGD/CNH*
|
|
7765
|
+
*/
|
|
7766
|
+
sgdcnh = "sgdcnh",
|
|
7767
|
+
/**
|
|
7768
|
+
* ### Singapore dollar vs. Czech koruna
|
|
7769
|
+
* *SGD/CZK*
|
|
7770
|
+
*/
|
|
7771
|
+
sgdczk = "sgdczk",
|
|
7772
|
+
/**
|
|
7773
|
+
* ### Singapore dollar vs. Danish krone
|
|
7774
|
+
* *SGD/DKK*
|
|
7775
|
+
*/
|
|
7776
|
+
sgddkk = "sgddkk",
|
|
7777
|
+
/**
|
|
7778
|
+
* ### Singapore dollar vs. Hong Kong dollar
|
|
7779
|
+
* *SGD/HKD*
|
|
7780
|
+
*/
|
|
7781
|
+
sgdhkd = "sgdhkd",
|
|
7782
|
+
/**
|
|
7783
|
+
* ### Singapore dollar vs. Hungarian forint
|
|
7784
|
+
* *SGD/HUF*
|
|
7785
|
+
*/
|
|
7786
|
+
sgdhuf = "sgdhuf",
|
|
7787
|
+
/**
|
|
7788
|
+
* ### Singapore dollar vs. Israeli new shekel
|
|
7789
|
+
* *SGD/ILS*
|
|
7790
|
+
*/
|
|
7791
|
+
sgdils = "sgdils",
|
|
7792
|
+
/**
|
|
7793
|
+
* ### Singapore dollar vs. Mexican peso
|
|
7794
|
+
* *SGD/MXN*
|
|
7795
|
+
*/
|
|
7796
|
+
sgdmxn = "sgdmxn",
|
|
7797
|
+
/**
|
|
7798
|
+
* ### Singapore dollar vs. Norwegian krone
|
|
7799
|
+
* *SGD/NOK*
|
|
7800
|
+
*/
|
|
7801
|
+
sgdnok = "sgdnok",
|
|
7802
|
+
/**
|
|
7803
|
+
* ### Singapore dollar vs. Polish złoty
|
|
7804
|
+
* *SGD/PLN*
|
|
7805
|
+
*/
|
|
7806
|
+
sgdpln = "sgdpln",
|
|
7807
|
+
/**
|
|
7808
|
+
* ### Singapore dollar vs. Romanian leu
|
|
7809
|
+
* *SGD/RON*
|
|
7810
|
+
*/
|
|
7811
|
+
sgdron = "sgdron",
|
|
7812
|
+
/**
|
|
7813
|
+
* ### Singapore dollar vs. Saudi riyal
|
|
7814
|
+
* *SGD/SAR*
|
|
7815
|
+
*/
|
|
7816
|
+
sgdsar = "sgdsar",
|
|
7817
|
+
/**
|
|
7818
|
+
* ### Singapore dollar vs. Swedish krona
|
|
7819
|
+
* *SGD/SEK*
|
|
7820
|
+
*/
|
|
7821
|
+
sgdsek = "sgdsek",
|
|
7822
|
+
/**
|
|
7823
|
+
* ### Singapore dollar vs. Thai baht
|
|
7824
|
+
* *SGD/THB*
|
|
7825
|
+
*/
|
|
7826
|
+
sgdthb = "sgdthb",
|
|
7827
|
+
/**
|
|
7828
|
+
* ### Singapore dollar vs. Turkish lira
|
|
7829
|
+
* *SGD/TRY*
|
|
7830
|
+
*/
|
|
7831
|
+
sgdtry = "sgdtry",
|
|
7832
|
+
/**
|
|
7833
|
+
* ### Singapore dollar vs. South African rand
|
|
7834
|
+
* *SGD/ZAR*
|
|
7835
|
+
*/
|
|
7836
|
+
sgdzar = "sgdzar",
|
|
7837
|
+
/**
|
|
7838
|
+
* ### iShares MSCI USA SRI UCITS ETF
|
|
7839
|
+
* *SUAS.GB/USD*
|
|
7840
|
+
*/
|
|
7841
|
+
suasgbusd = "suasgbusd",
|
|
7842
|
+
/**
|
|
7843
|
+
* ### iShares MSCI EM SRI UCITS ETF USD (Acc)
|
|
7844
|
+
* *SUSM.GB/USD*
|
|
7845
|
+
*/
|
|
7846
|
+
susmgbusd = "susmgbusd",
|
|
7847
|
+
/**
|
|
7848
|
+
* ### iShares MSCI USA SRI UCITS ETF USD (Acc)
|
|
7849
|
+
* *SUUS.GB/GBX*
|
|
7850
|
+
*/
|
|
7851
|
+
suusgbgbx = "suusgbgbx",
|
|
7852
|
+
/**
|
|
7853
|
+
* ### SPDR S&P U.S. Utilities Select Sector UCITS ETF
|
|
7854
|
+
* *SXLU.GB/USD*
|
|
7855
|
+
*/
|
|
7856
|
+
sxlugbusd = "sxlugbusd",
|
|
7857
|
+
/**
|
|
7858
|
+
* ### Thai baht vs. Hungarian forint
|
|
7859
|
+
* *THB/HUF*
|
|
7860
|
+
*/
|
|
7861
|
+
thbhuf = "thbhuf",
|
|
7862
|
+
/**
|
|
7863
|
+
* ### Thai baht vs. Japanese yen
|
|
7864
|
+
* *THB/JPY*
|
|
7865
|
+
*/
|
|
7866
|
+
thbjpy = "thbjpy",
|
|
7867
|
+
/**
|
|
7868
|
+
* ### Turkish lira vs. Hungarian forint
|
|
7869
|
+
* *TRY/HUF*
|
|
7870
|
+
*/
|
|
7871
|
+
tryhuf = "tryhuf",
|
|
7872
|
+
/**
|
|
7873
|
+
* ### Turkish lira vs. Thai baht
|
|
7874
|
+
* *TRY/THB*
|
|
7875
|
+
*/
|
|
7876
|
+
trythb = "trythb",
|
|
7877
|
+
/**
|
|
7878
|
+
* ### Vanguard FTSE 100 UCITS ETF GBP Acc
|
|
7879
|
+
* *VUKG.GB/GBP*
|
|
7880
|
+
*/
|
|
7881
|
+
vukggbgbp = "vukggbgbp",
|
|
7882
|
+
/**
|
|
7883
|
+
* ### VWRP VANGUARD FTSE ALL-WORLD UCITS ETF
|
|
7884
|
+
* *VWRP.GB/GBP*
|
|
7885
|
+
*/
|
|
7886
|
+
vwrpgbgbp = "vwrpgbgbp",
|
|
7887
|
+
/**
|
|
7888
|
+
* ### iShares MSCI World Small Cap UCITS ETF USD (Acc)
|
|
7889
|
+
* *WSML.GB/USD*
|
|
7890
|
+
*/
|
|
7891
|
+
wsmlgbusd = "wsmlgbusd",
|
|
7892
|
+
/**
|
|
7893
|
+
* ### Silver (troy oz) vs. United Arab Emirates dirham
|
|
7894
|
+
* *XAG/AED*
|
|
7895
|
+
*/
|
|
7896
|
+
xagaed = "xagaed",
|
|
7897
|
+
/**
|
|
7898
|
+
* ### Silver (troy oz) vs. Australian dollar
|
|
7899
|
+
* *XAG/AUD*
|
|
7900
|
+
*/
|
|
7901
|
+
xagaud = "xagaud",
|
|
7902
|
+
/**
|
|
7903
|
+
* ### Silver (troy oz) vs. Canadian dollar
|
|
7904
|
+
* *XAG/CAD*
|
|
7905
|
+
*/
|
|
7906
|
+
xagcad = "xagcad",
|
|
7907
|
+
/**
|
|
7908
|
+
* ### Silver (troy oz) vs. Swiss franc
|
|
7909
|
+
* *XAG/CHF*
|
|
7910
|
+
*/
|
|
7911
|
+
xagchf = "xagchf",
|
|
7912
|
+
/**
|
|
7913
|
+
* ### Silver (troy oz) vs. Renminbi (offshore)
|
|
7914
|
+
* *XAG/CNH*
|
|
7915
|
+
*/
|
|
7916
|
+
xagcnh = "xagcnh",
|
|
7917
|
+
/**
|
|
7918
|
+
* ### Silver (troy oz) vs. Czech koruna
|
|
7919
|
+
* *XAG/CZK*
|
|
7920
|
+
*/
|
|
7921
|
+
xagczk = "xagczk",
|
|
7922
|
+
/**
|
|
7923
|
+
* ### Silver (troy oz) vs. Danish krone
|
|
7924
|
+
* *XAG/DKK*
|
|
7925
|
+
*/
|
|
7926
|
+
xagdkk = "xagdkk",
|
|
7927
|
+
/**
|
|
7928
|
+
* ### Silver (troy oz) vs. Euro
|
|
7929
|
+
* *XAG/EUR*
|
|
7930
|
+
*/
|
|
7931
|
+
xageur = "xageur",
|
|
7932
|
+
/**
|
|
7933
|
+
* ### Silver (troy oz) vs. Pound sterling
|
|
7934
|
+
* *XAG/GBP*
|
|
7935
|
+
*/
|
|
7936
|
+
xaggbp = "xaggbp",
|
|
7937
|
+
/**
|
|
7938
|
+
* ### Silver (troy oz) vs. Hong Kong dollar
|
|
7939
|
+
* *XAG/HKD*
|
|
7940
|
+
*/
|
|
7941
|
+
xaghkd = "xaghkd",
|
|
7942
|
+
/**
|
|
7943
|
+
* ### Silver (troy oz) vs. Hungarian forint
|
|
7944
|
+
* *XAG/HUF*
|
|
7945
|
+
*/
|
|
7946
|
+
xaghuf = "xaghuf",
|
|
7947
|
+
/**
|
|
7948
|
+
* ### Silver (troy oz) vs. Israeli new shekel
|
|
7949
|
+
* *XAG/ILS*
|
|
7950
|
+
*/
|
|
7951
|
+
xagils = "xagils",
|
|
7952
|
+
/**
|
|
7953
|
+
* ### Silver (troy oz) vs. Japanese yen
|
|
7954
|
+
* *XAG/JPY*
|
|
7955
|
+
*/
|
|
7956
|
+
xagjpy = "xagjpy",
|
|
7957
|
+
/**
|
|
7958
|
+
* ### Silver (troy oz) vs. Mexican peso
|
|
7959
|
+
* *XAG/MXN*
|
|
7960
|
+
*/
|
|
7961
|
+
xagmxn = "xagmxn",
|
|
7962
|
+
/**
|
|
7963
|
+
* ### Silver (troy oz) vs. Norwegian krone
|
|
7964
|
+
* *XAG/NOK*
|
|
7965
|
+
*/
|
|
7966
|
+
xagnok = "xagnok",
|
|
7967
|
+
/**
|
|
7968
|
+
* ### Silver (troy oz) vs. New Zealand dollar
|
|
7969
|
+
* *XAG/NZD*
|
|
7970
|
+
*/
|
|
7971
|
+
xagnzd = "xagnzd",
|
|
7972
|
+
/**
|
|
7973
|
+
* ### Silver (troy oz) vs. Polish złoty
|
|
7974
|
+
* *XAG/PLN*
|
|
7975
|
+
*/
|
|
7976
|
+
xagpln = "xagpln",
|
|
7977
|
+
/**
|
|
7978
|
+
* ### Silver (troy oz) vs. Romanian leu
|
|
7979
|
+
* *XAG/RON*
|
|
7980
|
+
*/
|
|
7981
|
+
xagron = "xagron",
|
|
7982
|
+
/**
|
|
7983
|
+
* ### Silver (troy oz) vs. Saudi riyal
|
|
7984
|
+
* *XAG/SAR*
|
|
7985
|
+
*/
|
|
7986
|
+
xagsar = "xagsar",
|
|
7987
|
+
/**
|
|
7988
|
+
* ### Silver (troy oz) vs. Swedish krona
|
|
7989
|
+
* *XAG/SEK*
|
|
7990
|
+
*/
|
|
7991
|
+
xagsek = "xagsek",
|
|
7992
|
+
/**
|
|
7993
|
+
* ### Silver (troy oz) vs. Singapore dollar
|
|
7994
|
+
* *XAG/SGD*
|
|
7995
|
+
*/
|
|
7996
|
+
xagsgd = "xagsgd",
|
|
7997
|
+
/**
|
|
7998
|
+
* ### Silver (troy oz) vs. Thai baht
|
|
7999
|
+
* *XAG/THB*
|
|
8000
|
+
*/
|
|
8001
|
+
xagthb = "xagthb",
|
|
8002
|
+
/**
|
|
8003
|
+
* ### Silver (troy oz) vs. Turkish lira
|
|
8004
|
+
* *XAG/TRY*
|
|
8005
|
+
*/
|
|
8006
|
+
xagtry = "xagtry",
|
|
8007
|
+
/**
|
|
8008
|
+
* ### Silver(troy oz) vs. South African rand
|
|
8009
|
+
* *XAG/ZAR*
|
|
8010
|
+
*/
|
|
8011
|
+
xagzar = "xagzar",
|
|
8012
|
+
/**
|
|
8013
|
+
* ### Gold (troy oz) vs. United Arab Emirates dirham
|
|
8014
|
+
* *XAU/AED*
|
|
8015
|
+
*/
|
|
8016
|
+
xauaed = "xauaed",
|
|
8017
|
+
/**
|
|
8018
|
+
* ### Gold (troy oz) vs. Australian dollar
|
|
8019
|
+
* *XAU/AUD*
|
|
8020
|
+
*/
|
|
8021
|
+
xauaud = "xauaud",
|
|
8022
|
+
/**
|
|
8023
|
+
* ### Gold (troy oz) vs. Canadian dollar
|
|
8024
|
+
* *XAU/CAD*
|
|
8025
|
+
*/
|
|
8026
|
+
xaucad = "xaucad",
|
|
8027
|
+
/**
|
|
8028
|
+
* ### Gold (troy oz) vs. Swiss franc
|
|
8029
|
+
* *XAU/CHF*
|
|
8030
|
+
*/
|
|
8031
|
+
xauchf = "xauchf",
|
|
8032
|
+
/**
|
|
8033
|
+
* ### Gold (troy oz) vs. Renminbi (offshore)
|
|
8034
|
+
* *XAU/CNH*
|
|
8035
|
+
*/
|
|
8036
|
+
xaucnh = "xaucnh",
|
|
8037
|
+
/**
|
|
8038
|
+
* ### Gold (troy oz) vs. Czech koruna
|
|
8039
|
+
* *XAU/CZK*
|
|
8040
|
+
*/
|
|
8041
|
+
xauczk = "xauczk",
|
|
8042
|
+
/**
|
|
8043
|
+
* ### Gold (troy oz) vs. Danish krone
|
|
8044
|
+
* *XAU/DKK*
|
|
8045
|
+
*/
|
|
8046
|
+
xaudkk = "xaudkk",
|
|
8047
|
+
/**
|
|
8048
|
+
* ### Gold (troy oz) vs. Euro
|
|
8049
|
+
* *XAU/EUR*
|
|
8050
|
+
*/
|
|
8051
|
+
xaueur = "xaueur",
|
|
8052
|
+
/**
|
|
8053
|
+
* ### Gold (troy oz) vs. Pound sterling
|
|
8054
|
+
* *XAU/GBP*
|
|
8055
|
+
*/
|
|
8056
|
+
xaugbp = "xaugbp",
|
|
8057
|
+
/**
|
|
8058
|
+
* ### Gold (troy oz) vs. Hong Kong dollar
|
|
8059
|
+
* *XAU/HKD*
|
|
8060
|
+
*/
|
|
8061
|
+
xauhkd = "xauhkd",
|
|
8062
|
+
/**
|
|
8063
|
+
* ### Gold (troy oz) vs. Hungarian forint
|
|
8064
|
+
* *XAU/HUF*
|
|
8065
|
+
*/
|
|
8066
|
+
xauhuf = "xauhuf",
|
|
8067
|
+
/**
|
|
8068
|
+
* ### Gold (troy oz) vs. Israeli new shekel
|
|
8069
|
+
* *XAU/ILS*
|
|
8070
|
+
*/
|
|
8071
|
+
xauils = "xauils",
|
|
8072
|
+
/**
|
|
8073
|
+
* ### Gold (troy oz) vs. Japanese yen
|
|
8074
|
+
* *XAU/JPY*
|
|
8075
|
+
*/
|
|
8076
|
+
xaujpy = "xaujpy",
|
|
8077
|
+
/**
|
|
8078
|
+
* ### Gold (troy oz) vs. Mexican peso
|
|
8079
|
+
* *XAU/MXN*
|
|
8080
|
+
*/
|
|
8081
|
+
xaumxn = "xaumxn",
|
|
8082
|
+
/**
|
|
8083
|
+
* ### Gold (troy oz) vs. Norwegian krone
|
|
8084
|
+
* *XAU/NOK*
|
|
8085
|
+
*/
|
|
8086
|
+
xaunok = "xaunok",
|
|
8087
|
+
/**
|
|
8088
|
+
* ### Gold (troy oz) vs. New Zealand dollar
|
|
8089
|
+
* *XAU/NZD*
|
|
8090
|
+
*/
|
|
8091
|
+
xaunzd = "xaunzd",
|
|
8092
|
+
/**
|
|
8093
|
+
* ### Gold (troy oz) vs. Polish złoty
|
|
8094
|
+
* *XAU/PLN*
|
|
8095
|
+
*/
|
|
8096
|
+
xaupln = "xaupln",
|
|
8097
|
+
/**
|
|
8098
|
+
* ### Gold (troy oz) vs. Romanian leu
|
|
8099
|
+
* *XAU/RON*
|
|
8100
|
+
*/
|
|
8101
|
+
xauron = "xauron",
|
|
8102
|
+
/**
|
|
8103
|
+
* ### Gold (troy oz) vs. Saudi riyal
|
|
8104
|
+
* *XAU/SAR*
|
|
8105
|
+
*/
|
|
8106
|
+
xausar = "xausar",
|
|
8107
|
+
/**
|
|
8108
|
+
* ### Gold (troy oz) vs. Swedish krona
|
|
8109
|
+
* *XAU/SEK*
|
|
8110
|
+
*/
|
|
8111
|
+
xausek = "xausek",
|
|
8112
|
+
/**
|
|
8113
|
+
* ### Gold (troy oz) vs. Singapore dollar
|
|
8114
|
+
* *XAU/SGD*
|
|
8115
|
+
*/
|
|
8116
|
+
xausgd = "xausgd",
|
|
8117
|
+
/**
|
|
8118
|
+
* ### Gold (troy oz) vs. Thai baht
|
|
8119
|
+
* *XAU/THB*
|
|
8120
|
+
*/
|
|
8121
|
+
xauthb = "xauthb",
|
|
8122
|
+
/**
|
|
8123
|
+
* ### Gold (troy oz) vs. Turkish lira
|
|
8124
|
+
* *XAU/TRY*
|
|
8125
|
+
*/
|
|
8126
|
+
xautry = "xautry",
|
|
8127
|
+
/**
|
|
8128
|
+
* ### Gold (troy oz) vs. Silver (troy oz)
|
|
8129
|
+
* *XAU/XAG*
|
|
8130
|
+
*/
|
|
8131
|
+
xauxag = "xauxag",
|
|
8132
|
+
/**
|
|
8133
|
+
* ### Gold (troy oz) vs. South African rand
|
|
8134
|
+
* *XAU/ZAR*
|
|
8135
|
+
*/
|
|
8136
|
+
xauzar = "xauzar",
|
|
8137
|
+
/**
|
|
8138
|
+
* ### Xtrackers NASDAQ 100 UCITS ETF 1C (GBP)
|
|
8139
|
+
* *XNAQ.GB/GBP*
|
|
8140
|
+
*/
|
|
8141
|
+
xnaqgbgbp = "xnaqgbgbp",
|
|
8142
|
+
/**
|
|
8143
|
+
* ### Xtrackers MSCI Europe Utilities Screened UCITS ETF 1C
|
|
8144
|
+
* *XS6R.GB/GBX*
|
|
8145
|
+
*/
|
|
8146
|
+
xs6rgbgbx = "xs6rgbgbx",
|
|
8147
|
+
/**
|
|
8148
|
+
* ### South African rand vs. Czech koruna
|
|
8149
|
+
* *ZAR/CZK*
|
|
8150
|
+
*/
|
|
8151
|
+
zarczk = "zarczk",
|
|
8152
|
+
/**
|
|
8153
|
+
* ### South African rand vs. Hungarian forint
|
|
8154
|
+
* *ZAR/HUF*
|
|
8155
|
+
*/
|
|
8156
|
+
zarhuf = "zarhuf",
|
|
8157
|
+
/**
|
|
8158
|
+
* ### South African rand vs. Mexican peso
|
|
8159
|
+
* *ZAR/MXN*
|
|
8160
|
+
*/
|
|
8161
|
+
zarmxn = "zarmxn",
|
|
8162
|
+
/**
|
|
8163
|
+
* ### South African rand vs. Thai baht
|
|
8164
|
+
* *ZAR/THB*
|
|
8165
|
+
*/
|
|
8166
|
+
zarthb = "zarthb",
|
|
8167
|
+
/**
|
|
8168
|
+
* ### South African rand vs. Turkish lira
|
|
8169
|
+
* *ZAR/TRY*
|
|
8170
|
+
*/
|
|
8171
|
+
zartry = "zartry"
|
|
6472
8172
|
}
|
|
6473
8173
|
type InstrumentType = keyof typeof Instrument;
|
|
6474
8174
|
|
|
8175
|
+
interface GroupData {
|
|
8176
|
+
id: string;
|
|
8177
|
+
instruments: string[];
|
|
8178
|
+
}
|
|
8179
|
+
|
|
8180
|
+
declare const InstrumentGroup: GroupData[];
|
|
8181
|
+
|
|
6475
8182
|
declare const VolumeUnit: {
|
|
6476
8183
|
/**
|
|
6477
8184
|
* A single unit of a currency, commodity, or security.
|
|
@@ -6774,45 +8481,128 @@ declare function getHistoricalRates(config: Config): Promise<Output>;
|
|
|
6774
8481
|
*/
|
|
6775
8482
|
declare const getHistoricRates: typeof getHistoricalRates;
|
|
6776
8483
|
|
|
6777
|
-
|
|
8484
|
+
/**
|
|
8485
|
+
* Downloads historical market data from Dukascopy and returns it as a Node.js Readable stream.
|
|
8486
|
+
*
|
|
8487
|
+
* This function is ideal for processing large datasets progressively without loading
|
|
8488
|
+
* everything into memory at once. Data is fetched in batches and streamed as it becomes available.
|
|
8489
|
+
*
|
|
8490
|
+
* @param config - Configuration object specifying instrument, dates, timeframe, and format
|
|
8491
|
+
* @returns A Node.js Readable stream that emits data items progressively
|
|
8492
|
+
*
|
|
8493
|
+
* @remarks
|
|
8494
|
+
* **When to use `getHistoricalRatesToStream` vs `getHistoricalRates`:**
|
|
8495
|
+
*
|
|
8496
|
+
* Use `getHistoricalRatesToStream` when:
|
|
8497
|
+
* - Working with large datasets (> 10,000 items)
|
|
8498
|
+
* - Memory efficiency is important
|
|
8499
|
+
* - You want to process data progressively (e.g., pipe to file, transform stream)
|
|
8500
|
+
* - Building data pipelines with Node.js streams
|
|
8501
|
+
*
|
|
8502
|
+
* Use `getHistoricalRates` when:
|
|
8503
|
+
* - Working with small to medium datasets (< 10,000 items)
|
|
8504
|
+
* - You need the complete dataset in memory for analysis
|
|
8505
|
+
* - Simpler async/await API is preferred
|
|
8506
|
+
* - You want to work with the data as a complete array/object
|
|
8507
|
+
*
|
|
8508
|
+
* @example
|
|
8509
|
+
* **Array format (streaming OHLC candles):**
|
|
8510
|
+
* ```typescript
|
|
8511
|
+
* const stream = getHistoricalRatesToStream({
|
|
8512
|
+
* instrument: 'eurusd',
|
|
8513
|
+
* dates: { from: new Date('2023-01-01'), to: new Date('2023-01-02') },
|
|
8514
|
+
* timeframe: 'h1',
|
|
8515
|
+
* format: 'array'
|
|
8516
|
+
* });
|
|
8517
|
+
*
|
|
8518
|
+
* stream.on('data', (candle: number[]) => {
|
|
8519
|
+
* const [timestamp, open, high, low, close, volume] = candle;
|
|
8520
|
+
* console.log('Candle:', { timestamp, open, high, low, close, volume });
|
|
8521
|
+
* });
|
|
8522
|
+
*
|
|
8523
|
+
* stream.on('end', () => console.log('Stream complete'));
|
|
8524
|
+
* stream.on('error', (err) => console.error('Error:', err));
|
|
8525
|
+
* ```
|
|
8526
|
+
*
|
|
8527
|
+
* @example
|
|
8528
|
+
* **JSON format (streaming tick data):**
|
|
8529
|
+
* ```typescript
|
|
8530
|
+
* const stream = getHistoricalRatesToStream({
|
|
8531
|
+
* instrument: 'btcusd',
|
|
8532
|
+
* dates: { from: new Date('2023-01-01'), to: new Date('2023-01-02') },
|
|
8533
|
+
* timeframe: 'tick',
|
|
8534
|
+
* format: 'json'
|
|
8535
|
+
* });
|
|
8536
|
+
*
|
|
8537
|
+
* stream.on('data', (tick: { timestamp: number; price: number; volume: number }) => {
|
|
8538
|
+
* console.log('Tick:', tick);
|
|
8539
|
+
* });
|
|
8540
|
+
* ```
|
|
8541
|
+
*
|
|
8542
|
+
* @example
|
|
8543
|
+
* **CSV format (pipe to file):**
|
|
8544
|
+
* ```typescript
|
|
8545
|
+
* import { createWriteStream } from 'fs';
|
|
8546
|
+
*
|
|
8547
|
+
* const stream = getHistoricalRatesToStream({
|
|
8548
|
+
* instrument: 'eurusd',
|
|
8549
|
+
* dates: { from: new Date('2023-01-01'), to: new Date('2023-12-31') },
|
|
8550
|
+
* timeframe: 'd1',
|
|
8551
|
+
* format: 'csv'
|
|
8552
|
+
* });
|
|
8553
|
+
*
|
|
8554
|
+
* stream.pipe(createWriteStream('eurusd-2023.csv'));
|
|
8555
|
+
* ```
|
|
8556
|
+
*
|
|
8557
|
+
* @throws Emits 'error' event if configuration validation fails or data fetching encounters errors
|
|
8558
|
+
*
|
|
8559
|
+
* @see {@link getHistoricalRates} for the non-streaming version that returns a Promise
|
|
8560
|
+
*/
|
|
8561
|
+
declare function getHistoricalRatesToStream(config: ConfigArrayItem): Readable;
|
|
8562
|
+
declare function getHistoricalRatesToStream(config: ConfigArrayTickItem): Readable;
|
|
8563
|
+
declare function getHistoricalRatesToStream(config: ConfigJsonItem): Readable;
|
|
8564
|
+
declare function getHistoricalRatesToStream(config: ConfigJsonTickItem): Readable;
|
|
8565
|
+
declare function getHistoricalRatesToStream(config: ConfigCsvItem): Readable;
|
|
8566
|
+
declare function getHistoricalRatesToStream(config: Config): Readable;
|
|
8567
|
+
|
|
8568
|
+
type RealTimeRatesConfigBase = {
|
|
6778
8569
|
instrument: InstrumentType;
|
|
6779
8570
|
timeframe?: TimeframeType;
|
|
6780
8571
|
dates?: {
|
|
6781
8572
|
from: DateInput;
|
|
6782
8573
|
to?: DateInput;
|
|
6783
8574
|
};
|
|
6784
|
-
|
|
8575
|
+
last?: number;
|
|
6785
8576
|
volumes?: boolean;
|
|
6786
8577
|
format?: FormatType;
|
|
6787
8578
|
priceType?: PriceType;
|
|
6788
8579
|
};
|
|
6789
|
-
type
|
|
8580
|
+
type RealTimeRatesConfigArrayItem = RealTimeRatesConfigBase & {
|
|
6790
8581
|
timeframe?: Exclude<TimeframeType, 'tick'>;
|
|
6791
8582
|
format?: 'array';
|
|
6792
8583
|
};
|
|
6793
|
-
type
|
|
8584
|
+
type RealTimeRatesConfigArrayTickItem = RealTimeRatesConfigBase & {
|
|
6794
8585
|
timeframe?: 'tick';
|
|
6795
8586
|
format?: 'array';
|
|
6796
8587
|
};
|
|
6797
|
-
type
|
|
8588
|
+
type RealTimeRatesConfigJsonItem = RealTimeRatesConfigBase & {
|
|
6798
8589
|
timeframe?: Exclude<TimeframeType, 'tick'>;
|
|
6799
8590
|
format?: 'json';
|
|
6800
8591
|
};
|
|
6801
|
-
type
|
|
8592
|
+
type RealTimeRatesConfigJsonTickItem = RealTimeRatesConfigBase & {
|
|
6802
8593
|
timeframe?: 'tick';
|
|
6803
8594
|
format?: 'json';
|
|
6804
8595
|
};
|
|
6805
|
-
type
|
|
8596
|
+
type RealTimeRatesConfigCsv = RealTimeRatesConfigBase & {
|
|
6806
8597
|
timeframe?: TimeframeType;
|
|
6807
8598
|
format?: 'csv';
|
|
6808
8599
|
};
|
|
6809
|
-
type
|
|
6810
|
-
declare function
|
|
6811
|
-
declare function
|
|
6812
|
-
declare function
|
|
6813
|
-
declare function
|
|
6814
|
-
declare function
|
|
6815
|
-
|
|
6816
|
-
declare function getHistoricalRatesToStream(config: Config): Readable;
|
|
8600
|
+
type RealTimeRatesConfig = RealTimeRatesConfigArrayItem | RealTimeRatesConfigArrayTickItem | RealTimeRatesConfigJsonItem | RealTimeRatesConfigJsonTickItem | RealTimeRatesConfigCsv;
|
|
8601
|
+
declare function getRealTimeRates(config: RealTimeRatesConfigArrayItem): Promise<ArrayItem[]>;
|
|
8602
|
+
declare function getRealTimeRates(config: RealTimeRatesConfigArrayTickItem): Promise<ArrayTickItem[]>;
|
|
8603
|
+
declare function getRealTimeRates(config: RealTimeRatesConfigJsonItem): Promise<JsonItem[]>;
|
|
8604
|
+
declare function getRealTimeRates(config: RealTimeRatesConfigJsonTickItem): Promise<JsonItemTick[]>;
|
|
8605
|
+
declare function getRealTimeRates(config: RealTimeRatesConfigCsv): Promise<string>;
|
|
8606
|
+
declare const getCurrentRates: typeof getRealTimeRates;
|
|
6817
8607
|
|
|
6818
|
-
export {
|
|
8608
|
+
export { ArrayItem, ArrayTickItem, BufferFetcher, CacheManager, Config, ConfigArrayItem, ConfigArrayTickItem, ConfigCsvItem, ConfigJsonItem, ConfigJsonTickItem, ConfigValidationError, DefaultConfig, Format, FormatType, GroupData, InputSchema, Instrument, InstrumentGroup, instrumentMetaData as InstrumentMetaData, InstrumentType, JsonItem, JsonItemTick, Output, Price, PriceType, RealTimeRatesConfig, RealTimeRatesConfigArrayItem, RealTimeRatesConfigArrayTickItem, RealTimeRatesConfigCsv, RealTimeRatesConfigJsonItem, RealTimeRatesConfigJsonTickItem, SanitizedConfig, Timeframe, TimeframeType, URL_ROOT, ValidateConfigOutput, defaultConfig, formatOutput, generateUrls, getCurrentRates, getHistoricRates, getHistoricalRates, getHistoricalRatesToStream, getRealTimeRates, instrumentMetaData, normaliseDates, processData, schema, validateConfig, validateConfigNode };
|