awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 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 का अवतार

    hugues31/coinnect

    157GitHub पर देखें↗

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

    Rust
    GitHub पर देखें↗157
  • ccxt/ccxtccxt का अवतार

    ccxt/ccxt

    42,938GitHub पर देखें↗

    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
    GitHub पर देखें↗42,938
  • jamesmawm/high-frequency-trading-model-with-ibjamesmawm का अवतार

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

    2,891GitHub पर देखें↗

    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
    GitHub पर देखें↗2,891
  • ricequant/rqalpharicequant का अवतार

    ricequant/rqalpha

    6,166GitHub पर देखें↗

    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
    GitHub पर देखें↗6,166

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • edtechre/pybrokeredtechre का अवतार

    edtechre/pybroker

    3,191GitHub पर देखें↗

    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
    GitHub पर देखें↗3,191
  • hkuds/vibe-tradingHKUDS का अवतार

    HKUDS/Vibe-Trading

    12,401GitHub पर देखें↗

    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
    GitHub पर देखें↗12,401
  • stocksharp/stocksharpStockSharp का अवतार

    StockSharp/StockSharp

    10,126GitHub पर देखें↗

    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#
    GitHub पर देखें↗10,126
  • yutiansut/quantaxisyutiansut का अवतार

    yutiansut/QUANTAXIS

    9,955GitHub पर देखें↗

    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
    GitHub पर देखें↗9,955
  • backtrader/backtraderbacktrader का अवतार

    backtrader/backtrader

    22,019GitHub पर देखें↗

    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
    GitHub पर देखें↗22,019
  • akfamily/akshareakfamily का अवतार

    akfamily/akshare

    16,358GitHub पर देखें↗

    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
    GitHub पर देखें↗16,358
  • binance-exchange/binance-official-api-docsbinance-exchange का अवतार

    binance-exchange/binance-official-api-docs

    4,245GitHub पर देखें↗

    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

    GitHub पर देखें↗4,245
  • binance/binance-spot-api-docsbinance का अवतार

    binance/binance-spot-api-docs

    4,812GitHub पर देखें↗

    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
    GitHub पर देखें↗4,812
  • blampe/ibpyblampe का अवतार

    blampe/IbPy

    1,421GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗1,421
  • avelkoski/frbavelkoski का अवतार

    avelkoski/FRB

    181GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗181
  • alvarobartt/investpyalvarobartt का अवतार

    alvarobartt/investpy

    1,835GitHub पर देखें↗

    Financial Data Extraction from Investing.com with Python

    Python
    GitHub पर देखें↗1,835
  • addisonlynch/iexfinanceaddisonlynch का अवतार

    addisonlynch/iexfinance

    647GitHub पर देखें↗

    Python SDK for IEX Cloud

    Python
    GitHub पर देखें↗647
  • bhftbootcamp/cryptoexchangeapis.jlbhftbootcamp का अवतार

    bhftbootcamp/CryptoExchangeAPIs.jl

    29GitHub पर देखें↗

    Cryptocurrency exchange API client for Julia

    Julia
    GitHub पर देखें↗29
  • cgoldberg/ystockquotecgoldberg का अवतार

    cgoldberg/ystockquote

    537GitHub पर देखें↗

    Fetch stock quote data from Yahoo Finance

    Pythonequitiesmarketmarket-data
    GitHub पर देखें↗537
  • bhftbootcamp/ccyconv.jlbhftbootcamp का अवतार

    bhftbootcamp/CcyConv.jl

    24GitHub पर देखें↗

    Currency conversion library for Julia

    Julia
    GitHub पर देखें↗24
  • alpacahq/marketstoreA

    alpacahq/marketstore

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • coinpaprika/coinpaprika-api-python-clientcoinpaprika का अवतार

    coinpaprika/coinpaprika-api-python-client

    18GitHub पर देखें↗

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

    Pythonapi-clientbitcoinblockchain
    GitHub पर देखें↗18
  • coinpaprika/dexpaprika-sdk-pythoncoinpaprika का अवतार

    coinpaprika/dexpaprika-sdk-python

    9GitHub पर देखें↗

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

    Pythonapi-clientblockchaincrypto
    GitHub पर देखें↗9
  • crypto-lake/lake-apicrypto-lake का अवतार

    crypto-lake/lake-api

    72GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗72
  • cttn/stockexcttn का अवतार

    cttn/Stockex

    33GitHub पर देखें↗

    Python wrapper for Yahoo! Finance API.

    Python
    GitHub पर देखें↗33
  • cuemacro/findatapycuemacro का अवतार

    cuemacro/findatapy

    2,057GitHub पर देखें↗

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

    Pythonarcticbloombergdukascopy
    GitHub पर देखें↗2,057
  • datawrestler/after-hoursdatawrestler का अवतार

    datawrestler/after-hours

    38GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗38
  • davidastephens/pandas-financedavidastephens का अवतार

    davidastephens/pandas-finance

    160GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗160
  • defeat-beta/defeatbeta-apidefeat-beta का अवतार

    defeat-beta/defeatbeta-api

    662GitHub पर देखें↗

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

    Pythonai-tradingearnings-call-gptearnings-call-transcripts
    GitHub पर देखें↗662
  • bmoscon/cryptofeedbmoscon का अवतार

    bmoscon/cryptofeed

    2,858GitHub पर देखें↗

    Cryptocurrency Exchange Websocket Data Feed Handler

    Python
    GitHub पर देखें↗2,858
  • btcid/indodax-official-api-docsbtcid का अवतार

    btcid/indodax-official-api-docs

    168GitHub पर देखें↗

    Official Documentation for the Indodax APIs

    GitHub पर देखें↗168