Showing 17 open source projects for "roccat-tools"

View related business solutions
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Awesome-Quant

    Awesome-Quant

    A curated list of insanely awesome libraries, packages and resources

    awesome-quant is a curated list (“awesome list”) of libraries, packages, articles, and resources for quantitative finance (“quants”). It includes tools, frameworks, research papers, blogs, datasets, etc. It aims to help people working in algorithmic trading, quant investing, financial engineering, etc., find useful open source or educational resources. Licensed under typical “awesome” list standards.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    FinGPT

    FinGPT

    Open-Source Financial Large Language Models

    ...It extends traditional GPT-style models by connecting them to live or historical financial datasets, news APIs, and economic indicators so that outputs are grounded in relevant and recent market conditions rather than generic knowledge alone. The platform typically includes tools for fine-tuning, context engineering, and prompt templating, enabling users to build specialized assistants for tasks like sentiment analysis, earnings summary generation, risk profiling, trading signal interpretation, and document extraction from financial reports.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    Qbot

    Qbot

    AI-powered Quantitative Investment Research Platform

    Qbot is an open source quantitative research and trading platform that provides a full pipeline from data ingestion and strategy development to backtesting, simulation, and (optionally) live trading. It bundles a lightweight GUI client (built with wxPython) and a modular backend so researchers can iterate on strategies, run batch backtests, and validate ideas in a near-real simulated environment that models latency and slippage. The project places special emphasis on AI-driven strategies —...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 4
    WYGIWYH

    WYGIWYH

    A simple but powerful self-hosted finance tracker

    ...Based on a philosophy that you should use what you earn each month for that month, it helps you understand where your funds go while keeping savings clearly separated so they aren’t accidentally dipped into for everyday expenses. The app supports multiple currencies, customizable transaction types, and built-in tools like dollar-cost averaging tracking to help you see investment activity alongside regular expenses, making it flexible for real world financial situations and global use. Its interface is designed to prioritize clarity and ease of entry, so you can quickly record and review spending without being overwhelmed by features you don’t need.
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • 5
    Intelligent stock analysis system

    Intelligent stock analysis system

    LLM-driven A/H/US stock intelligent analyzer

    Intelligent stock analysis system is a Python-based smart stock analysis system that leverages large language models to automatically analyze selected equities across A-shares, Hong Kong stocks, and U.S. markets. It’s designed to produce a daily “decision dashboard” summarizing key insights such as core conclusions, precise entry/exit points, and checklists for potential trades, combining multi-dimensional technical analysis, market sentiment, chip distribution, and real-time price data. The...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    ValueCell

    ValueCell

    Community-driven, multi-agent platform for financial applications

    ValueCell is a community-driven multi-agent AI platform focused on financial research, analysis, and decision-making that lets users leverage multiple specialized AI agents for tasks like data retrieval, investment research, strategy execution, and market tracking. The system brings together a suite of collaborative agents—such as research agents that gather and interpret fundamentals, strategy agents that implement trading logic, and news agents that deliver personalized updates—to help...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    AutoTrader

    AutoTrader

    A Python-based development platform for automated trading systems

    AutoTrader is a Python-based platform—now archived—designed to facilitate the full lifecycle of automated trading systems. It provides tools for backtesting, strategy optimization, visualization, and live trading integration. A feature-rich trading simulator, supporting backtesting and paper trading. The 'virtual broker' allows you to test your strategies in a risk-free, simulated environment before going live. Capable of simulating multiple order types, stop-losse,s and take-profits, cross-exchange arbitrage and portfolio strategies, AutoTrader has more than enough to build a profitable trading system.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Odoo

    Odoo

    Open-source business management software

    Odoo 18 is a comprehensive open-source business management software that offers a suite of integrated applications to streamline various organizational processes. Designed for flexibility and scalability, it provides tools for managing functions like sales, inventory, accounting, human resources, and customer relationships. Odoo's modular structure allows businesses to adopt only the features they need while maintaining the option to expand functionality as they grow. The open-source version is community-driven, making it cost-effective and continuously improving through global developer contributions. ...
    Downloads: 77 This Week
    Last Update:
    See Project
  • 9
    Financial Calculator (Linux)

    Financial Calculator (Linux)

    Professional financial tools: 16 sections with text and visual reports

    Take control of your finances with Financial Calculator 8.0, a professional yet easy-to-use desktop tool built for precise, everyday financial calculations. From planning loans and estimating taxes to generating invoices and creating QR codes, this all-in-one software offers 16 specialized sections that make your daily financial and business tasks faster, clearer, and more accurate. Whether you’re a student, small business owner, or finance professional, Financial Calculator brings...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    Forex Assistant

    Forex Assistant

    Manage accounts, analyze trades, track strategies & stats , News & Cal

    ...From essential trading calculators and market insights to powerful account and trade management, it brings everything you need into one intuitive platform. 🔑 Main Features 🧮 Calculator Tools Profit/Loss Calculator Currency Converter Position Size Calculator Pips Calculator Margin Calculator 🌍 Market Insights Live Market News Economic Calendar 📊 Account Manager Add multiple trading accounts with balance and custom descriptions. Track current balance, profit/loss, and drawdown (daily and total). ...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TradingGym

    TradingGym

    Trading backtesting environment for training reinforcement learning

    TradingGym is a toolkit (in Python) for creating trading and backtesting environments, especially for reinforcement learning agents, but also for simpler rule-based algorithms. It follows a design inspired by OpenAI Gym, offering various environments, data formats (tick data and OHLC), and tools to simulate trading with costs, position limits, observation windows etc. Licensed under MIT. This training environment was originally designed for tickdata, but also supports OHLC data format. WIP. The list contains the feature columns to use in the trading status.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    A set of tools managed by Sustainable Software for identity and membership management within organisations, built on Zope and Plone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Zahlemann site used to be the home of the Zahlemann project (which currently sleeps). Now I use it for different little tools I write. See project home page (http://zahlemann.sourceforge.net) for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The StockTools project provides open-source tools for the fundamental analysis of stocks for the purposes of buying and maintaining a strong, well-balanced portfolio. The tools are particularly appropriate for investment clubs. Will work with .ssg file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ProfitPy is a set of libraries and tools for the development, testing, and execution of automated trading systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A python program to view and track a portfolio of stocks. The eventual intent is to evolve it into a suite of commandline tools to view financial data. Project will eventually include tools for generating amoritization schedules, reviewing employee sto
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Python tools to harvest financial data supplied by Yahoo Finance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB