Coinugget is a free real-time crypto signals dashboard covering RSI,
price action, and volume spikes. No sign-up required. Useful for
quants who want quick market overview before running strategies.
Lumibot is an actively maintained Python framework for algorithmic
trading (1,333+ stars, MIT license, latest release v4.4.60). It
supports backtesting and live trading with the same code across
stocks, options, crypto, futures, and forex via Alpaca, Interactive
Brokers, Tradier, Schwab, and CCXT.
https://github.com/Lumiwealth/lumibot
Sextant is a local event-driven backtesting engine built in Python with a Streamlit interface.
Key features:
- Strict bar-by-bar event loop (MarketEvent → SignalEvent → OrderEvent → FillEvent)
- FRED/ALFRED integration with vintage support (no lookahead from data revisions)
- Basket SL/TP and Hedge mode
- No-code visual strategy builder
- Data from Yahoo Finance, FRED, CSV (TradingView)
MIT license. Actively maintained.
CRNG (Contingency Random Number Generator) produces random numbers
with real financial market statistical signatures including fat tails,
volatility clustering, and kurtosis. Matches 86% of real market
metrics vs 14% for NumPy.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Adds income-desk - a systematic options trading intelligence library for small accounts with desk-based portfolio management, pre-trade validation, and multi-broker consolidation.
Lines that end with [GitHub](url) should not have a trailing period after the closing bracket.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Added periods to end of all project entries that were missing them
- Entries with [GitHub] links now properly end with period before the link
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Remote main had language-first structure with new projects. We've reorganized to
category-first structure and manually integrated all new projects from remote.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- flashalpha: options exposure analytics API in Financial Instruments & Pricing
- jugaad-data, nsetools, bsedata, nse-insights-api: Indian market data sources in Market Data
- edinetdb: Japanese company financials in Market Data
- TradeClaw: AI trading signal platform in Trading & Backtesting
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
The tag cloud buttons were not triggering filters because the event
listener was only attached to the table body. Refactored tag click
handling into a shared function and added a separate listener for the
tag cloud outside the table.
Now clicking any tag (table or cloud) applies the filter correctly.