All Projects → HoonJin → korbit-python

HoonJin / korbit-python

Licence: MIT License
Korbit API wrapper for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to korbit-python

Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (+676.47%)
Mutual labels:  finance, trading, trading-platform, trading-algorithms
Quant
Codera Quant is a Java framework for algorithmic trading strategies development, execution and backtesting via Interactive Brokers TWS API or other brokers API
Stars: ✭ 104 (+511.76%)
Mutual labels:  trading, trading-api, trading-platform, trading-algorithms
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+1235.29%)
Mutual labels:  finance, trading, trading-platform, trading-algorithms
Sumzerotrading
A Java API for Developing Automated Trading Applications for the Equity, Futures, and Currency Markets
Stars: ✭ 128 (+652.94%)
Mutual labels:  trading, trading-api, trading-platform, trading-algorithms
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (+3311.76%)
Mutual labels:  trading, trading-api, trading-platform, trading-algorithms
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+33282.35%)
Mutual labels:  finance, trading, trading-platform, trading-algorithms
Order-Book-Matching-Engine
Order Book Matching Engine for Stock Exchanges (1us latency for matching)
Stars: ✭ 112 (+558.82%)
Mutual labels:  finance, trading, trading-api
Py Market Profile
A library to calculate Market Profile (aka Volume Profile) for financial data from a Pandas DataFrame.
Stars: ✭ 153 (+800%)
Mutual labels:  finance, trading, trading-algorithms
stocklist
Stock data collection and analysis
Stars: ✭ 27 (+58.82%)
Mutual labels:  finance, trading, trading-algorithms
open-trading-platform-UI
The Open Trading Platform UI is a front-end module for trading across 5 crypto currency exchanges allowing both spot and margin trading. The UI needs to be used with the API repo.
Stars: ✭ 54 (+217.65%)
Mutual labels:  trading, trading-api, trading-platform
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (+5558.82%)
Mutual labels:  finance, trading, trading-algorithms
Jiji2
Forex algorithmic trading framework using OANDA REST API.
Stars: ✭ 211 (+1141.18%)
Mutual labels:  finance, trading, trading-algorithms
Alpaca Backtrader Api
Alpaca Trading API integrated with backtrader
Stars: ✭ 246 (+1347.06%)
Mutual labels:  finance, trading, trading-algorithms
Trade Frame
c++ based application for testing options based automated trading ideas using DTN IQ real time data feed and Interactive Brokers (TWS API) for trade execution.
Stars: ✭ 187 (+1000%)
Mutual labels:  finance, trading, trading-platform
Tradingstrategies
Algorithmic trading strategies
Stars: ✭ 120 (+605.88%)
Mutual labels:  finance, trading, trading-platform
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (+1358.82%)
Mutual labels:  finance, trading, trading-algorithms
open-trading-platform-API
The Open Trading Platform API is an independent module for managing API requests from the UI module
Stars: ✭ 17 (+0%)
Mutual labels:  trading, trading-api, trading-platform
roq-samples
How to use the Roq C++20 API for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
Stars: ✭ 119 (+600%)
Mutual labels:  trading, trading-platform, trading-algorithms
futu algo
Futu Algorithmic Trading Solution (Python) 基於富途OpenAPI所開發量化交易程序
Stars: ✭ 143 (+741.18%)
Mutual labels:  finance, trading, trading-platform
Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI ]
Stars: ✭ 449 (+2541.18%)
Mutual labels:  finance, trading, trading-platform

korbit API wrapper for Python

You can get detail information of API in API Reference

Installation

Install from Git Repository

pip install git+https://github.com/HoonJin/korbit-python.git

Basic Usage

You can use public API very easily.

import korbit
korbit.ticker()

If you want to use Exchange

You have to get API key in this page

import korbit
api = korbit.PrivateAPI('your key', 'your secret')
api.create_token_directly()

api.market_ask_order(0.01)

License

The MIT License (MIT)

Copyright (c) 2016-2019 HoonJin(Daniel) Ji [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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