Skip to main content

Data pipeline for algo-trading, getting and storing both real-time and historical data made easy.

Project description

pfeed: The Single Source of Truth for Algo-Trading Data. Uniting Traders to Clean Once & Share with All.

Discord X Downloads PyPI PyPI - Support Python Versions afterpython Discussions Ask DeepWiki View Code Wiki

TL;DR: use pfeed to manage your trading data; other traders will help you clean it

PFeed Architecture

For illustration purposes only, not everything shown is currently supported.

Problem

Starting algo-trading requires reliable and clean data, but traders often work in silos, each writing duplicated code to clean the same datasets—wasting time and effort. Accessing clean, ready-to-use data is a challenge, forcing traders to handle tedious data tasks before they can even start trading.

Solution

pfeed leverages modern data engineering tools to centralize data cleaning efforts, automate ETL/ELT, store data in a data lake with DeltaLake support, and output backtesting-ready data, allowing traders to focus on strategy development.


pfeed (/piː fiːd/) is the data engine for trading, serving as a pipeline between raw data sources and traders. It enables you to download historical data, stream real-time data, and store cleaned data in a local data lake for quantitative analysis, supporting both batch processing and streaming workflows through streamlined data collection, cleaning, transformation, and storage.

Core Features

  • Download or stream reliable, validated and clean data for research, backtesting, or live trading
  • Get historical data (dataframe) or live data in standardized formats by just calling a single function
  • Own your data — store locally now, write directly to the cloud later
  • Build a local data lakehouse (Parquet + DeltaLake) on your own machine
  • Interact with different kinds of data (including TradFi, CeFi and DeFi) using a unified interface
  • Scale using modern data tools (e.g. Polars, Daft) and workflow orchestration frameworks (Prefect for batch processing)

Table of Contents

Installation

For more installation options, please refer to the documentation.

# [RECOMMENDED]: Core Features, including Ray, ZeroMQ, DeltaLake, etc.
pip install "pfeed[core,yfinance]"

Quick Start

Want to try first? Run pfeed in your browser — no install needed — at pfeed.pfund.ai.

import pfeed as pe

bybit = pe.Bybit()  # initialize data client
feed = bybit.market_feed  # this could be {data_source}.news_feed if the data source supports it

1. Download Historical Data

Download data from Bybit and get a standardized dataframe

result = feed.download(
    product='BTC_USDT_PERP',  # or BTC_USDT_PERPETUAL in full
    resolution='1minute',  # '1tick'/'1t' or '2second'/'2s' etc.
    start_date='2026-01-01',
    end_date='2026-01-01',
    storage_config=pe.StorageConfig(storage='LOCAL'),  # store data locally
)
df = result.data.collect()  # polars dataframe by default

2. Retrieve Downloaded Data

Retrieve downloaded data from storage

result = feed.retrieve(
    product='BTC_USDT_PERP',
    resolution='1m',  # 1-minute data
    start_date='2026-01-01',
    end_date='2026-01-01',
    storage_config=pe.StorageConfig(storage='LOCAL'),
)
df = result.data.collect()

3. Stream Live Data

Get streaming data from Bybit

feed.stream(
    product='BTC_USDT_PERP',
    resolution='1tick',  # or just 'tick' for tick data
    callback=lambda ws_name, msg: print(ws_name, msg),
)

Supported Data Storages

Storage Status
LOCAL/CACHE 🟢
DuckDB 🟢
LanceDB 🟢
HuggingFace 🟢
S3 🔴
PostgreSQL/TimescaleDB 🔴

Supported IO Formats

IO Format Status
Parquet 🟢
DeltaLake 🟢
DuckLake 🔴
Iceberg 🔴
Vortex 🔴

Supported Data Sources

Data Source Data Categories Download Historical Data Stream Live Data
Yahoo Finance Market Data, News Data, Fundamental Data 🟢 🟢
Bybit Market Data 🟢 🟢
*Interactive Brokers Market Data 🔴
OKX Market Data 🔴 🔴
Binance Market Data 🔴 🔴
Hyperliquid Market Data 🔴 🔴
*Databento Market Data 🔴 🔴
*FinancialModelingPrep Market Data, News Data, Fundamental Data 🔴 🔴
*FirstRate Data Market Data 🔴
*Polygon Market Data 🔴 🔴

🟢 = finished
🟡 = in progress
🔴 = todo
⚪ = not applicable
* = paid data

Related Projects

  • pfund — A Complete Algo-Trading Framework for Machine Learning, TradFi, CeFi and DeFi ready. Supports Vectorized and Event-Driven Backtesting, Paper and Live Trading
  • pytrade - A curated list of Python libraries and resources for algorithmic trading.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

This framework is intended for educational and research purposes only. It should not be used for real trading without understanding the risks involved. Trading in financial markets involves significant risk, and there is always the potential for loss. Your trading results may vary. No representation is being made that any account will or is likely to achieve profits or losses similar to those discussed on this platform.

The developers of this framework are not responsible for any financial losses incurred from using this software. This includes but not limited to losses resulting from inaccuracies in any financial data output by PFeed. Users should conduct their due diligence, verify the accuracy of any data produced by PFeed, and consult with a professional financial advisor before engaging in real trading activities.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pfeed-0.0.16.tar.gz (144.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pfeed-0.0.16-py3-none-any.whl (218.3 kB view details)

Uploaded Python 3

File details

Details for the file pfeed-0.0.16.tar.gz.

File metadata

  • Download URL: pfeed-0.0.16.tar.gz
  • Upload date:
  • Size: 144.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pfeed-0.0.16.tar.gz
Algorithm Hash digest
SHA256 8a7e8d555d1fbf01ad637607c9c3117f690ed15874d9eaaa4231fc61cd882eb5
MD5 07c717896ce5fd9d6b4ff0eb0391d760
BLAKE2b-256 e6ff203d6231b210bc0a2b2811c044d0c6ba2b19927c2673e255f2d9c3dff794

See more details on using hashes here.

File details

Details for the file pfeed-0.0.16-py3-none-any.whl.

File metadata

  • Download URL: pfeed-0.0.16-py3-none-any.whl
  • Upload date:
  • Size: 218.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pfeed-0.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 246394b82db41e31f3bf5293a06608fc1a03bc165efd831db988ac65d648c5bf
MD5 05b6a5c5327e588fbaa6a0d6d3446e19
BLAKE2b-256 6ea2e479124cc5934bb414dd4cd4386b0c6710155dcbd076b3dafea9a740be1c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page