awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to compendiumfi/pendax-sdk

Open-source alternatives to PENDAX SDK

30 open-source projects similar to compendiumfi/pendax-sdk, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best PENDAX SDK alternative.

  • hugues31/coinnecthugues31 avatar

    hugues31/coinnect

    157View on GitHub↗

    Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.

    Rust
    View on GitHub↗157
  • ccxt/ccxtccxt avatar

    ccxt/ccxt

    42,938View on GitHub↗

    This library provides a unified interface for interacting with hundreds of global cryptocurrency exchanges. It serves as a standardized framework for building automated trading systems, allowing developers to fetch real-time market data, manage account balances, and execute orders across multiple financial platforms through a single, predictable set of methods. The project distinguishes itself by abstracting the complexities of diverse exchange-specific application programming interfaces into a consistent internal schema. It includes a modular authentication layer that automatically handles c

    Pythonaltcoinapiarbitrage
    View on GitHub↗42,938
  • jamesmawm/high-frequency-trading-model-with-ibjamesmawm avatar

    jamesmawm/High-Frequency-Trading-Model-with-IB

    2,891View on GitHub↗

    This is a containerized algorithmic trading system that connects to Interactive Brokers to execute high-frequency pairs trading strategies on forex instruments. The project implements a mean-reversion model that maintains long-short position pairs, continuously recalculating a beta hedge ratio to profit from temporary divergences in correlated price spreads. The system processes each incoming market tick through a signal pipeline that immediately evaluates indicators and triggers market orders without batching or aggregation. It includes an irregular tick resampling engine that converts inhom

    Python
    View on GitHub↗2,891
  • ricequant/rqalpharicequant avatar

    ricequant/rqalpha

    6,166View on GitHub↗

    RQAlpha is a Python-native quantitative trading backtesting framework and live trading execution system. It provides an event-driven engine for simulating trading strategies against historical market data, with realistic transaction costs, slippage models, and corporate action handling. The platform supports multi-asset class trading including stocks, futures, options, and REITs, with separate sub-accounts for different asset types and configurable margin requirements. The framework distinguishes itself through a plugin-based extensible architecture that allows users to swap out core componen

    Pythonbacktestfinancefutures
    View on GitHub↗6,166

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • edtechre/pybrokeredtechre avatar

    edtechre/pybroker

    3,191View on GitHub↗

    pybroker is a Python algorithmic trading framework and quantitative technical analysis library designed for developing, testing, and optimizing trading strategies using historical market data. It functions as a trading strategy backtester and a financial performance evaluator, providing a structured environment to simulate trading rules and analyze their statistical reliability. The framework distinguishes itself through a market data integration layer that handles the fetching and caching of historical price data from external providers. It incorporates an event-driven backtesting engine and

    Pythonaialgorithmic-tradingalgotrading
    View on GitHub↗3,191
  • hkuds/vibe-tradingHKUDS avatar

    HKUDS/Vibe-Trading

    12,401View on GitHub↗

    Vibe-Trading is a system for automated financial trading and algorithmic market research. It uses autonomous agents to manage financial assets and execute trades based on predefined rules and logic. The project features a multi-agent collaborative workflow that coordinates specialized agents to perform joint research and risk reviews. It utilizes large language model orchestration to map natural language prompts to executable data loaders and backtesting functions. The platform includes capabilities for quantitative strategy backtesting and alpha benchmarking using information coefficients t

    Python
    View on GitHub↗12,401
  • stocksharp/stocksharpStockSharp avatar

    StockSharp/StockSharp

    10,126View on GitHub↗

    StockSharp is an algorithmic trading platform and quantitative framework used for developing and deploying trading robots across stock, forex, and cryptocurrency markets. It functions as a multi-asset trading gateway and a dedicated development environment for building, debugging, and scheduling automated strategies. The platform includes a visual strategy workflow editor that maps logic blocks to executable code and a simulation engine that replays historical tick data to validate trading logic. It utilizes a plugin-based broker integration system to normalize diverse exchange protocols into

    C#
    View on GitHub↗10,126
  • yutiansut/quantaxisyutiansut avatar

    yutiansut/QUANTAXIS

    9,955View on GitHub↗

    Quantaxis is a quantitative trading framework designed for building, backtesting, and executing automated strategies across global equities, futures, and cryptocurrencies. It integrates an event-driven backtesting engine, a multi-market execution gateway for order routing, and a quantitative data pipeline for ingesting and storing multi-asset market data. The system features a Rust-accelerated financial library that utilizes Apache Arrow for high-performance technical indicator calculation and zero-copy data processing. It provides a containerized infrastructure model designed for orchestrati

    Pythonquant
    View on GitHub↗9,955
  • backtrader/backtraderbacktrader avatar

    backtrader/backtrader

    22,019View on GitHub↗

    Backtrader is a Python backtesting framework and algorithmic trading platform. It provides a toolkit for developing automated trading rules and simulating investment strategies using historical financial time-series data. The system functions as a quantitative analysis tool, combining a simulation engine for testing trading rules with a financial data visualizer that generates price action charts. It allows for the calculation of technical indicators and the evaluation of portfolio performance through risk-adjusted returns. The platform covers live trading integration via brokerage APIs and

    Python
    View on GitHub↗22,019
  • akfamily/akshareakfamily avatar

    akfamily/akshare

    16,358View on GitHub↗

    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

    Pythonacademicakshareasset-pricing
    View on GitHub↗16,358
  • binance-exchange/binance-official-api-docsbinance-exchange avatar

    binance-exchange/binance-official-api-docs

    4,245View on GitHub↗

    This project is a cryptocurrency exchange API documentation portal. It provides a technical reference for integrating with REST and WebSocket interfaces to trade digital assets and stream market data. The site serves as a REST API reference with schema-driven endpoint descriptions and request-response examples, alongside a WebSocket data stream guide for receiving live order book updates and price feeds. The documentation is implemented as a markdown-based static site featuring client-side search indexing and hierarchical navigation. It uses schema-driven content generation and linked asset

    View on GitHub↗4,245
  • binance/binance-spot-api-docsbinance avatar

    binance/binance-spot-api-docs

    4,812View on GitHub↗

    This project provides technical documentation and reference guides for spot trading, including specifications for REST, WebSocket, and FIX protocols. It serves as a comprehensive resource for integrating with spot trading endpoints to execute trades, query account data, and fetch market statistics. The project distinguishes itself by supporting institutional-grade connectivity through the Financial Information eXchange standard and simple binary encoding to reduce latency and payload size. It also includes a dedicated sandbox environment for validating trading logic and strategies without fin

    binance-apidocumentationfix-api
    View on GitHub↗4,812
  • blampe/ibpyblampe avatar

    blampe/IbPy

    1,421View on GitHub↗

    Python API for the Interactive Brokers on-line trading system.

    Python
    View on GitHub↗1,421
  • avelkoski/frbavelkoski avatar

    avelkoski/FRB

    181View on GitHub↗

    Python Client for Interfacing with the Federal Reserve Bank of St. Louis' Economic Data API (FRED®)

    Python
    View on GitHub↗181
  • alvarobartt/investpyalvarobartt avatar

    alvarobartt/investpy

    1,835View on GitHub↗

    Financial Data Extraction from Investing.com with Python

    Python
    View on GitHub↗1,835
  • addisonlynch/iexfinanceaddisonlynch avatar

    addisonlynch/iexfinance

    647View on GitHub↗

    Python SDK for IEX Cloud

    Python
    View on GitHub↗647
  • bhftbootcamp/cryptoexchangeapis.jlbhftbootcamp avatar

    bhftbootcamp/CryptoExchangeAPIs.jl

    29View on GitHub↗

    Cryptocurrency exchange API client for Julia

    Julia
    View on GitHub↗29
  • cgoldberg/ystockquotecgoldberg avatar

    cgoldberg/ystockquote

    537View on GitHub↗

    Fetch stock quote data from Yahoo Finance

    Pythonequitiesmarketmarket-data
    View on GitHub↗537
  • bhftbootcamp/ccyconv.jlbhftbootcamp avatar

    bhftbootcamp/CcyConv.jl

    24View on GitHub↗

    Currency conversion library for Julia

    Julia
    View on GitHub↗24
  • alpacahq/marketstoreA

    alpacahq/marketstore

    0View on GitHub↗
    View on GitHub↗0
  • coinpaprika/coinpaprika-api-python-clientcoinpaprika avatar

    coinpaprika/coinpaprika-api-python-client

    18View on GitHub↗

    This library provides convenient way to use Coinpaprika.com API in Python.

    Pythonapi-clientbitcoinblockchain
    View on GitHub↗18
  • coinpaprika/dexpaprika-sdk-pythoncoinpaprika avatar

    coinpaprika/dexpaprika-sdk-python

    9View on GitHub↗

    Official DexPaprika Python SDK: Pythonic access to cross-chain DEX data, prices, and pools with type hints and caching.

    Pythonapi-clientblockchaincrypto
    View on GitHub↗9
  • crypto-lake/lake-apicrypto-lake avatar

    crypto-lake/lake-api

    72View on GitHub↗

    Python API for accessing Lake high frequency tick trades & order book data

    Python
    View on GitHub↗72
  • cttn/stockexcttn avatar

    cttn/Stockex

    33View on GitHub↗

    Python wrapper for Yahoo! Finance API.

    Python
    View on GitHub↗33
  • cuemacro/findatapycuemacro avatar

    cuemacro/findatapy

    2,057View on GitHub↗

    Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.

    Pythonarcticbloombergdukascopy
    View on GitHub↗2,057
  • datawrestler/after-hoursdatawrestler avatar

    datawrestler/after-hours

    38View on GitHub↗

    Obtain pre market and after hours stock prices for a given symbol

    Python
    View on GitHub↗38
  • davidastephens/pandas-financedavidastephens avatar

    davidastephens/pandas-finance

    160View on GitHub↗

    High level API for access to and analysis of financial data.

    Python
    View on GitHub↗160
  • defeat-beta/defeatbeta-apidefeat-beta avatar

    defeat-beta/defeatbeta-api

    662View on GitHub↗

    An open-source alternative to Yahoo Finance's market data APIs with higher reliability.

    Pythonai-tradingearnings-call-gptearnings-call-transcripts
    View on GitHub↗662
  • bmoscon/cryptofeedbmoscon avatar

    bmoscon/cryptofeed

    2,858View on GitHub↗

    Cryptocurrency Exchange Websocket Data Feed Handler

    Python
    View on GitHub↗2,858
  • btcid/indodax-official-api-docsbtcid avatar

    btcid/indodax-official-api-docs

    168View on GitHub↗

    Official Documentation for the Indodax APIs

    View on GitHub↗168