awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 Repos

Awesome GitHub RepositoriesCurrency Conversion

Utilities for transforming and normalizing currency values across different formats.

Distinguishing note: Focuses on precision-preserving conversions between floating-point and integer representations.

Explore 13 awesome GitHub repositories matching data & databases · Currency Conversion. Refine with filters or upvote what's useful.

Awesome Currency Conversion GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • actualbudget/actualAvatar von actualbudget

    actualbudget/actual

    27,038Auf GitHub ansehen↗

    Actual is a local-first personal finance manager designed to help users track income, manage expenses, and maintain a balanced budget. It functions as a data-centric application that prioritizes offline access and local file storage, ensuring that financial records remain available and performant regardless of network connectivity. The platform distinguishes itself through a robust architectural foundation that emphasizes data integrity and auditability. Every financial action is recorded as an immutable sequence of events, and all currency values are processed using an integer-based arithmet

    Transforms currency amounts between formats to maintain precision during financial calculations.

    TypeScriptbudgetingfinancemoney
    Auf GitHub ansehen↗27,038
  • fincept-corporation/finceptterminalAvatar von Fincept-Corporation

    Fincept-Corporation/FinceptTerminal

    26,900Auf GitHub ansehen↗

    FinceptTerminal is a quantitative finance platform and financial engineering library designed for asset valuation, risk management, and fixed-income analytics. It provides a comprehensive suite for algorithmic trading and investment strategy automation, integrating specialized language model agents and node-based workflows to automate market research and alpha generation. The project distinguishes itself with a dedicated game theory analysis engine for calculating Nash equilibria and simulating strategic interactions in competitive markets. It also features a specialized credit risk modeling

    Translates monetary amounts from one currency to another by applying exchange rates.

    C++bloomberg-terminalcontributions-welcomefinance
    Auf GitHub ansehen↗26,900
  • web3/web3.jsAvatar von web3

    web3/web3.js

    19,936Auf GitHub ansehen↗

    web3.js is a comprehensive TypeScript library designed to facilitate interaction with Ethereum-compatible blockchain networks. It serves as a foundational toolkit for decentralized applications, providing the necessary interfaces to query network state, manage cryptographic identities, and execute smart contract transactions. By abstracting the complexities of blockchain communication, the library enables developers to integrate decentralized logic directly into their applications. The library distinguishes itself through a modular architecture that prioritizes extensibility and flexible conn

    Translates values between different base currency denominations for financial calculations.

    TypeScriptabi-decodersabi-encodersapi
    Auf GitHub ansehen↗19,936
  • akfamily/akshareAvatar von akfamily

    akfamily/akshare

    16,358Auf GitHub ansehen↗

    This project is a Python library designed for the programmatic retrieval and analysis of diverse financial datasets. It functions as a comprehensive toolkit for quantitative research, providing a unified interface to fetch historical and real-time market data across asset classes including equities, futures, bonds, cryptocurrencies, and foreign exchange. By abstracting complex network requests into simple, parameter-driven functions, it enables users to integrate financial data into research workflows and automated trading systems. The library distinguishes itself through its scraper-based ag

    Calculates the converted value of a specific amount between two currencies using the latest available exchange rates to ensure accurate financial reporting and budgeting.

    Pythonacademicakshareasset-pricing
    Auf GitHub ansehen↗16,358
  • tigerbeetle/tigerbeetleAvatar von tigerbeetle

    tigerbeetle/tigerbeetle

    16,291Auf GitHub ansehen↗

    TigerBeetle is a distributed financial accounting database designed for high-volume transaction processing. It functions as a specialized transaction engine that enforces strict double-entry bookkeeping invariants, ensuring that every debit and credit is balanced and accounted for with absolute consistency. By utilizing a consensus-based replication model, the system provides high availability and data durability across geographically distributed clusters, making it suitable for mission-critical financial infrastructure. The system distinguishes itself through a performance-oriented architect

    Links multiple ledger transfers into a single atomic unit to ensure currency conversion occurs as an indivisible transaction.

    Zig
    Auf GitHub ansehen↗16,291
  • dinerojs/dinero.jsAvatar von dinerojs

    dinerojs/dinero.js

    6,758Auf GitHub ansehen↗

    Dinero.js is a TypeScript-first library for creating, calculating, and formatting monetary values. It provides immutable money objects that represent amounts in the smallest currency subdivision as integers, ensuring precision and preventing floating-point errors. The library enforces same-currency rules on arithmetic operations and validates currency codes against ISO 4217 definitions at creation time. The library distinguishes itself through a calculator plugin architecture that delegates arithmetic operations to interchangeable backends, supporting number, bigint, or custom precision libra

    Converts monetary values between currencies using exchange rates while maintaining precision.

    TypeScriptamountcurrencyimmutable
    Auf GitHub ansehen↗6,758
  • daffainfo/allaboutbugbountyAvatar von daffainfo

    daffainfo/AllAboutBugBounty

    6,644Auf GitHub ansehen↗

    AllAboutBugBounty is a curated collection of bug bounty techniques and payloads for web application security testing. It serves as a reference resource covering common web vulnerabilities and exploitation methods for security researchers, providing a structured approach to identifying and exploiting web application security flaws in bug bounty programs. The repository covers a wide range of attack categories including authentication bypass, cross-site scripting injection, server-side request forgery, web cache poisoning, and business logic abuse. It includes techniques for bypassing access co

    Documents currency arbitrage as a business logic abuse technique.

    bugbugbountybugbountytips
    Auf GitHub ansehen↗6,644
  • ledger/ledgerAvatar von ledger

    ledger/ledger

    5,849Auf GitHub ansehen↗

    Converts transaction amounts between currencies and manages investment lots with separate cost bases for capital gains calculations.

    C++accountingcommand-line-toolledger
    Auf GitHub ansehen↗5,849
  • beancount/beancountAvatar von beancount

    beancount/beancount

    5,291Auf GitHub ansehen↗

    Beancount is a plain-text double-entry accounting system. It enforces zero-sum transactions, organizes accounts into a hierarchical five-type tree, and verifies balances at specific dates using precision-derived tolerances. Transactions are recorded in plain-text files with a strict syntax that supports currency-specific rounding, automatic interpolation of missing amounts, and comprehensive metadata including tags, links, and payee annotations. Beyond core bookkeeping, Beancount offers investment portfolio tracking with lot-based cost basis management, configurable booking strategies (FIFO,

    Ledger records currency exchanges without a cost basis, distinguishing them from commodity purchases.

    Pythonbeancount
    Auf GitHub ansehen↗5,291
  • moneyphp/moneyAvatar von moneyphp

    moneyphp/money

    4,846Auf GitHub ansehen↗

    This is a PHP library for handling financial calculations using value objects. It represents monetary amounts as integers to avoid floating-point precision errors and ensure mathematical accuracy during processing and storage. The library utilizes an immutable value object pattern where calculations return new instances to prevent side effects. It employs currency-aware arithmetic to restrict mathematical operations to objects sharing the same currency and uses interface-based logic to delegate currency conversion to external exchange providers. Capabilities include international currency fo

    Provides a utility for transforming monetary amounts from one currency to another using exchange rates.

    PHP
    Auf GitHub ansehen↗4,846
  • simonmichael/hledgerAvatar von simonmichael

    simonmichael/hledger

    4,059Auf GitHub ansehen↗

    hledger is a plain text accounting tool and double-entry ledger manager that stores financial transactions in human-readable text files. It functions as a financial reporting engine for generating balance sheets and income statements, and as a multi-currency investment tracker for managing commodity lots and capital gains. The project distinguishes itself by providing multi-interface data access, allowing users to interact with their financial data via a command line interface, a terminal user interface, and a web server. It features a market-price valuation system to calculate the current va

    Records currency exchanges within a double-entry ledger using implicit or explicit cost markers.

    Haskellaccountingcommand-line-toolconsole-application
    Auf GitHub ansehen↗4,059
  • bitpay/walletAvatar von bitpay

    bitpay/wallet

    3,938Auf GitHub ansehen↗

    Dieses Projekt ist eine Multi-Chain-Kryptowährungs-Wallet für die selbstverwaltete Asset-Verwaltung. Sie fungiert als Plattform zum Speichern, Verwalten und Übertragen digitaler Assets über verschiedene Blockchain-Netzwerke hinweg, wobei sichergestellt wird, dass Benutzer durch lokale Speicherung die exklusive Kontrolle über ihre Private Keys behalten. Die Wallet implementiert hierarchisch deterministische Schlüsselableitung zur Generierung sicherer Adressen und Mnemonic-Seed-Wiederherstellung zur Wiederherstellung von Guthaben. Sie bietet Multisig-Sicherheit, die ein Quorum von Signaturen mehrerer Teilnehmer erfordert, um Transaktionen zu autorisieren und Gelder zu schützen. Das System deckt ein breites Spektrum an Funktionen ab, einschließlich Kryptowährungs-Swaps und Fiat-zu-Krypto-Onboarding über Drittanbieter-Integrationen. Es bietet Tools für Portfolio-Tracking, Peer-to-Peer-Zahlungen und Netzwerkoptimierung durch Transaktionsbeschleunigung und Gebührenanpassungen. Zusätzliche Verwaltungs-Utilities umfassen das Sweepen von Paper-Wallets und Multi-Faktor-Kontoschutz.

    Displays asset values across various fiat currencies and denominations for financial tracking.

    TypeScriptbitcoinbitpayblockchain
    Auf GitHub ansehen↗3,938
  • ironcalc/ironcalcAvatar von ironcalc

    ironcalc/IronCalc

    3,750Auf GitHub ansehen↗

    IronCalc is an XLSX spreadsheet engine and formula evaluator designed to compute numerical expressions and manage workbook structures. It utilizes a logic engine compatible with industry standards to evaluate formulas and manage cell dependencies. The project provides a comprehensive suite of specialized toolkits, including a financial calculation library for bond pricing and net present value, and an engineering math toolkit for complex number arithmetic and Bessel functions. It also features a web-based spreadsheet interface for creating and formatting workbooks. The engine covers a broad

    Transforms rounded currency values into decimal numbers for precision-preserving computational consistency.

    Rustreactrustself-hosted
    Auf GitHub ansehen↗3,750
  1. Home
  2. Data & Databases
  3. Currency Conversion

Unter-Tags erkunden

  • Currency Arbitrage ExploitsTechniques for profiting from currency conversion rate differences during refunds or payments. **Distinct from Currency Conversion:** Distinct from Currency Conversion: focuses on exploiting rate differences for profit, not general conversion utilities.
  • Currency Exchange RecordingRecording of currency exchanges without a cost basis, distinguishing them from commodity purchases in a double-entry ledger. **Distinct from Currency Conversion:** Distinct from Currency Conversion: focuses on recording exchanges as transactions without cost basis, not on general numeric conversion utilities.
  • Lot-Based Currency ConvertersSystems that convert transaction amounts between currencies while managing investment lots with separate cost bases for capital gains. **Distinct from Currency Conversion:** Distinct from Currency Conversion: combines currency conversion with investment lot tracking for capital gains calculations.