Skip to content

Watch stock prices from the VS Code status bar

License

Notifications You must be signed in to change notification settings

loskael/vscode-stocks

 
 

Repository files navigation

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

About

Watch stock prices from the VS Code status bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%