cinatic / stocks-extension

A extension to display stock quotes in GNOME Shell Panel
GNU General Public License v3.0
87 stars 31 forks source link

Wrong name "unknown" shown in ticker when using exchange symbols #34

Closed yuriw closed 3 years ago

yuriw commented 3 years ago

Great app, thx !

Pls add an option to show major market indicators, e.g. NASDAQ, S&P and DOW.

cinatic commented 3 years ago

thanks, can you explain your idea? At the moment you already can add symbols for exchanges like ^IXIC, ^GDAXI, ^DJI, ^GSPC

yuriw commented 3 years ago

@cinatic That'd be enough. However it shows wrong info in the taskbar on ubuntu

image

On click it seems working fine.

cinatic commented 3 years ago

interesting indeed. exchanges @ yahoo do not have the full name field but only a, in some circumstances not accurate, exchangeName, e.g. ^GDAXI:

"currency": "EUR",
"symbol": "^GDAXI",
"exchangeName": "GER",

thanks for the report. I will add at least a fallback to symbol when no name is provided (#35) In one of the next releases also the entered name when adding a symbol can be optionally used (#29)