# bmoscon/cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler

Repository: https://github.com/bmoscon/cryptofeed
Canonical: https://ross.abutalabs.com/products/cryptofeed
Language: Python
License: NOASSERTION
License Family: other
Topics: python, trading, market-data, cryptocurrency, bitcoin, exchange, websockets, coinbase, binance, influxdb, asyncio, websocket, trading-platform, ethereum, cryptocurrencies, btc, crypto, coinbase-api, binance-api
Last push: 2026-08-26T22:16:46+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 64, longevity 100
- inputs: {"age_days": 3182, "days_push": 7, "days_rel": 25, "gap_med": 546, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2886, forks 762 (observed 2026-08-28T04:07:28.203040+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: websocket, streaming, http-client, sdk
- domain: fintech, apis
- platform: python, cross-platform
- tags: market-data, feed-handler, trading, exchanges, orderbook, asyncio, ticker, trades, cryptocurrency, real-time

## Member repositories
- bmoscon/cryptofeed (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:28.203040+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:35:22.813362+00:00, confidence not recorded.
  - readme: https://github.com/bmoscon/cryptofeed (fetched 2026-08-28T04:07:28.203040+00:00, sha 77ec64f2a28d)
  - registry_pypi: https://pypi.org/pypi/cryptofeed/json (fetched 2026-08-29T09:50:38.278122+00:00, sha 4b85d5876d63)
- Data as of 2026-08-30T08:39:29.467469+00:00.
