market-data
Here are 323 public repositories matching this topic...
Download market data from Yahoo! Finance's API
-
Updated
Jul 4, 2022 - Python
Self-hosted crypto trading bot (automated high frequency market making) written in C++
-
Updated
Dec 8, 2021 - C++
Financial Markets Data Visualization using Matplotlib
-
Updated
Jun 16, 2022 - Python
Add Docstrings
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
Having docstrings for all methods and classes will help new contributors understand the codebase and also provide a method of autogenerated API docs. Right now only some methods and classes have docstrings.
Describe the solution you'd
Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
-
Updated
May 20, 2022 - Python
Fetch stock quote data from Yahoo Finance
-
Updated
Oct 1, 2017 - Python
A working example algorithm for scalping strategy trading multiple stocks concurrently using python asyncio
-
Updated
Jul 20, 2021 - Python
Technical analysis library for Rust language
-
Updated
Jun 17, 2022 - Rust
Python wrapper for an unofficial Yahoo Finance API
-
Updated
May 26, 2022 - Python
A Node.js wrapper for the CoinGecko API with no dependencies.
-
Updated
Feb 22, 2022 - JavaScript
SDKs for CoinAPI
-
Updated
Jul 1, 2022 - C#
The Roq C++20 API used for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
-
Updated
Jul 2, 2022 - C++
A collection of resources for pulling real-time streaming data off of TDAmeritrade's ThinkOrSwim(TOS) platform; providing C, C++, Java and Python interfaces.
-
Updated
Sep 6, 2020 - C++
Describe the solution you'd like
SWIG was used to create Python bindings for this library. Currently the procedure documented at https://github.com/crypto-chassis/ccapi/tree/v3.4.2#python isn't applicable for creating Python bindings on Windows. Modify the CMake files used in the build process to create successful Python bindings using MinGW (if you can also make it work for MSVC that will be
C++ 17 based library (with sample applications) for testing equities, futures, etfs & options based automated trading ideas using DTN IQFeed real time data feed and Interactive Brokers (IB TWS API) for trade execution. [I have a private repository which has more recent changes, which get back-ported randomly][irc: #tradeframe on OFTC]
-
Updated
Jan 3, 2022 - C++
Crypto trading bot using Binance API (Java)
-
Updated
Nov 8, 2021 - Java
Convenient access to tick-level real-time and historical cryptocurrency market data via Node.js
-
Updated
Jul 1, 2022 - TypeScript
work with Tehran stock exchange data in Python
-
Updated
May 29, 2022 - Python
Interactive Brokers Trading Gateway running in Docker
-
Updated
Nov 21, 2021 - Shell
Predicting stock prices using a TensorFlow LSTM (long short-term memory) neural network for times series forecasting
-
Updated
Nov 6, 2021 - Python
A fast tick database for financial timeseries data, built on FoundationDB with simplified SQL layer
-
Updated
Oct 25, 2020 - C++
OrderBook Heatmap visualizes the limit order book, compares resting limit orders and shows a time & sales log with live market data streamed directly from the Binance WS API. This was a short exploratory project. Keep in mind that a lot of work is needed for this to work in all market conditions.
-
Updated
Mar 9, 2021 - JavaScript
Phemex is supported in python/js/php vesions but not here.
Any plans to be added?
Cryptocurrency Historical Market Data R Package
-
Updated
Nov 28, 2020 - R
A Java API for Developing Automated Trading Applications for the Equity, Futures, and Currency Markets
-
Updated
Aug 30, 2018 - Java
IEX Cloud open source API wrapper
-
Updated
Jan 6, 2022 - Java
A Java API for the commission free, algo friendly, stock trading broker "Alpaca" https://alpaca.markets
-
Updated
Jun 20, 2022 - Java
Improve this page
Add a description, image, and links to the market-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the market-data topic, visit your repo's landing page and select "manage topics."


A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:
Price | size
11,000 | 1
10,500 | 1
10,000 | 1
If the user specified quantity 3, the callback would return 10,500.