All Projects → madnight → wallstreet

madnight / wallstreet

Licence: MIT license
Stock Quotes and Charts for the Terminal

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to wallstreet

trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-72%)
Mutual labels:  finance, stock, stock-market, financial-analysis
Beibo
🤖 Predict the stock market with AI 用AI预测股票市场
Stars: ✭ 46 (-38.67%)
Mutual labels:  finance, stock, stock-market
Algotrader
Simple algorithmic stock and option trading for Node.js.
Stars: ✭ 468 (+524%)
Mutual labels:  quotes, stock, stock-market
stocki
The CLI for fetching stock market data
Stars: ✭ 32 (-57.33%)
Mutual labels:  finance, stock, stock-market
web trader
📊 Python Flask game that consolidates data from Nasdaq, allowing the user to practice buying and selling stocks.
Stars: ✭ 21 (-72%)
Mutual labels:  finance, stock, stock-market
Ystockquote
Fetch stock quote data from Yahoo Finance
Stars: ✭ 502 (+569.33%)
Mutual labels:  quotes, stock, stock-market
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-64%)
Mutual labels:  finance, stock, financial-analysis
open-climate-investing
Application and data for analyzing and structuring portfolios for climate investing.
Stars: ✭ 20 (-73.33%)
Mutual labels:  finance, stock, stock-market
AIPortfolio
Use AI to generate a optimized stock portfolio
Stars: ✭ 28 (-62.67%)
Mutual labels:  finance, stock, stock-market
pyEX
Python interface to IEX and IEX cloud APIs
Stars: ✭ 407 (+442.67%)
Mutual labels:  finance, stock-market, financial-analysis
stock-market-scraper
Scraps historical stock market data from Yahoo Finance (https://finance.yahoo.com/)
Stars: ✭ 110 (+46.67%)
Mutual labels:  finance, stock, stock-market
Alpha Mind
quantitative security portfolio analysis. The analysis pipeline including data storage abstraction, alpha calculation, ML based alpha combining and portfolio calculation.
Stars: ✭ 171 (+128%)
Mutual labels:  finance, stock, stock-market
IEX CPP API
Unofficial C++ Lib for the IEXtrading API
Stars: ✭ 34 (-54.67%)
Mutual labels:  finance, stock, financial-analysis
Tradestation
EasyLanguage indicators and systems for TradeStation
Stars: ✭ 65 (-13.33%)
Mutual labels:  finance, charts, stock-market
Finance Python
python tools for Finance with the functionality of indicator calculation, business day calculation and so on.
Stars: ✭ 238 (+217.33%)
Mutual labels:  finance, stock, stock-market
alpha-vantage-api
Alpha Vantage PHP Client
Stars: ✭ 57 (-24%)
Mutual labels:  stock, stock-market
stock4j
股票数据采集、加工、指标量化分析
Stars: ✭ 42 (-44%)
Mutual labels:  quotes, stock
Ticker
Terminal stock ticker with live updates and position tracking
Stars: ✭ 3,986 (+5214.67%)
Mutual labels:  quotes, stock-market
Alpaca Backtrader Api
Alpaca Trading API integrated with backtrader
Stars: ✭ 246 (+228%)
Mutual labels:  finance, stock-market
Node Finance
Module for portfolio optimization, prices and options
Stars: ✭ 101 (+34.67%)
Mutual labels:  quotes, finance

wallstreet

Stock quotes and charts for the terminal

npm License: MIT License: MIT Build Status Issue Count

image

Usage

# install
npm install wallstreet -g

# (alternative) install with yarn
yarn global add wallstreet

# (alternative) run without install
npx wallstreet

# run default
wallstreet

# run with options
wallstreet --zebra
wallstreet --chart MSFT --range 8h

Options

Usage: wallstreet [options]

Options:
  -c , --chart <string>  chart for stock symbol e.g. MSFT
  -r , --range <string>  1m 5m 10m 15m 20m 30m 40m 50m 1h 2h 3h 4h 8h 1d 2d 5d 1mo 1y 5y 10y
  -h , --height <int>    Height of the chart
  -z , --zebra           Visual even-odd zebra-striped table mode
  -w , --width <int>     Width of the chart
  -h, --help             output usage information

Config

The list of stocks can be configured via the wallstreet.json file.

cat $HOME/.config/configstore/wallstreet.json

{
    stocks": [
        "AAPL",
        "MSFT",
        "GOOGL",
        "INTC",
        "AMD",
        "PEP",
        "MU",
        "TSLA",
        "NFLX",
        "DIS",
        "AMZN",
        "SBUX",
        "FB",
        "BRK.B",
        "BABA",
        "V",
        "QQQ",
        "SPY"
}

image

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].