bmoscon/cryptofeed
Cryptocurrency Exchange Websocket Data Feed Handler observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 64
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 546
- age_days: 3182
- days_rel: 25
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
2886 stars · 762 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library that consumes real-time market data from dozens of cryptocurrency exchanges over websockets (with REST polling fallback) and normalizes events like trades, tickers, and order book updates into user-registered callbacks. It includes built-in backends for storing data in systems such as InfluxDB, Redis, Kafka, and more.
Use cases
- stream live trades from binance and coinbase into my own strategy
- capture real-time order book updates from multiple crypto exchanges
- normalize market data feeds from kraken and okx into a common format
- record crypto tickers and funding rates to a database
- build a market data pipeline for bitcoin and ethereum prices
- monitor liquidations and open interest across exchanges
When to choose
- you need normalized real-time market data from many exchanges with one consistent API
- you want websocket feeds with callbacks and ready-made storage backends
- you are building trading, analytics, or monitoring tools on crypto market data in Python
When to avoid
- you need order execution or account management - this is market data only
- you need a single exchange with exotic features not covered by cryptofeed's adapters
- you are not working in Python
Facets
library · maturity active
websocket streaming http-client sdk fintech apis python cross-platform market-data feed-handler trading exchanges orderbook asyncio ticker trades cryptocurrency real-time
2 sources
- readme: https://github.com/bmoscon/cryptofeed · fetched 2026-08-28 · 77ec64f2a28d
- registry_pypi: https://pypi.org/pypi/cryptofeed/json · fetched 2026-08-29 · 4b85d5876d63
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bmoscon/cryptofeed | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="bmoscon/cryptofeed")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem