All Projects → mathpaquette → IB.CSharpApiClient

mathpaquette / IB.CSharpApiClient

Licence: MIT license
Interactive Brokers - TWS API simplified client

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to IB.CSharpApiClient

Exchange Core
Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
Stars: ✭ 801 (+1853.66%)
Mutual labels:  trading-api, stock-market
evolving
A free stock trading interface for CH stock-market. MacOS下控制同花顺进行交易, 无券商限制.
Stars: ✭ 32 (-21.95%)
Mutual labels:  trading-api, stock-market
PyTradier
A Python library for interfacing with Tradier.com's trading API.
Stars: ✭ 32 (-21.95%)
Mutual labels:  trading-api, stock-market
Robin stocks
This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at
Stars: ✭ 967 (+2258.54%)
Mutual labels:  trading-api, stock-market
Alice blue
Official Python library for Alice Blue API trading
Stars: ✭ 60 (+46.34%)
Mutual labels:  trading-api, stock-market
FAIG
Fully Automated IG Trading
Stars: ✭ 134 (+226.83%)
Mutual labels:  trading-api, stock-market
Sumzerotrading
A Java API for Developing Automated Trading Applications for the Equity, Futures, and Currency Markets
Stars: ✭ 128 (+212.2%)
Mutual labels:  trading-api, stock-market
ibkr
Interactive Brokers wrapper 🚩
Stars: ✭ 34 (-17.07%)
Mutual labels:  trading-api, interactive-brokers
stock-market-forecasting
Stock market forecasting using the ARIMA model.
Stars: ✭ 32 (-21.95%)
Mutual labels:  stock-market
Automated-Fundamental-Analysis
Python program that rates stocks out of 100 based on valuation, profitability, growth, and price performance metrics, relative to the company's sector.
Stars: ✭ 82 (+100%)
Mutual labels:  stock-market
short-fork
Stock market helper: financial data, multipliers (PE, PS, PEG etc), insider selling, debt and short volume charts from various sources. All in one place!
Stars: ✭ 41 (+0%)
Mutual labels:  stock-market
support resistance
Small package that helps to find support and resistance levels and plot them on chart
Stars: ✭ 263 (+541.46%)
Mutual labels:  stock-market
fhub
Python client for Finnhub API
Stars: ✭ 31 (-24.39%)
Mutual labels:  stock-market
market-monitor
Interactive app to monitor market using Python
Stars: ✭ 20 (-51.22%)
Mutual labels:  stock-market
B3Provider
B3Provider is static and market data feeder for instruments traded at B3 Stock Exchange (former Bm&F Bovespa) Brazil.
Stars: ✭ 28 (-31.71%)
Mutual labels:  stock-market
stock-price-prediction
A practice project for machine learning and stop price prediction
Stars: ✭ 19 (-53.66%)
Mutual labels:  stock-market
cira
Cira algorithmic trading made easy. A Façade library for simpler interaction with alpaca-trade-API from Alpaca Markets.
Stars: ✭ 21 (-48.78%)
Mutual labels:  stock-market
insomnia-workspace
An Insomnia Workspace for Alpaca API
Stars: ✭ 34 (-17.07%)
Mutual labels:  stock-market
alpha-vantage-api
Alpha Vantage PHP Client
Stars: ✭ 57 (+39.02%)
Mutual labels:  stock-market
NSEDownload
Python Library to get historical, adjusted data and generate trailing returns of stocks and indices on the NSE
Stars: ✭ 65 (+58.54%)
Mutual labels:  stock-market

IB.CSharpApiClient

Description

IB.CSharpApiClient is a wrapper library on top of TWS API.
It provides a simplified client with events and nice async/await methods.

Installation

Please note due to Interactive Brokers license restriction, you need to manually download and copy TWS API source to packages folder.

  1. Clone git clone https://github.com/mathpaquette/IB.CSharpApiClient.git
  2. Accept TWS API license
  3. Download and Install TWS API v10.16
  4. Copy <TWS API install folder>\source\CSharpClient\client to IB.CSharpApiClient\packages
  5. Build IB.CSharpApiClient

Features

  • Unified easy to use client
  • .NET Standard 2.0
  • Events
  • Async/Await
  • Automatic reconnection (WIP)

Support

For support request, you can create an issue on GitHub.

Contributing

Pull requests are welcome! Don't hesitate to open an issue if something goes wrong.

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