All 58 Dependencies
Every package Finance depends on, ranked by repo health score.
Finance is an open-source AI financial research assistant that brings institutional-grade data to a natural language chat interface. Built by Valyu, it unifies access to real-time market data, SEC filings, academic research, economic indicators, patent databases, and prediction market data — all through a single conversational query, powered by Valyu's specialized financial search API.
The application is designed with two distinct deployment paths sharing one codebase: a fully self-hosted mode using SQLite and local LLMs (Ollama or LM Studio) that requires no external authentication or cloud services, and a production Valyu mode with Supabase, OAuth, and credit-based billing. Toggling between them is a single environment variable, making Finance equally usable as a private research workstation or a scalable cloud platform.
Beyond retrieval, Finance integrates secure Python code execution via Daytona sandboxes, allowing users to run Monte Carlo simulations, backtests, and machine learning models directly from the chat interface. Results are returned with interactive Recharts visualizations, inline citations with LaTeX math support, and exportable CSV tables — all rendered in the same conversational flow.
The project targets financial analysts, quantitative researchers, and investors who need to consolidate expensive, fragmented research tools into a single open-source alternative that can run entirely on their own infrastructure.