Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.0.2.0 instead.
Reason given by maintainers: bug in scripmaster

Finmiti

This project is developed for my personal use. I am developing this to keep the documentation, architecture and pipeline consistent so that I can focus more on developing strategies instead of developing pipelines.

Visit Finmiti guide for further steps.

This project is solely developed for my personal use. I am publishing this only to keep myself updated and to remove the headache of setting up the framework again and again.


Finmiti is a research-first quantitative trading framework designed to keep strategy logic, execution logic, and accounting logic strictly separated.

It exists to eliminate repeated reinvention of trading pipelines, so you can focus on researching strategies, not rebuilding infrastructure.

What Finmiti Is (and Is Not)

Finmiti is:

  • a framework for systematic trading research
  • equally suited for backtesting and live trading
  • opinionated by design
  • built around explicit, auditable abstractions

Finmiti is not:

  • a strategy library
  • a signal generator
  • a black-box trading system

If you want flexibility at the cost of correctness, this framework will feel restrictive. That restriction is intentional.

The Core Trading Loop

Every strategy in finmiti follows the same explicit loop:

Market Data → Strategy → Orders → Portfolio → Execution → Accounting

Each stage is implemented as a separate module with strict responsibilities.

This guarantees that:

  • strategies remain stateless
  • execution assumptions are explicit
  • accounting is consistent
  • backtests can be trusted
  • live trading reuses the same abstractions

Major Modules

Finmiti is organized into the following conceptual modules:

Client Handling

Handles interaction with external systems such as broker APIs and live data feeds. Keeps the rest of the framework broker-agnostic.

Stocks

Manages symbols, historical data, and OHLCV storage. Acts as the foundation for all market data access.

Strategy

Consumes immutable market snapshots and emits order intent only. Strategies never manage cash, positions, or execution details.

Orders

Orders are the contract between strategy, portfolio, and execution. They represent intent, not outcome.

Executioners

Simulate (or connect to) market reality: slippage, brokerage, partial fills, or live execution.

Portfolio

The single source of truth for positions, cash, and PnL. All state mutation happens here.

Backtesting

Pure orchestration. Iterates over time and wires everything together without adding logic.

Final Note

I have built this for my personal use in mind.

Download files

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

Source Distribution

finmiti-0.0.1.5.tar.gz (20.6 kB view details)

Uploaded Source

Built Distribution

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

finmiti-0.0.1.5-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file finmiti-0.0.1.5.tar.gz.

File metadata

  • Download URL: finmiti-0.0.1.5.tar.gz
  • Upload date:
  • Size: 20.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for finmiti-0.0.1.5.tar.gz
Algorithm Hash digest
SHA256 c7d91138420a66934dca6c8c537249e9832eef4bf48a1e0b4ccc522b6b172c5b
MD5 b79147d1bfb9d44c96ad447a2395d209
BLAKE2b-256 3b291ecad9bab38522f902e4c550c0445ec8fb5b05dabedd2c377a65ea34a421

See more details on using hashes here.

File details

Details for the file finmiti-0.0.1.5-py3-none-any.whl.

File metadata

  • Download URL: finmiti-0.0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for finmiti-0.0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 25e5f8eed39deb64470fdf6fae798b58a606b9cc643f318b56349a769747bf2a
MD5 9709ab6e5982f5a64404476eff21e0d7
BLAKE2b-256 13f3eca5fee8f773f68d4af6ffe56978d6f8eae6b29f3ec5fbd14dd07b7eba96

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.2.0

2 files

0.0.1.8

2 files

0.0.1.7

2 files

0.0.1.6

2 files

This release

0.0.1.5 This release

2 files

0.0.1.4

2 files

0.0.1.2

2 files

0.0.1

2 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