Commit Graph

599 Commits

Author SHA1 Message Date
Wilson Freitas b03322e617 Merge pull request #254 from alexander-schneider/add-stock-sentiment-api
Add Stock Sentiment API to Sentiment Analysis
2026-02-24 06:26:28 -03:00
Wilson Freitas df984524c1 Merge pull request #253 from OTTO-ships/master
Add Prop Trader Compass (Risk & Payout Calculator)
2026-02-24 06:25:33 -03:00
Wilson Freitas 584f3a17ac Merge pull request #252 from vibeyclaw/add-13f-insight
Add 13F Insight to Python Data Sources
2026-02-24 06:25:13 -03:00
Wilson Freitas 3fd24c6044 Merge pull request #249 from ajtgjmdjp/add-edinet-mcp
Add Japan finance data libraries (edinet-mcp, estat-mcp, tdnet-disclosure-mcp)
2026-02-24 06:24:46 -03:00
Wilson Freitas 904e90e0f0 Merge pull request #248 from realfishsam/patch-2
add: pmxt to Python and JavaScript sections
2026-02-24 06:24:09 -03:00
Wilson Freitas b30baebd77 Merge branch 'master' into patch-2 2026-02-24 06:23:58 -03:00
Wilson Freitas 09a528af31 Merge pull request #247 from rallyplot/patch-1
Add rallyplot
2026-02-24 06:23:24 -03:00
Wilson Freitas bb3ac06694 Merge branch 'master' into patch-1 2026-02-24 06:23:08 -03:00
Wilson Freitas 228b67785c Merge pull request #246 from hthought/add-stockinsights
Add StockAInsights to Data Sources
2026-02-24 06:22:23 -03:00
Wilson Freitas 4318cc242e Merge pull request #245 from reisoy/reisoy-patch-1
Add DayTradingBench to Trading & Backtesting
2026-02-24 06:21:56 -03:00
Wilson Freitas d7557b8744 Merge branch 'master' into reisoy-patch-1 2026-02-24 06:21:45 -03:00
Wilson Freitas b8da1112d5 Merge pull request #243 from serxasz/master
Add CoinTester - no-code crypto backtesting platform
2026-02-24 06:21:11 -03:00
Wilson Freitas 49573c4ccc Merge branch 'master' into master 2026-02-24 06:21:01 -03:00
Wilson Freitas ff2c441044 Merge pull request #242 from dragon1086/add-prism-insight
Add PRISM-INSIGHT to Trading & Backtesting
2026-02-24 06:20:05 -03:00
Wilson Freitas df2fb35037 Merge pull request #240 from dgunning/add-edgartools
Add edgartools to Data Sources
2026-02-24 06:19:44 -03:00
Wilson Freitas 3359755b12 Merge branch 'master' into add-edgartools 2026-02-24 06:19:32 -03:00
Wilson Freitas b1be71ec61 Merge pull request #239 from alissonsleal/master
feat: add brapi-dev to data sources
2026-02-24 06:18:44 -03:00
Wilson Freitas b3548b1e1b Merge pull request #238 from m1a0cX/patch-1
Add PandoraTrader to README
2026-02-24 06:18:21 -03:00
Wilson Freitas 2a69f3efd3 Merge pull request #237 from roberttidball/patch-1
Add FXMacroData API to README
2026-02-24 06:17:30 -03:00
Wilson Freitas eabe0ef175 Merge pull request #236 from soutone/add-coinpulse
Add coinpulse - Python SDK for crypto portfolio tracking
2026-02-24 06:16:31 -03:00
Wilson Freitas 7e2ebe1cef Merge pull request #235 from realfishsam/patch-1
Add pmxt link to README.md
2026-02-24 06:06:13 -03:00
Wilson Freitas 413cb8a894 Merge pull request #234 from JustinGuese/patch-1
Adding https://github.com/JustinGuese/python_tradingbot_framework
2026-02-24 06:05:25 -03:00
ajtgjmdjp 7d608810da Replace boj-mcp with tdnet-disclosure-mcp 2026-02-20 17:55:48 +09:00
Alex Schneider f72be9f3b1 Add Social Stock Sentiment API to Sentiment Analysis section
REST API that analyzes Reddit and X/Twitter for stock mentions,
sentiment, buzz scores, and AI-generated trend explanations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 09:08:38 +01:00
OTTO-ships fc16192742 Update README.md
Added Prop Trader Compass to the risk analysis category. This is an open-source React/TypeScript utility designed to help traders calculate drawdown limits and net payouts for Futures and CFD prop firms. It includes a specific module for comparing 'One-Time Fee' models against traditional monthly subscriptions to help traders manage their overhead costs. MIT Licensed.
2026-02-15 21:16:11 +03:00
vibeyclaw 5d1654c57e Add 13F Insight to Python Data Sources
13F Insight (https://13finsight.com/) is a platform for tracking
institutional investor 13F holdings with AI-powered analysis,
position change alerts, and filing summaries.
2026-02-15 18:35:11 +08:00
ajtgjmdjp aaf35a8bd5 Add Japan finance data libraries (edinet-mcp, estat-mcp, boj-mcp) 2026-02-15 02:42:45 +09:00
Samuel EF. Tinnerholm 2ab00c1d16 add: pmxt to Python and JavaScript sections
pmxt is a unified open-source library (similar to CCXT) specifically for prediction markets like Polymarket and Kalshi. It supports both Python and JavaScript/TypeScript, so I have added it to both relevant sections.
https://github.com/pmxt-dev/pmxt
2026-02-13 09:27:02 +02:00
rallyplot 7e9712257b Add rallyplot 2026-02-09 23:32:09 +00:00
Spyros 8ae21e8fac Fix name to StockAInsights 2026-02-09 13:53:27 +02:00
Spyros b64e232da6 Fix StockInsights URL 2026-02-09 13:52:38 +02:00
Spyros eed925746b Add StockInsights to Data Sources 2026-02-09 13:51:42 +02:00
reisoy 747b94a8b3 Add DayTradingBench to Trading & Backtesting
DayTradingBench is a live autonomous benchmark that evaluates LLM trading performance on DAX and Nasdaq indices with identical prompts and real-time market data. API access available.
2026-02-03 20:45:19 +02:00
serxasz 7f764cc649 Update README.md
add cointester.io to README
2026-02-02 16:09:19 +02:00
dragon1086@naver.com 9cbd0db013 Add PRISM-INSIGHT to Trading & Backtesting
AI-powered stock analysis system with:
- 13 specialized AI agents for comprehensive analysis
- Automated trading via KIS API
- Korean & US market support
2026-02-01 16:10:14 +09:00
Dwight Gunning 1ab32d8a64 Add edgartools to Data Sources 2026-01-24 07:41:40 -05:00
Alisson Leal 2b4f910b30 feat: add brapi-dev to data sources 2026-01-17 13:53:16 -03:00
m1a0cX f8d5b14608 Add PandoraTrader to README 2026-01-17 11:21:31 +08:00
Robert Tidball c8aff62930 Add FXMacroData API to README
Added FXMacroData API to the list of financial data APIs.
2026-01-15 23:14:29 +11:00
soutone 2625b33a24 Add coinpulse - Python SDK for crypto portfolio tracking 2026-01-12 11:38:03 +01:00
Samuel EF. Tinnerholm 3e10aa253f Add pmxt link to README.md 2026-01-12 10:25:39 +02:00
Justin Güse 7ad1b2d40c Adding https://github.com/JustinGuese/python_tradingbot_framework
Python algorithmic trading bot framework for Kubernetes: backtesting, hyperparameter optimization, 150+ technical analysis indicators (RSI, MACD, Bollinger Bands, ADX), portfolio management, PostgreSQL integration, Helm deployment, CronJob scheduling. Minimal overhead, production-ready, Yahoo Finance data.
2026-01-09 23:01:14 +07:00
Wilson Freitas 6d29b3a515 Merge pull request #233 from PIYUSH-KUMAR1809/PIYUSH-KUMAR1809-patch-1
feat: Add OrderMatchingEngine to README.md
2026-01-07 07:33:54 -03:00
Wilson Freitas ecbd26808d Merge pull request #232 from femtotrader/patch-1
Fix links and formatting in README.md

Tks!
2026-01-07 07:33:10 -03:00
Wilson Freitas 12748262e1 Refactor GitHub authentication and improve code consistency in parse.py 2026-01-04 11:26:38 -03:00
Piyush 951974ee22 Add OrderMatchingEngine to README.md 2026-01-04 19:50:43 +05:30
Wilson Freitas 6c364f9ec3 Update projects.csv 2026-01-04 11:17:06 -03:00
Wilson Freitas 2b036216f4 Update poetry.lock 2026-01-04 11:16:48 -03:00
Wilson Freitas c069a972d8 Add new libraries and tools for quantitative finance and trading strategies 2026-01-04 11:16:27 -03:00
FemtoTrader 0a4e815fb3 Fix links and formatting in README.md 2026-01-04 13:49:20 +01:00