All Projects → databento → databento-python

databento / databento-python

Licence: MIT License
Official Python client library for Databento

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to databento-python

Tosdatabridge
A collection of resources for pulling real-time streaming data off of TDAmeritrade's ThinkOrSwim(TOS) platform; providing C, C++, Java and Python interfaces.
Stars: ✭ 229 (+1331.25%)
Mutual labels:  real-time, tcp, market-data
dxfeed-python-api
dxFeed Python API based on dxFeed C API
Stars: ✭ 16 (+0%)
Mutual labels:  real-time, market-data
Iex Api
The IEX API provides any individual or academic, public or private institution looking to develop applications that require stock market data to access near real-time quote and trade data for all stocks trading on IEX.
Stars: ✭ 683 (+4168.75%)
Mutual labels:  real-time, market-data
robinhood.tools
📈🤑💰 Advanced trading tools and resources for Robinhood Web.
Stars: ✭ 27 (+68.75%)
Mutual labels:  real-time, market-data
pyrfa
Open sourced Python API for Refinitiv (Thomson Reuters) Enterprise Platform.
Stars: ✭ 49 (+206.25%)
Mutual labels:  real-time, market-data
Tardis Node
Convenient access to tick-level real-time and historical cryptocurrency market data via Node.js
Stars: ✭ 126 (+687.5%)
Mutual labels:  real-time, market-data
intrinio-realtime-python-sdk
Intrinio Python SDK for Real-Time Stock Prices
Stars: ✭ 79 (+393.75%)
Mutual labels:  real-time, market-data
freerails
Real-time, multiplayer railway strategy/management game based on the RailRoad Tycoon I and II games.
Stars: ✭ 40 (+150%)
Mutual labels:  real-time, historical
coinbash
💰 A bash script (CLI) for displaying crypto currencies market data in a terminal 🖥
Stars: ✭ 110 (+587.5%)
Mutual labels:  market-data
sol
Lightweight MQTT broker, written from scratch. IO is handled by a super simple event loop based upon the most common IO multiplexing implementations.
Stars: ✭ 72 (+350%)
Mutual labels:  tcp
neffos.js
Node.js and Browser support for the neffos real-time framework written in Typescript.
Stars: ✭ 32 (+100%)
Mutual labels:  real-time
voxel-raycaster
Hardware accelerated voxel ray marching
Stars: ✭ 30 (+87.5%)
Mutual labels:  real-time
yliveticker
Get market data from Yahoo Finance websocket in near-real time.
Stars: ✭ 90 (+462.5%)
Mutual labels:  market-data
FlipED
A LMS built specifically for Thailand's Education 4.0 system.
Stars: ✭ 24 (+50%)
Mutual labels:  real-time
natcross2
内网穿透工具
Stars: ✭ 111 (+593.75%)
Mutual labels:  tcp
packet
📦 Send network packets over a TCP or UDP connection.
Stars: ✭ 68 (+325%)
Mutual labels:  tcp
ccapi
A header-only C++ library for interacting with crypto exchanges. Binding for Python is provided. A spot market making application is also provided as an end-to-end solution for liquidity providers.
Stars: ✭ 227 (+1318.75%)
Mutual labels:  market-data
ParallelCollectionMonitoring
使用数十个.NET客户端控制硬件设备进行工作,采集数据并进行处理,管理人员通过 Android 应用实时控制各设备的工作。本作品获得第十二届中国研究生电子设计竞赛华南赛区一等奖。
Stars: ✭ 21 (+31.25%)
Mutual labels:  tcp
ebook
Third edition of the Computer Networking: Principles, Protocols and Practice ebook
Stars: ✭ 64 (+300%)
Mutual labels:  tcp
upstage
UpStage is a platform for cyberformance: remote players combine digital media in real-time for an online audience. All you need is a web browser!
Stars: ✭ 14 (-12.5%)
Mutual labels:  real-time

Databento Python Library

test python pypi-version code-style: black

The Databento Python client library provides access to the Databento API for both live and historical data, from applications written in the Python language.

Documentation

The best place to start is with the Getting started guide. See the Python API docs for further details.

Requirements

The library is fully compatible with the latest distribution of Anaconda 3.6 and above. The minimum dependencies as found in the requirements.txt are also listed below:

  • Python 3.6+
  • aiohttp>=3.6.2
  • numpy>=1.18.5
  • pandas>=1.0.5
  • requests>=2.24.0
  • zstandard>=0.17.0

Installation

To install the latest stable version of the package from PyPI:

pip install -U databento

API access setup

You need an access key to request for data through Databento. Sign up and you will be automatically assigned your first pair of default access keys. Each access key is a 28 character string which can be found from the web dashboard.

License

The databento library is offered under the MIT License.

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