https://github.com/gmasse/xbar-plugin-yf-stock-ticker
A (yet another) xbar plugin that display stock quotes, global indices, currencies and cryptocurrencies.
https://github.com/gmasse/xbar-plugin-yf-stock-ticker
cryptocurrencies currency-exchange-rates finance macos stock-market xbar xbar-plugins
Last synced: about 1 month ago
JSON representation
A (yet another) xbar plugin that display stock quotes, global indices, currencies and cryptocurrencies.
- Host: GitHub
- URL: https://github.com/gmasse/xbar-plugin-yf-stock-ticker
- Owner: gmasse
- License: mit
- Created: 2023-09-17T20:32:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T23:45:10.000Z (over 1 year ago)
- Last Synced: 2024-11-28T13:11:45.816Z (5 months ago)
- Topics: cryptocurrencies, currency-exchange-rates, finance, macos, stock-market, xbar, xbar-plugins
- Language: Python
- Homepage:
- Size: 2.21 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xbar-plugin-yf-stock-ticker

[](https://github.com/gmasse/xbar-plugin-yf-stock-ticker/releases)A (yet another) [xbar](https://xbarapp.com) plugin that display stock quotes, global indices, currencies and cryptocurrencies.
It does not require any account creation or API key. Data collection is made reliable thanks to [yahooquery](https://yahooquery.dpguthrie.com) package.
The plugin accepts all the symbols supported by Yahoo! Finance.
## Features
- Market changes (%) will cycle in the navigation bar
- Market prices details will appear in the dropdown menu (symbols may be different from those in the navigation bar)
- Any Yahoo! Finance ticker symbol is supported:
- stock (ex. `AAPL`)
- index (ex. `^IXIC`)
- FX rate (ex. `EURUSD=X`)
- Cryptocurrency (ex. `BTC-USD`)
- Plugin automatic update (for ex. in case of YF breaking change, a plugin update will trigger the yahooquery package update)
- Configuration (symbols, auto-update) via plugin preferences panel## Manual installation
In a terminal:
```sh
cd ~/Library/Application\ Support/xbar/plugins
curl -o yf_stock_ticker.10m.sh https://raw.githubusercontent.com/gmasse/xbar-plugin-yf-stock-ticker/main/yf_stock_ticker/yf_stock_ticker.sh
chmod +x yf_stock_ticker.10m.sh
```## Configuration
Symbols to display can be configured in the xbar menu `Plugin Browser...`
## Disclaimer
This project is not affiliated with Yahoo, Inc.## Thanks
This plugin is greatly inspired by [Yahoo Stock Ticker](https://github.com/longpdo/bitbar-plugins-custom#yahoo-stock-ticker) and [bitbar-plugin-pingdom](https://github.com/infothrill/bitbar-plugin-pingdom).