Skip to main content

ml4t-data

PyPI Python 3.12-3.14 License: MIT

Market data acquisition, storage, and update workflows for machine learning for trading.

Use ml4t-data to fetch and validate market data, keep local datasets current, and provide repeatable inputs to research and trading workflows. It includes adapters for equities, futures, foreign exchange, crypto assets, macroeconomic series, factors, and prediction markets.

Installation

ml4t-data supports CPython 3.12, 3.13, and 3.14 on Linux, macOS, and Windows. Python 3.15 is temporarily excluded while upstream dependencies complete their compatibility work.

pip install ml4t-data

Provider-specific integrations are optional. Install ml4t-data[yahoo], ml4t-data[databento], ml4t-data[oanda], or ml4t-data[cot] when those adapters are needed. Some providers require network access, an account, credentials, or metered data. The provider guide records each boundary.

Quick start

The synthetic provider exercises the public OHLCV interface without network access or credentials.

from ml4t.data.providers import SyntheticProvider

provider = SyntheticProvider(seed=42)
data = provider.fetch_ohlcv("SYNTH", "2024-01-01", "2024-01-10", "daily")

assert not data.is_empty()
assert {"timestamp", "symbol", "open", "high", "low", "close", "volume"} <= set(data.columns)

Set ML4T_DATA_PATH to choose the root directory for local datasets. Without an explicit path, the library uses ./data in the current working directory.

Migration from QLDM names

Existing deployments may continue to use QLDM_DATA_ROOT and import QldmError. Both names emit DeprecationWarning and will not be removed before version 1.0.

  • Replace QLDM_DATA_ROOT with ML4T_DATA_PATH.
  • Replace QldmError with ML4TDataError from ml4t.data.core.exceptions.

Documentation and support

The library supplies data to ml4t-engineer feature workflows and ml4t-backtest simulations. Neither package is required to use ml4t-data.

Development

git clone https://github.com/ml4t/data.git
cd data
uv sync --all-extras --all-groups
uv run pre-commit install
uv run ruff check src/ tests/
uv run ruff format --check src/ tests/
uv run ty check
uv run pytest tests/ -q
uv run mkdocs build --strict
uv build

Pull requests must preserve offline deterministic tests. Provider contract tests that require credentials run in explicit integration lanes.

Release files for ml4t-data 0.1.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for ml4t-data 0.1.7
File Size Uploaded
ml4t_data-0.1.7.tar.gz 769.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for ml4t-data 0.1.7
File Interpreter ABI Platform
ml4t_data-0.1.7-py3-none-any.whl Python 3 none any Details

Total release size: 1.3 MB

Release files / ml4t_data-0.1.7.tar.gz

Download URL ml4t_data-0.1.7.tar.gz
Size 769.9 kB
Tags Source
SHA-256 checksum
How to use checksums
63ace9b7ad3903414db52be8c4ce458fa018239affc6d6dc8eb21ff551c6609b
BLAKE2b-256 checksum
How to use checksums
c45a0a038040965eddeeeb09a25ea6438ce282641979e336c8d000258af8da65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release files / ml4t_data-0.1.7-py3-none-any.whl

Download URL ml4t_data-0.1.7-py3-none-any.whl
Size 481.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
217872760fc18e78acf656f69297bf79c2bcb2090f6eaffee1a78146a5be8da7
BLAKE2b-256 checksum
How to use checksums
5bbe7267d4084bb36729455c212b8adf1dcc5de8367df12c10e39fc1ca52cc17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.

Transparency log

Release history Release notifications | RSS feed

0.2.0

2 release files

0.1.8

2 release files

This release

0.1.7 This release

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page