awesome-repositories.com
Blog
MCP
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
·
sngyai avatar

sngyai/Sequoia-X

0
View on GitHub↗
4,543 stars·1,018 forks·Python·12 views

Sequoia X

Sequoia-X is a quantitative stock screening system designed to scan financial markets for stocks that match specific technical patterns and quantitative criteria after the trading day ends. It functions as a technical analysis scanner that automatically detects price breakouts and volume spikes using historical and daily market data.

The system integrates a market data cache to fetch public stock API data into a local database for faster retrieval and analysis. It further operates as a Feishu notification bot, utilizing a webhook-based alerting mechanism to push filtered stock selection results to Feishu messaging groups.

The project covers an automated trading workflow that includes data ingestion, local storage management, and quantitative screening. These processes are managed via a scheduled pipeline that executes after the stock market closes to deliver filtered stock picks.

Features

  • Quantitative Signal Generators - Generates trading signals by applying mathematical filters to technical indicators such as volume spikes and relative strength.
  • Technical Stock Screeners - Provides a system to filter securities based on technical indicators, price breakouts, and quantitative criteria.
  • Historical Price Data Fetchers - Downloads and stores historical price data from public APIs to prepare it for quantitative analysis.
  • Technical Pattern Selection - Automates the selection of stocks by screening for technical breakouts and volume spikes after market close.
  • Quantitative Trading Workflows - Implements a complete automated workflow spanning data ingestion, technical scanning, and delivery of stock picks.
  • Financial Market Analysis - Analyzes financial market trends and calculates technical indicators automatically after the stock market closes.
  • Market Data Providers - Provides interfaces for fetching historical and real-time stock price information from external market data providers.
  • Technical Analysis - Automatically identifies price breakouts and volume spikes using mathematical formulas and historical market data.
  • Financial Data Retrieval APIs - Implements REST requests to retrieve daily and historical stock price and fundamental data from public financial APIs.
  • Local Data Caches - Caches historical price data in a local database to reduce API call volume and network latency.
  • Local Data Stores - Manages the local persistence of historical and daily stock price data fetched from external APIs.
  • Market Data Caching - Stores financial metrics in a local caching layer to optimize the performance of quantitative screening queries.
  • Webhook Notification Delivery - Delivers filtered stock lists to remote messaging platforms via HTTP POST requests to specific webhook endpoints.
  • Feishu and Lark Integrations - Integrates with Feishu messaging groups to push automated stock selection alerts via webhooks.
  • Trade Notification Systems - Pushes alerts and lists of filtered stocks to the Feishu messaging platform for immediate review.
  • Scheduled Task Pipelines - Automates the data ingestion and analysis pipeline using a system timer to run after the trading day ends.

Star history

Star history chart for sngyai/sequoia-xStar history chart for sngyai/sequoia-x

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Sequoia X

Similar open-source projects, ranked by how many features they share with Sequoia X.
  • jerbouma/fundamentalanalysisJerBouma avatar

    JerBouma/FundamentalAnalysis

    4,974View on GitHub↗

    FundamentalAnalysis is a comprehensive financial analysis library, quantitative finance framework, and macroeconomic data integrator. It provides tools for computing financial ratios, executing corporate health metrics, and pricing derivatives and bonds using mathematical models. The project integrates diverse data streams, including global economic indicators, real-time market quotes, and standardized corporate financial statements. It features a technical analysis engine for generating momentum and volatility indicators, as well as a portfolio performance analyzer for tracking risk-adjusted

    Python
    View on GitHub↗4,974
  • 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
  • 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
  • micro-sheep/efinanceMicro-sheep avatar

    Micro-sheep/efinance

    3,814View on GitHub↗

    efinance is a Python financial data library and programmatic interface designed to automate the acquisition of market data for quantitative trading and analysis. It serves as a toolkit for retrieving real-time and historical information across various asset classes to support the development of backtesting systems and trading strategies. The library provides a multi-asset toolkit for monitoring diverse financial instruments, including stocks, funds, bonds, and futures. It allows for the extraction of specific data points such as shareholder counts, corporate index memberships, and net asset v

    Pythonbondfinancefund
    View on GitHub↗3,814
See all 30 alternatives to Sequoia X→

Frequently asked questions

What does sngyai/sequoia-x do?

Sequoia-X is a quantitative stock screening system designed to scan financial markets for stocks that match specific technical patterns and quantitative criteria after the trading day ends. It functions as a technical analysis scanner that automatically detects price breakouts and volume spikes using historical and daily market data.

What are the main features of sngyai/sequoia-x?

The main features of sngyai/sequoia-x are: Quantitative Signal Generators, Technical Stock Screeners, Historical Price Data Fetchers, Technical Pattern Selection, Quantitative Trading Workflows, Financial Market Analysis, Market Data Providers, Technical Analysis.

What are some open-source alternatives to sngyai/sequoia-x?

Open-source alternatives to sngyai/sequoia-x include: jerbouma/fundamentalanalysis — FundamentalAnalysis is a comprehensive financial analysis library, quantitative finance framework, and macroeconomic… akfamily/akshare — This project is a Python library designed for the programmatic retrieval and analysis of diverse financial datasets.… edtechre/pybroker — pybroker is a Python algorithmic trading framework and quantitative technical analysis library designed for… micro-sheep/efinance — efinance is a Python financial data library and programmatic interface designed to automate the acquisition of market… shinnytech/tqsdk-python — tqsdk-python is a quantitative trading SDK and framework designed for developing automated strategies for futures,… fasiondog/hikyuu — Hikyuu is a quantitative trading framework designed for developing, backtesting, and executing systematic trading…