Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds an additional ~50 global or sector indices; improves global coverage and autocomplete. #1746

Merged
merged 6 commits into from
May 3, 2022

Conversation

deeleeramone
Copy link
Contributor

The change to this file adds approximately fifty global indices to autocomplete and the table: /economy/index -si

For country-specific indices (outside of US or 'global'), the argument is prefaced with the standard two-letter country code for the index. All volatility indices are prefaced with cboe. I.e., cboe-vix, cboe-shortvol.

Where not using USD as the denominating index base currency, the currency is listed in the name.

(🦋) /economy/ $ index -si
                                     Major Indices                                     
┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓
┃ Argument          ┃ Name                                            ┃ Ticker        ┃
┡━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩
│ sp500             │ S&P 500 Index                                   │ ^GSPC         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp400             │ S&P 400 Mid Cap Index                           │ ^SP400        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp600             │ S&P 600 Small Cap Index                         │ ^SP600        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp500tr           │ S&P 500 TR Index                                │ ^SP500TR      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-xsp            │ S&P 500 Mini SPX Options Index                  │ ^XSP          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nyse-ny           │ NYSE US 100 Index                               │ ^NY           │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dow-djus          │ Dow Jones US Index                              │ ^DJUS         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nyse              │ NYSE Composite Index                            │ ^NYA          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ amex              │ NYSE-AMEX Composite Index                       │ ^XAX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nasdaq            │ Nasdaq Composite Index                          │ ^IXIC         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ russell1000       │ Russell 1000 Index                              │ ^RUI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ russell2000       │ Russell 2000 Index                              │ ^RUT          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-bxr          │ CBOE Russell 2000 Buy-Write Index               │ ^BXR          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-bxrt         │ CBOE Russell 2000 30-Delta Buy-Write Index      │ ^BXRT         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ russell3000       │ Russell 3000 Index                              │ ^RUA          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ russellvalue      │ Russell 2000 Value Index                        │ ^RUJ          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ russellgrowth     │ Russell 2000 Growth Index                       │ ^RUO          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dow-dja           │ Dow Jones Composite Average Index               │ ^DJA          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dow-dji           │ Dow Jones Industrial Average Index              │ ^DJI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ca-tsx            │ TSX Composite Index (CAD)                       │ ^GSPTSE       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ mx-ipc            │ IPC Mexico Index (MXN)                          │ ^MXX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-mxy          │ NYSE ARCA Mexico Index (USD)                    │ ^MXY          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ br-bvsp           │ IBOVESPA Sao Paulo Brazil Index (BRL)           │ ^BVSP         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ eu-fteu1          │ FTSE Eurotop 100 Index (EUR)                    │ ^FTEU1        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ eu-speup          │ S&P Europe 350 Index (EUR)                      │ ^SPEUP        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ eu-n100           │ Euronext 100 Index (EUR)                        │ ^N100         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ftse100           │ FTSE Global 100 Index (GBP)                     │ ^FTSE         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ftse250           │ FTSE Global 250 Index (GBP)                     │ ^FTMC         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ftse350           │ FTSE Global 350 Index (GBP)                     │ ^FTLC         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ftai              │ FTSE AIM All-Share Global Index (GBP)           │ ^FTAI         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ uk-ftas           │ UK FTSE All-Share Index (GBP)                   │ ^FTAS         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ uk-spuk           │ S&P United Kingdom Index (PDS)                  │ ^SPUK         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ uk100             │ CBOE UK 100 Index (GBP)                         │ ^BUK100P      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ie-iseq           │ ISEQ Irish All Shares Index (EUR)               │ ^ISEQ         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nl-aex            │ Euronext Dutch 25 Index (EUR)                   │ ^AEX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nl-amx            │ Euronext Dutch Mid Cap Index (EUR)              │ ^AMX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ at-atx            │ Wiener Börse Austrian 20 Index (EUR)            │ ^ATX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ch-stoxx          │ Zurich STXE 600 PR Index (EUR)                  │ ^STOXX        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ch-stoxx50e       │ Zurich ESTX 50 PR Index (EUR)                   │ ^STOXX50E     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ch-ssip           │ Swiss All Shares Index (CHF)                    │ SSIP.SW       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ch-airlines       │ STXE TM Airlines Index (EUR)                    │ U0A.Z         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ omxn40            │ OMX Nordic 40 (EUR)                             │ ^OMXN40       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ se-omx30          │ OMX Stockholm 30 Index (SEK)                    │ ^OMX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ se-omxspi         │ OMX Stockholm All Share PI (SEK)                │ ^OMXSPI       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ se-benchmark      │ OMX Stockholm Benchmark GI (SEK)                │ ^OMXSBGI      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dk-benchmark      │ OMX Copenhagen Benchamrk GI (DKK)               │ ^OMXCBGI      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dk-omxc25         │ OMX Copenhagen 25 Index (DKK)                   │ ^OMXC25       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ fi-omxhbgi        │ OMX Helsinki Benchmark GI (EUR)                 │ ^OMXHPI       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ fi-omxh25         │ OMX Helsinki 25 (EUR)                           │ ^OMXH25       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ de-dax40          │ DAX Performance Index (EUR)                     │ ^GDAXI        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ de-mdax60         │ DAX Mid Cap Performance Index (EUR)             │ ^MDAXI        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ de-sdax70         │ DAX Small Cap Performance Index (EUR)           │ ^SDAXI        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ de-tecdax30       │ DAX Tech Sector TR Index (EUR)                  │ ^TECDAX       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ fr-cac40          │ CAC 40 PR Index (EUR)                           │ ^FCHI         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ fr-next20         │ CAC Next 20 Index (EUR)                         │ ^CN20         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ fr-sbf120         │ Paris SBF 120 Index (EUR)                       │ ^SBF120       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ it-mib40          │ FTSE MIB 40 Index (EUR)                         │ FTSEMIB.MI    │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ be-bel20          │ BEL 20 Brussels Index (EUR)                     │ ^BFX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ pt-bvlg           │ Lisbon PSI All-Share Index GR (EUR)             │ ^BVLG         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ es-ibex35         │ IBEX 35 - Madrid CATS (EUR)                     │ ^IBEX         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-bse            │ S&P Bombay SENSEX (INR)                         │ ^BSESN        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-bse-mcap       │ S&P Bombay Mid Cap Index (INR)                  │ BSE-MIDCAP.BO │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-bse-scap       │ S&P Bombay Small Cap Index (INR)                │ BSE-SMLCAP.BO │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-nse50          │ NSE Nifty 50 Index (INR)                        │ ^NSEI         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-nse-mcap       │ NSE Nifty 50 Mid Cap Index (INR)                │ ^NSEMDCP50    │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-nse-bank       │ NSE Nifty Bank Industry Index (INR)             │ ^NSEBANK      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-nse500         │ NSE Nifty 500 Index (INR)                       │ ^CRSLDX       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ il-ta125          │ Tel-Aviv 125 Index (ILS)                        │ ^TA125.TA     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ za-shariah        │ Johannesburg Shariah All Share Index (ZAR)      │ ^J143.JO      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ za-jo             │ Johannesburg All Share Index (ZAR)              │ ^J203.JO      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ za-jo-mcap        │ Johannesburg Large and Mid Cap Index (ZAR)      │ ^JO206.JO     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ za-jo-altex       │ Johannesburg Alt Exchange Index (ZAR)           │ ^J232.JP      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ru-moex           │ MOEX Russia Index (RUB)                         │ IMOEX.ME      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ au-asx200         │ S&P/ASX 200 Index (AUD)                         │ ^AXJO         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ au-aord           │ Australia All Ordinary Share Index (AUD)        │ ^AORD         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nz50              │ S&P New Zealand 50 Index (NZD)                  │ ^nz50         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ kr-kospi          │ KOSPI Composite Index (KRW)                     │ ^KS11         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-arca           │ NYSE ARCA Japan Index (JPY)                     │ ^JPN          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-n225           │ Nikkei 255 Index (JPY)                          │ ^N225         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-n300           │ Nikkei 300 Index (JPY)                          │ ^N300         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nknr           │ Nikkei Avg Net TR Index (JPY)                   │ ^NKVI.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nkrc           │ Nikkei Avg Risk Control Index (JPY)             │ ^NKRC.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nklv           │ Nikkei Avg Leverage Index (JPY)                 │ ^NKLV.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nkcc           │ Nikkei Avg Covered Call Index (JPY)             │ ^NKCC.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nkhd           │ Nikkei Avg High Dividend Yield Index (JPY)      │ ^NKHD.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-auto           │ Nikkei 500 Auto & Auto Parts Index (JPY)        │ ^NG17.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-fintech        │ Global Fintech Japan Hedged Index (JPY)         │ ^FDSFTPRJPY   │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nkdh           │ Nikkei Average USD Hedge Index (JPY)            │ ^NKDH.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nkeh           │ Nikkei Average EUR Hedghe Index (JPY)           │ ^NKEH.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cn-sse-comp       │ SSE Composite Index (CNY)                       │ 000001.SS     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cn-sse-a          │ SSE A Share Index (CNY)                         │ 000002.SS     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cn-szse-comp      │ SZSE Component Index (CNY)                      │ 399001.SZ     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cn-szse-a         │ SZSE A-Shares Index (CNY)                       │ 399107.SZ     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ tw-twii           │ TSEC Weighted Index (TWD)                       │ ^TWII         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ tw-tpai           │ TSEC Paper and Pulb Subindex (TWD)              │ ^TPAI         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ hk-hsi            │ Hang Seng Index (HKD)                           │ ^HSI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ hk-hko            │ NYSE ARCA Hong Kong Options Index (USD)         │ ^HKO          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ id-jkse           │ Jakarta Composite Index (IDR)                   │ ^JKSE         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ my-klci           │ FTSE Bursa Malaysia KLCI (MYR)                  │ ^KLSE         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sg-sti            │ STI Singapore Index (SGD)                       │ ^STI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-materials      │ S&P 500 Materials Sector Index                  │ ^SP500-15     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-industrials    │ S&P 500 Industrials Sector Index                │ ^SP500-20     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-discretionary  │ S&P 500 Consumer Discretionary Index            │ ^SP500-25     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-staples        │ S&P 500 Consumer Staples Sector Index           │ ^SP500-30     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-health         │ S&P 500 Health Care Sector Index                │ ^SP500-35     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-financials     │ S&P 500 Financials Sector Index                 │ ^SP500-40     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-it             │ S&P 500 IT Sector Index                         │ ^SP500-45     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-communications │ S&P 500 Communications Sector Index             │ ^SP500-50     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-utilities      │ S&P 500 Utilities Sector Index                  │ ^SP500-55     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-real_estate    │ S&P 500 Real Estate Sector Index                │ ^SP500-60     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-airlines       │ S&P 500 Airlines Industry Index                 │ ^SP500-203020 │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-tech_hardware  │ S&P 500 Technology Hardware Industry            │ ^SP500-452020 │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sphyda            │ S&P High Yield Aristocrats Index                │ ^SPHYDA       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dow-djt           │ Dow Jones Transportation Average Index          │ ^DJT          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dow-dju           │ Dow Jones Utility Average Index                 │ ^DJU          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dow-rci           │ Dow Jones Composite All REIT Index              │ ^RCI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ reit-fnar         │ FTSE Nareit All Equity REITs Index              │ ^FNAR         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-q50            │ NASDAQ Q50 Index                                │ ^NXTQ         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-ixch           │ NASDAQ Health Care Index                        │ ^IXCH         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-tech           │ NASDAQ 100 Technology Sector Index              │ ^NDXT         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-ex-tech        │ NASDAQ 100 Ex-Tech Total Return Index           │ ^NXTR         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-ixtc           │ NASDAQ Telecommunications Index                 │ ^IXTC         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-inds           │ NASDAQ Industrial Index                         │ ^INDS         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-ixco           │ NASDAQ Computer Index                           │ ^INCO         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-bank           │ NASDAQ Bank Index                               │ ^BANK         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-tran           │ NASDAQ Transportation Index                     │ ^TRAN         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ice-auto          │ ICE FactSet Global NextGen Auto Index           │ ^ICEFSNA      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ice-comm          │ ICE FactSet Global NextGen Communications Index │ ^ICEFSNC      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nyse-nyl          │ NYSE World Leaders Index                        │ ^NYL          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nyse-nyi          │ NYSE International 100 Index                    │ ^NYI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nyse-nyy          │ NYSE TMT Index                                  │ ^NYY          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xmi          │ NYSE ARCA Major Market Index                    │ ^XMI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xbd          │ NYSE ARCA Securities Broker/Dealer Index        │ ^XBD          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xii          │ NYSE ARCA Institutional Index                   │ ^XII          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xoi          │ NYSE ARCA Oil and Gas Index                     │ ^XOI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xng          │ NYSE ARCA Natural Gas Index                     │ ^XNG          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-hui          │ NYSE ARCA Gold Bugs Index                       │ ^HUI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-ixb          │ NYSE Materials Select Sector Index              │ ^IXB          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-drg          │ NYSE ARCA Phramaceutical Index                  │ ^DRG          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-btk          │ NYSE ARCA Biotech Index                         │ ^BKT          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-pse          │ NYSE ARCA Tech 100 Index                        │ ^PSE          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-nwx          │ NYSE ARCA Networking Index                      │ ^NWX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xci          │ NYSE ARCA Computer Tech Index                   │ ^XCI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xal          │ NYSE ARCA Airline Index                         │ ^XAL          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xtc          │ NYSE ARCA N.A. Telecom Industry Index           │ ^XTC          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ phlx-sox          │ PHLX Semiconductor Index                        │ ^SOX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ phlx-xau          │ PHLX Gold/Silver Index                          │ ^XAU          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ phlx-hgx          │ PHLX Housing Sector Index                       │ ^HGX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ phlx-osx          │ PHLX Oil Services Sector Index                  │ ^OSX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ phlx-uty          │ PHLX Utility Sector Index                       │ ^UTY          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ w5000             │ Wilshire 5000                                   │ ^W5000        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ w5000flt          │ Wilshire 5000 Float Adjusted Index              │ ^W5000FLT     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ reit-wgreit       │ Wilshire Global REIT Index                      │ ^WGREIT       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ reit-wgresi       │ Wilshire Global Real Estate Sector Index        │ ^WGRESI       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ reit-wilreit      │ Wilshire US REIT Index                          │ ^WILREIT      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ reit-wilresi      │ Wilshire US Real Estate Security Index          │ ^WILRESI      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-bxm          │ CBOE Buy-Write Monthly Index                    │ ^BXM          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-vix          │ CBOE Volatility Index                           │ ^VIX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-vin          │ CBOE Near-Term VIX Index                        │ ^VIN          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cobe-vvix         │ CBOE VIX Volatility Index                       │ ^VVIX         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-shortvol     │ CBOE Short VIX Futures Index                    │ ^SHORTVOL     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-skew         │ CBOE Skew Index                                 │ ^SKEW         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-vxn          │ CBOE NASDAQ 100 Volatility Index                │ ^VXN          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-gvz          │ CBOE Gold Volatility Index                      │ ^GVZ          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-ovx          │ CBOE Crude Oil Volatility Index                 │ ^OVX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-tnx          │ CBOE Interest Rate 10 Year T-Note               │ ^TNX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-tyx          │ CBOE 30 year Treasury Yields                    │ ^TYX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-irx          │ CBOE 13 Week Treasury Bill                      │ ^IRX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ us-dx-y           │ US Dollar Index                                 │ DX-Y.NYB      │
└───────────────────┴─────────────────────────────────────────────────┴───────────────┘

