This repository offers beginners in Python and JavaScript a look at the utilities that go into creating each of our programs. Each of these programs is detailed with comments so you can learn more about quantitative finance through code.
Stars
12
Forks
2
Watchers
12
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
ci: apply ruff format to all new tutorial and test files
7aafc5bView on GitHubdocs: professionalize all UTILS module READMEs and add missing documentation
5078413View on GitHubfeat: add 5 new lessons – Mean Reversion, Yield Curve, Multiprocessing, Factor Models, Position Sizing
e660d38View on GitHubFix GitHub Actions workflow - pin ruff version to 0.14.10 to match local environment
960d8ebView on GitHubAdd Market Microstructure and High Frequency Trading UTILS modules, remove emojis from README, update to v1.8.0
799ea71View on GitHubEnhance README, add Context Managers and Momentum Strategy, bump to v1.7.0
5183a00View on GitHubFix all linting errors: replace yield loops with yield from, remove unused loop variables, replace map() with list comprehensions, fix bare except, and add noqa comment for necessary import order
04ad22eView on GitHubAdd new finance utilities, linting configuration, and GitHub Actions workflow
d37462dView on GitHubdocs: Update README for v1.5.0, remove emojis, add new modules
2280020View on GitHubfeat: Add advanced quant lessons (Kalman, Pairs Trading) and Python AsyncIO utils
6eb01c3View on GitHubAdd new algorithms and utilities, format with black/ruff
5523dd4View on GitHubUpdate README for v1.2.0 - Add comprehensive utility libraries documentation
54194f2View on GitHub