README.md

October 23, 2025 ยท View on GitHub

Finalytics

Crates.io PyPI NPM Version Go Reference Docs.rs CodeFactor License Homepage Platform


Finalytics is a high-performance Rust library for security analysis and portfolio optimization, with bindings for Python, Node.js, Go, and a web application built with Dioxus.

  • Security Screening: Filter and rank equities, cryptocurrencies, and other assets using advanced metrics and custom filters.
  • Security Analysis: Retrieve and analyze financial data for equities, crypto, and more.
  • Portfolio Optimization: Optimize and analyze portfolios using advanced objective functions and constraints.
  • Multi-language Support: Use Finalytics from Python, Node.js, Go, or directly in Rust.
  • Web Application: Interactive dashboards and analytics at finalytics.rs.

๐Ÿ“ฆ Bindings & Documentation


๐Ÿš€ Quick Start

Rust

[dependencies]
finalytics = "*"
cargo add finalytics

See Rust examples & docs โ†’


Python

pip install finalytics

See Python usage & docs โ†’


Node.js

npm install finalytics

See Node.js usage & docs โ†’


Go

go get github.com/Nnamdi-sys/finalytics/go/finalytics

See Go usage & docs โ†’


Web Application

Try the interactive dashboards at finalytics.rs Or run locally:

cargo install dioxus-cli
git clone https://github.com/Nnamdi-sys/finalytics.git
cd finalytics/web
dx serve --platform web

โญ Star History

Star History Chart