… field.

The change to this file adds approximately fifty global indices to autocomplete and  the table: /economy/index -si

For country-specific indices (outside of US or 'global'), the argument is prefaced with the standard two-letter country code for the index. All volatility indices are prefaced with cboe. I.e., cboe-vix, cboe-shortvol.

Where not using USD as the denominating index base currency, the currency is listed in the name.

```
│ nl-amx            │ Euronext Dutch Mid Cap Index (EUR)              │ ^AMX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ at-atx            │ Wiener Börse Austrian 20 Index (EUR)            │ ^ATX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ch-stoxx          │ Zurich STXE 600 PR Index (EUR)                  │ ^STOXX        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ch-stoxx50e       │ Zurich ESTX 50 PR Index (EUR)                   │ ^STOXX50E     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ch-ssip           │ Swiss All Shares Index (CHF)                    │ SSIP.SW       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ch-airlines       │ STXE TM Airlines Index (EUR)                    │ U0A.Z         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ omxn40            │ OMX Nordic 40 (EUR)                             │ ^OMXN40       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ se-omx30          │ OMX Stockholm 30 Index (SEK)                    │ ^OMX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ se-omxspi         │ OMX Stockholm All Share PI (SEK)                │ ^OMXSPI       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ se-benchmark      │ OMX Stockholm Benchmark GI (SEK)                │ ^OMXSBGI      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dk-benchmark      │ OMX Copenhagen Benchamrk GI (DKK)               │ ^OMXCBGI      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dk-omxc25         │ OMX Copenhagen 25 Index (DKK)                   │ ^OMXC25       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ fi-omxhbgi        │ OMX Helsinki Benchmark GI (EUR)                 │ ^OMXHPI       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ fi-omxh25         │ OMX Helsinki 25 (EUR)                           │ ^OMXH25       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ de-dax40          │ DAX Performance Index (EUR)                     │ ^GDAXI        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ de-mdax60         │ DAX Mid Cap Performance Index (EUR)             │ ^MDAXI        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ de-sdax70         │ DAX Small Cap Performance Index (EUR)           │ ^SDAXI        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ de-tecdax30       │ DAX Tech Sector TR Index (EUR)                  │ ^TECDAX       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ fr-cac40          │ CAC 40 PR Index (EUR)                           │ ^FCHI         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ fr-next20         │ CAC Next 20 Index (EUR)                         │ ^CN20         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ fr-sbf120         │ Paris SBF 120 Index (EUR)                       │ ^SBF120       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ it-mib40          │ FTSE MIB 40 Index (EUR)                         │ FTSEMIB.MI    │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ be-bel20          │ BEL 20 Brussels Index (EUR)                     │ ^BFX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ pt-bvlg           │ Lisbon PSI All-Share Index GR (EUR)             │ ^BVLG         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ es-ibex35         │ IBEX 35 - Madrid CATS (EUR)                     │ ^IBEX         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-bse            │ S&P Bombay SENSEX (INR)                         │ ^BSESN        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-bse-mcap       │ S&P Bombay Mid Cap Index (INR)                  │ BSE-MIDCAP.BO │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-bse-scap       │ S&P Bombay Small Cap Index (INR)                │ BSE-SMLCAP.BO │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-nse50          │ NSE Nifty 50 Index (INR)                        │ ^NSEI         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-nse-mcap       │ NSE Nifty 50 Mid Cap Index (INR)                │ ^NSEMDCP50    │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-nse-bank       │ NSE Nifty Bank Industry Index (INR)             │ ^NSEBANK      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ in-nse500         │ NSE Nifty 500 Index (INR)                       │ ^CRSLDX       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ il-ta125          │ Tel-Aviv 125 Index (ILS)                        │ ^TA125.TA     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ za-shariah        │ Johannesburg Shariah All Share Index (ZAR)      │ ^J143.JO      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ za-jo             │ Johannesburg All Share Index (ZAR)              │ ^J203.JO      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ za-jo-mcap        │ Johannesburg Large and Mid Cap Index (ZAR)      │ ^JO206.JO     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ za-jo-altex       │ Johannesburg Alt Exchange Index (ZAR)           │ ^J232.JP      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ru-moex           │ MOEX Russia Index (RUB)                         │ IMOEX.ME      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ au-asx200         │ S&P/ASX 200 Index (AUD)                         │ ^AXJO         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ au-aord           │ Australia All Ordinary Share Index (AUD)        │ ^AORD         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nz50              │ S&P New Zealand 50 Index (NZD)                  │ ^nz50         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ kr-kospi          │ KOSPI Composite Index (KRW)                     │ ^KS11         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-arca           │ NYSE ARCA Japan Index (JPY)                     │ ^JPN          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-n225           │ Nikkei 255 Index (JPY)                          │ ^N225         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-n300           │ Nikkei 300 Index (JPY)                          │ ^N300         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nknr           │ Nikkei Avg Net TR Index (JPY)                   │ ^NKVI.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nkrc           │ Nikkei Avg Risk Control Index (JPY)             │ ^NKRC.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nklv           │ Nikkei Avg Leverage Index (JPY)                 │ ^NKLV.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nkcc           │ Nikkei Avg Covered Call Index (JPY)             │ ^NKCC.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nkhd           │ Nikkei Avg High Dividend Yield Index (JPY)      │ ^NKHD.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-auto           │ Nikkei 500 Auto & Auto Parts Index (JPY)        │ ^NG17.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-fintech        │ Global Fintech Japan Hedged Index (JPY)         │ ^FDSFTPRJPY   │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nkdh           │ Nikkei Average USD Hedge Index (JPY)            │ ^NKDH.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ jp-nkeh           │ Nikkei Average EUR Hedghe Index (JPY)           │ ^NKEH.OS      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cn-sse-comp       │ SSE Composite Index (CNY)                       │ 000001.SS     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cn-sse-a          │ SSE A Share Index (CNY)                         │ 000002.SS     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cn-szse-comp      │ SZSE Component Index (CNY)                      │ 399001.SZ     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cn-szse-a         │ SZSE A-Shares Index (CNY)                       │ 399107.SZ     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ tw-twii           │ TSEC Weighted Index (TWD)                       │ ^TWII         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ tw-tpai           │ TSEC Paper and Pulb Subindex (TWD)              │ ^TPAI         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ hk-hsi            │ Hang Seng Index (HKD)                           │ ^HSI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ hk-hko            │ NYSE ARCA Hong Kong Options Index (USD)         │ ^HKO          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ id-jkse           │ Jakarta Composite Index (IDR)                   │ ^JKSE         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ my-klci           │ FTSE Bursa Malaysia KLCI (MYR)                  │ ^KLSE         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sg-sti            │ STI Singapore Index (SGD)                       │ ^STI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-materials      │ S&P 500 Materials Sector Index                  │ ^SP500-15     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-industrials    │ S&P 500 Industrials Sector Index                │ ^SP500-20     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-discretionary  │ S&P 500 Consumer Discretionary Index            │ ^SP500-25     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-staples        │ S&P 500 Consumer Staples Sector Index           │ ^SP500-30     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-health         │ S&P 500 Health Care Sector Index                │ ^SP500-35     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-financials     │ S&P 500 Financials Sector Index                 │ ^SP500-40     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-it             │ S&P 500 IT Sector Index                         │ ^SP500-45     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-communications │ S&P 500 Communications Sector Index             │ ^SP500-50     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-utilities      │ S&P 500 Utilities Sector Index                  │ ^SP500-55     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-real_estate    │ S&P 500 Real Estate Sector Index                │ ^SP500-60     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-airlines       │ S&P 500 Airlines Industry Index                 │ ^SP500-203020 │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sp-tech_hardware  │ S&P 500 Technology Hardware Industry            │ ^SP500-452020 │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ sphyda            │ S&P High Yield Aristocrats Index                │ ^SPHYDA       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dow-djt           │ Dow Jones Transportation Average Index          │ ^DJT          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dow-dju           │ Dow Jones Utility Average Index                 │ ^DJU          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ dow-rci           │ Dow Jones Composite All REIT Index              │ ^RCI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ reit-fnar         │ FTSE Nareit All Equity REITs Index              │ ^FNAR         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-q50            │ NASDAQ Q50 Index                                │ ^NXTQ         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-ixch           │ NASDAQ Health Care Index                        │ ^IXCH         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-tech           │ NASDAQ 100 Technology Sector Index              │ ^NDXT         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-ex-tech        │ NASDAQ 100 Ex-Tech Total Return Index           │ ^NXTR         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-ixtc           │ NASDAQ Telecommunications Index                 │ ^IXTC         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-inds           │ NASDAQ Industrial Index                         │ ^INDS         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-ixco           │ NASDAQ Computer Index                           │ ^INCO         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-bank           │ NASDAQ Bank Index                               │ ^BANK         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nq-tran           │ NASDAQ Transportation Index                     │ ^TRAN         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ice-auto          │ ICE FactSet Global NextGen Auto Index           │ ^ICEFSNA      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ ice-comm          │ ICE FactSet Global NextGen Communications Index │ ^ICEFSNC      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nyse-nyl          │ NYSE World Leaders Index                        │ ^NYL          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nyse-nyi          │ NYSE International 100 Index                    │ ^NYI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ nyse-nyy          │ NYSE TMT Index                                  │ ^NYY          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xmi          │ NYSE ARCA Major Market Index                    │ ^XMI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xbd          │ NYSE ARCA Securities Broker/Dealer Index        │ ^XBD          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xii          │ NYSE ARCA Institutional Index                   │ ^XII          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xoi          │ NYSE ARCA Oil and Gas Index                     │ ^XOI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xng          │ NYSE ARCA Natural Gas Index                     │ ^XNG          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-hui          │ NYSE ARCA Gold Bugs Index                       │ ^HUI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-ixb          │ NYSE Materials Select Sector Index              │ ^IXB          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-drg          │ NYSE ARCA Phramaceutical Index                  │ ^DRG          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-btk          │ NYSE ARCA Biotech Index                         │ ^BKT          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-pse          │ NYSE ARCA Tech 100 Index                        │ ^PSE          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-nwx          │ NYSE ARCA Networking Index                      │ ^NWX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xci          │ NYSE ARCA Computer Tech Index                   │ ^XCI          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xal          │ NYSE ARCA Airline Index                         │ ^XAL          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ arca-xtc          │ NYSE ARCA N.A. Telecom Industry Index           │ ^XTC          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ phlx-sox          │ PHLX Semiconductor Index                        │ ^SOX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ phlx-xau          │ PHLX Gold/Silver Index                          │ ^XAU          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ phlx-hgx          │ PHLX Housing Sector Index                       │ ^HGX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ phlx-osx          │ PHLX Oil Services Sector Index                  │ ^OSX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ phlx-uty          │ PHLX Utility Sector Index                       │ ^UTY          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ w5000             │ Wilshire 5000                                   │ ^W5000        │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ w5000flt          │ Wilshire 5000 Float Adjusted Index              │ ^W5000FLT     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ reit-wgreit       │ Wilshire Global REIT Index                      │ ^WGREIT       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ reit-wgresi       │ Wilshire Global Real Estate Sector Index        │ ^WGRESI       │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ reit-wilreit      │ Wilshire US REIT Index                          │ ^WILREIT      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ reit-wilresi      │ Wilshire US Real Estate Security Index          │ ^WILRESI      │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-bxm          │ CBOE Buy-Write Monthly Index                    │ ^BXM          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-vix          │ CBOE Volatility Index                           │ ^VIX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-vin          │ CBOE Near-Term VIX Index                        │ ^VIN          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cobe-vvix         │ CBOE VIX Volatility Index                       │ ^VVIX         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-shortvol     │ CBOE Short VIX Futures Index                    │ ^SHORTVOL     │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-skew         │ CBOE Skew Index                                 │ ^SKEW         │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-vxn          │ CBOE NASDAQ 100 Volatility Index                │ ^VXN          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-gvz          │ CBOE Gold Volatility Index                      │ ^GVZ          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-ovx          │ CBOE Crude Oil Volatility Index                 │ ^OVX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-tnx          │ CBOE Interest Rate 10 Year T-Note               │ ^TNX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-tyx          │ CBOE 30 year Treasury Yields                    │ ^TYX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ cboe-irx          │ CBOE 13 Week Treasury Bill                      │ ^IRX          │
├───────────────────┼─────────────────────────────────────────────────┼───────────────┤
│ us-dx-y           │ US Dollar Index                                 │ DX-Y.NYB      │
└───────────────────┴─────────────────────────────────────────────────┴───────────────┘
```
@DidierRLopes DidierRLopes added the feat XS Extra small feature label Apr 27, 2022
Copy link
Contributor

@JerBouma JerBouma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deeleeramone Please fix the linting then merging is ok for me.

@DidierRLopes
Copy link
Collaborator

@deeleeramone can u have a look at this so we can merge it?

@DidierRLopes DidierRLopes requested a review from JerBouma May 3, 2022 10:07
@JerBouma JerBouma merged commit 6e9b0d8 into OpenBB-finance:main May 3, 2022
@deeleeramone
Copy link
Contributor Author

deeleeramone commented Oct 11, 2022 via email

@deeleeramone
Copy link
Contributor Author

deeleeramone commented Oct 11, 2022 via email

@deeleeramone deeleeramone deleted the patch-2 branch January 7, 2023 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat XS Extra small feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants