Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>StocksNew to Visual Studio Code? Get it now.
Stocks

Stocks

loskael

|
1,765 installs
| (2) | Free
Watch stock prices from the VS Code status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Stocks

Keep an eye on your stocks while using VS Code, with the "Stocks" extension.

Features

Add as many stock symbols as you like to the status bar, and they will be updated every 60 seconds. Just set vscode-stocks.stockSymbols to an array of stock symbols to monitor. Example:

"vscode-stocks.stockSymbols": [
    "msft",
    "aapl"
]

It can show symbols color-coded by gain/loss with the setting vscode-stocks.useColors.

Disclaimer

By reading this, you agree not to sue me.

Update By loskael

1、Add SSE And SZSE Support
2、Add color style

"vscode-stocks.colorStyle": [
    "red",    // up
    "green",  // down
    "white"   // -
]

3、Add change pencent 4、Add refresh interval

"vscode-stocks.refreshInterval": 5000
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft