All Projects → fhl43211 → StockBar

fhl43211 / StockBar

Licence: MIT license
A menu bar app to track stock prices, currency exchange rates, and cryptocurrency prices.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to StockBar

d3-kagi
An open source javascript library to render beautiful Kagi charts using D3.js and pure Javascript
Stars: ✭ 26 (+52.94%)
Mutual labels:  stock, stock-prices
PyTse
TseTmc Crawler
Stars: ✭ 40 (+135.29%)
Mutual labels:  stock, stock-prices
dipiper
基于nodejs的股票数据爬虫
Stars: ✭ 83 (+388.24%)
Mutual labels:  stock, stock-prices
dukascopy-tools
✨ Download historical price tick data for Crypto, Stocks, ETFs, CFDs, Forex via CLI and Node.js ✨
Stars: ✭ 128 (+652.94%)
Mutual labels:  stock, stock-prices
fishing-funds
基金,大盘,股票,虚拟货币状态栏显示小应用,基于Electron开发,支持MacOS,Windows,Linux客户端,数据源来自天天基金,蚂蚁基金,爱基金,腾讯证券,新浪基金等
Stars: ✭ 424 (+2394.12%)
Mutual labels:  menubar, stock
TerminalStocks
Pure terminal stock ticker for Windows.
Stars: ✭ 88 (+417.65%)
Mutual labels:  stock, stock-prices
open-climate-investing
Application and data for analyzing and structuring portfolios for climate investing.
Stars: ✭ 20 (+17.65%)
Mutual labels:  stock
Motorola-Moto-E-condor-unbrick
Tools for Motorola Moto E XT1021, XT1022, XT1025 condor unbrick
Stars: ✭ 31 (+82.35%)
Mutual labels:  stock
php-currency-api
Standardized wrapper for popular currency rate APIs. Currently supports FixerIO, CurrencyLayer, Open Exchange Rates and Exchange Rates API.
Stars: ✭ 17 (+0%)
Mutual labels:  currency-exchange-rates
regression-stock-prediction
Predicting Google’s stock price using regression
Stars: ✭ 54 (+217.65%)
Mutual labels:  stock-prices
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+30223.53%)
Mutual labels:  stock
stock-market-scraper
Scraps historical stock market data from Yahoo Finance (https://finance.yahoo.com/)
Stars: ✭ 110 (+547.06%)
Mutual labels:  stock
tqk
한국 주식 데이터를 위한 R 패키지
Stars: ✭ 55 (+223.53%)
Mutual labels:  stock
intrinio-realtime-python-sdk
Intrinio Python SDK for Real-Time Stock Prices
Stars: ✭ 79 (+364.71%)
Mutual labels:  stock-prices
Stock-Analyser
📈 Stocks technical analysis code collection and Stocks data platform.
Stars: ✭ 30 (+76.47%)
Mutual labels:  stock
github-notify
Simple MacOS app to alert you when you have unread GitHub notifications
Stars: ✭ 19 (+11.76%)
Mutual labels:  menubar
nodeScratchpad
Evaluate Nodejs Code Snippets From Menubar! 💻
Stars: ✭ 102 (+500%)
Mutual labels:  menubar
stock-market-prediction-via-google-trends
Attempt to predict future stock prices based on Google Trends data.
Stars: ✭ 45 (+164.71%)
Mutual labels:  stock-prices
pinance
Python module(s) to get stock data, options data and news.
Stars: ✭ 70 (+311.76%)
Mutual labels:  stock
radiobar
macOS menubar app to listen to streaming radio
Stars: ✭ 53 (+211.76%)
Mutual labels:  menubar

StockBar

mainDisplay

About

A menu bar app that tracks changes of stock prices, currency exchange rates, and cryptocurrency prices every minute. The menu bar item displays the daily position changes if the unit size is provided in the settings. Otherwise, the per unit daily changes is displayed.

Click on the symbol name to show details such as the price, the change percentage, the last updated time stamp, and the position information.

Some symbol examples are listed below. Please refer to https://finance.yahoo.com/lookup/ for more.

Indices:

  • ^GSPC : S&P 500
  • ^N225 : Nikkei 225

ETF:

  • IVE : iShares S&P 500 Value ETF

Stock:

  • AAPL : Apple Inc
  • GOOG : Alphabet Inc Class C
  • NFLX : Netflix Inc
  • 9626.HK : Bilibili Inc
  • 600519.SS : Kweichow Moutai Co., Ltd

Currency Exange:

  • USDJPY=X : 1 US dollar equals to X Japanese yen
  • USDCAD=X : 1 US dollar equals to X Canadian dollar
  • EURCNY=X : 1 Euro equals to X Chinese yuan(RMB)

Cryptocurrencies:

  • BTC-USD : 1 Bitcoin equals to X US dollar
  • DOGE-USD : 1 Dogecoin equals to X US dollar

Preference

Provide the stock symbols to track in preference view. If unit sizes and average position costs are supplied, the open profit and loss will also be tracked. Click StockBar in the menu bar and select Preference. You may need to update the unit size and the average position cost after stock splits. preference

API

  • In use: yahoo finance api. Reference.
  • Other apis:
    1. alphavantage. Free API key is available (By the time of writing, any string can be a valid free API key). However, the free API can only send five requests per minute. It only has end-of-day Nasdaq quotes.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].