All Projects → FlashBoys → qtrn

FlashBoys / qtrn

Licence: Apache-2.0 license
⚠️ Deprecated, see https://github.com/piquette/qtrn ⚠️

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to qtrn

Yahooquery
Python wrapper for an unofficial Yahoo Finance API
Stars: ✭ 288 (+1340%)
Mutual labels:  finance, stock-market, stock-data
GoPlan-app
An intuitive portfolio mangaer !
Stars: ✭ 27 (+35%)
Mutual labels:  finance, stock-market, stock-data
stock-market-scraper
Scraps historical stock market data from Yahoo Finance (https://finance.yahoo.com/)
Stars: ✭ 110 (+450%)
Mutual labels:  finance, stock-market, stock-data
Algobot
A C++ stock market algorithmic trading bot
Stars: ✭ 78 (+290%)
Mutual labels:  finance, stock-market, stock-data
Financedatabase
This is a database of 180.000+ symbols containing Equities, ETFs, Funds, Indices, Futures, Options, Currencies, Cryptocurrencies and Money Markets.
Stars: ✭ 554 (+2670%)
Mutual labels:  finance, stock-market, stock-data
Pyex
Python interface to IEX and IEX cloud APIs
Stars: ✭ 311 (+1455%)
Mutual labels:  finance, stock-market, stock-data
pyEX
Python interface to IEX and IEX cloud APIs
Stars: ✭ 407 (+1935%)
Mutual labels:  finance, stock-market, stock-data
Finance Go
📊 Financial markets data library implemented in go.
Stars: ✭ 392 (+1860%)
Mutual labels:  finance, stock-market, stock-data
Intrinio Realtime Node Sdk
Intrinio NodeJS SDK for Real-Time Stock & Crypto Prices
Stars: ✭ 30 (+50%)
Mutual labels:  finance, stock-market, stock-data
Tushare
TuShare is a utility for crawling historical data of China stocks
Stars: ✭ 11,288 (+56340%)
Mutual labels:  finance, stock-market, stock-data
intrinio-realtime-java-sdk
Intrinio Java SDK for Real-Time Stock Prices
Stars: ✭ 22 (+10%)
Mutual labels:  stock-market, stock-data
Alpaca Backtrader Api
Alpaca Trading API integrated with backtrader
Stars: ✭ 246 (+1130%)
Mutual labels:  finance, stock-market
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (+1140%)
Mutual labels:  finance, stock-market
Stock Bot
An application that allows you to design and test your own stock trading algorithms in an attempt to beat the market.
Stars: ✭ 240 (+1100%)
Mutual labels:  finance, stock-market
cira
Cira algorithmic trading made easy. A Façade library for simpler interaction with alpaca-trade-API from Alpaca Markets.
Stars: ✭ 21 (+5%)
Mutual labels:  finance, stock-market
FAIG
Fully Automated IG Trading
Stars: ✭ 134 (+570%)
Mutual labels:  stock-market, stock-data
StockScreener
A handy tool for screening stocks based on certain criteria from several markets around the world. The list can then be delivered to your email address (one-off or regularly via crontab).
Stars: ✭ 51 (+155%)
Mutual labels:  stock-market, stock-data
IQFeed.CSharpApiClient
IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
Stars: ✭ 103 (+415%)
Mutual labels:  stock-market, stock-data
Finance Python
python tools for Finance with the functionality of indicator calculation, business day calculation and so on.
Stars: ✭ 238 (+1090%)
Mutual labels:  finance, stock-market
fundamentos
Download Bovespa Stock Market fundamentals with Python.
Stars: ✭ 80 (+300%)
Mutual labels:  finance, stock-market

Go Report Card Build Status GoDoc License

qtrn

The official cli tool for making financial markets analysis as fast as you are.

Commands

The current available commands are:

  • quote Prints tables of stock quotes to the current shell 📒
  • write Writes a csv of stock market data 📂
  • chart Prints stock charts to the current shell (still in beta) 📈

Installation

In order to use this awesome tool, you'll need to get it on your machine!

Download Distribution

  1. Head over to the official releases page
  2. Determine the appropriate distribution for your operating system (mac | windows | linux)
  3. Download and untar the distribution. Shortcut for macs:
curl -sL https://github.com/FlashBoys/qtrn/releases/download/v0.5.1/qtrn-0.5.1-darwin-amd64.tgz | tar zx
  1. Move the binary into your local $PATH.
  2. Run qtrn help.

From Source

qtrn is built in Go. To get started with Go, head to the official instructions here. A common way to install go is through pacakge manager homebrew using the command:

brew install go

You will also need Glide, a Go dependency management tool. It can be installed simply:

brew install glide

Next, you'll want to go get the source repo, like this:

go get github.com/FlashBoys/qtrn

If your $GOPATH is configured, and git is setup to know your credentials, in a few moments the command should complete with no output. The repository will exist under $GOPATH/src/github.com/FlashBoys.

Usage

The preferred way to build qtrn for development is using make. Run make dev && qtrn help which builds the project, moves the binary into $GOPATH/bin/ and lists possible commands.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request :)
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].