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.14.tar.gz (139.9 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.14-py3-none-any.whl (211.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pfeed-0.0.14.tar.gz
  • Upload date:
  • Size: 139.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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.14.tar.gz
Algorithm Hash digest
SHA256 0dc160edf00da7ad2a1af38fbce7c9cc3a632c0964a7476de20d2c344999829e
MD5 88941f50a1b39fe928abb9dcec03fe16
BLAKE2b-256 95fc798acf7f4490badc843681c1003fa08132cbd0e270c010514eb928d8333e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pfeed-0.0.14-py3-none-any.whl
  • Upload date:
  • Size: 211.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","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.14-py3-none-any.whl
Algorithm Hash digest
SHA256 ae00bbc128eabe0c481877a41a01371a695bbb25c01a42594f2c486e60abb63b
MD5 703245e705e790eac38089784838f95c
BLAKE2b-256 76a999153bf0145665c60fc1d0e8c0a8e47aa0781f6b8e3fd4750ac4c7e46cd7

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