All Projects → tibkiss → ib_dl

tibkiss / ib_dl

Licence: Apache-2.0 license
Historical market data downloader using Interactive Brokers TWS

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to ib dl

Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+10600%)
Mutual labels:  quantitative-finance, interactive-brokers
PT.MarketDataService
Market Data collector for Interactive Brokers
Stars: ✭ 16 (-62.79%)
Mutual labels:  market-data, interactive-brokers
ibkr
Interactive Brokers wrapper 🚩
Stars: ✭ 34 (-20.93%)
Mutual labels:  market-data, interactive-brokers
ib
Interactive Brokers TWS/IB Gateway API client library for Node.js (TS)
Stars: ✭ 94 (+118.6%)
Mutual labels:  market-data, interactive-brokers
course codes
VNPY 2020 Python数字货币量化交易视频教程课程代码和资料
Stars: ✭ 143 (+232.56%)
Mutual labels:  quantitative-finance
Jib.jl
A Julia implementation of Interactive Brokers API
Stars: ✭ 42 (-2.33%)
Mutual labels:  interactive-brokers
InterReact
Interactive Brokers reactive C# API.
Stars: ✭ 28 (-34.88%)
Mutual labels:  interactive-brokers
Beibo
🤖 Predict the stock market with AI 用AI预测股票市场
Stars: ✭ 46 (+6.98%)
Mutual labels:  quantitative-finance
crypto-watchdog
Crypto Watchdog is an open-source developer friendly project, periodically queries crypto market and notifies potential pumps & recently added tokens/coins via web-hooks.
Stars: ✭ 22 (-48.84%)
Mutual labels:  market-data
PROJ Option Pricing Matlab
Quant Option Pricing - Exotic/Vanilla: Barrier, Asian, European, American, Parisian, Lookback, Cliquet, Variance Swap, Swing, Forward Starting, Step, Fader
Stars: ✭ 85 (+97.67%)
Mutual labels:  quantitative-finance
lifelib
Python package of actuarial models, tools, examples and learning materials.
Stars: ✭ 94 (+118.6%)
Mutual labels:  quantitative-finance
random
This is all my random garbage.
Stars: ✭ 23 (-46.51%)
Mutual labels:  quantitative-finance
ProjectReward
A software to shortlist and find the best options spread available for a given stock and help it visualise using payoff graphs.
Stars: ✭ 57 (+32.56%)
Mutual labels:  quantitative-finance
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 (+176.74%)
Mutual labels:  market-data
pinance
Python module(s) to get stock data, options data and news.
Stars: ✭ 70 (+62.79%)
Mutual labels:  market-data
Pynaissance
A walk through the frameworks of Python in Finance. The repository is currently in the development phase. The finalized version will include a full-fledged integration and utilization of Quantopian, GS-Quant, WRDS API and their relevant datasets and analytics.
Stars: ✭ 16 (-62.79%)
Mutual labels:  quantitative-finance
intrinio-realtime-python-sdk
Intrinio Python SDK for Real-Time Stock Prices
Stars: ✭ 79 (+83.72%)
Mutual labels:  market-data
TradeBot
Crypto trading bot using Binance API (Java)
Stars: ✭ 292 (+579.07%)
Mutual labels:  market-data
golden eye
a quantitative trading system(股指交易)
Stars: ✭ 17 (-60.47%)
Mutual labels:  quantitative-finance
ib-edavki
Skripta, ki prevede XML poročilo trgovalnih poslov v platformi InteractiveBrokers v XML format primeren za uvoz v obrazce Doh-KDVP, D-IFI, Doh-Div in Doh-Obr v eDavkih Finančne uprave.
Stars: ✭ 63 (+46.51%)
Mutual labels:  interactive-brokers

PyPI version Build Status Docker Build Status License

Historical market data downloader

Utility to download historical market data from Interactive Brokers. The heavy lifting is done by ib_insync project.

Requirements

Usage

  • Download and install IB TWS API
  • Install ib-dl with pip: pip install ib_dl
  • Start TWS, enable API access
  • Download data: ib-dl SPY --duration "1 M" --bar-size "1 min" --tws-uri localhost:7492:999

For further details see the help screen: ib-dl --help

Docker

Docker images are provided under tibkiss/ib_dl

License

Apache License Version 2.0

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