GitHub
github.com › goldmansachs › gs-quant
GitHub - goldmansachs/gs-quant: Python toolkit for quantitative finance · GitHub
February 21, 2026 - Python toolkit for quantitative finance. Contribute to goldmansachs/gs-quant development by creating an account on GitHub.
Starred by 10.1K users
Forked by 1.3K users
Languages Jupyter Notebook 51.6% | Python 48.4%
Gs
developer.gs.com › docs › gsquant › getting-started
Getting Started - Goldman Sachs Developer
... Goldman Sachs users can use the following to enable SSO. # Internal usage only pip install gs-quant[internal] # If using Anaconda or a virtual environment pip install gs-quant[internal] --user # Otherwise
PyPI
pypi.org › project › gs-quant
gs-quant · PyPI
You can find examples, guides and tutorials in the respective folders on Goldman Sachs Developer. Please reach out to gs-quant@gs.com with any questions, comments or feedback.
» pip install gs-quant
GitHub
github.com › goldmansachs › gs-quant › blob › master › gs_quant › documentation › README.md
gs-quant/gs_quant/documentation/README.md at master · goldmansachs/gs-quant
Python toolkit for quantitative finance. Contribute to goldmansachs/gs-quant development by creating an account on GitHub.
Author goldmansachs
YouTube
youtube.com › watch
Goldman Sachs Has an Open Source Python Package Called GS-Quant - YouTube
GET ACCESS TO RESEARCH VAULT: https://researchvault.carrd.co/ Hey, thanks for clicking on the video.JOIN NEWSLETTER: https://witty-motivator-1414.ck.page/acb...
Published June 10, 2024
GitHub
github.com › andrewphillipsn › gs-quant-1
GitHub - andrewphillipsn/gs-quant-1: Python toolkit for quantitative finance · GitHub
Any Python-ready IDE will work. However, most of our team uses PyCharm. ... The following example generates a random timeseries and computes 1-month (22 day) rolling realized volatility: import gs_quant.timeseries as ts x = ts.generate_series(1000) # Generate random timeseries with 1000 observations vol = ts.volatility(x, Window(22, 0)) # Compute realized volatility using a window of 22 and a ramp up value of 0 vol.tail() # Show last few values
Author andrewphillipsn
GitHub
github.com › FinancialEngineerLab › gs-quant-py
GitHub - FinancialEngineerLab/gs-quant-py: Python toolkit for quantitative finance · GitHub
Python toolkit for quantitative finance. Contribute to FinancialEngineerLab/gs-quant-py development by creating an account on GitHub.
Author FinancialEngineerLab
GitHub
github.com › dunkel000 › gs-quant-open
GitHub - dunkel000/gs-quant-open: Python toolkit for quantitative finance
Python toolkit for quantitative finance. Contribute to dunkel000/gs-quant-open development by creating an account on GitHub.
Author dunkel000
GitHub
github.com › goldmansachs › gs-quant › blob › master › docs › README.md
gs-quant/docs/README.md at master · goldmansachs/gs-quant
Python toolkit for quantitative finance. Contribute to goldmansachs/gs-quant development by creating an account on GitHub.
Author goldmansachs
GitHub
github.com › goldmansachs › gs-quant › blob › master › README.md
gs-quant/README.md at master · goldmansachs/gs-quant
Python toolkit for quantitative finance. Contribute to goldmansachs/gs-quant development by creating an account on GitHub.
Author goldmansachs
GitHub
github.com › goldmansachs › gs-quant › blob › master › setup.py
gs-quant/setup.py at master · goldmansachs/gs-quant
Python toolkit for quantitative finance. Contribute to goldmansachs/gs-quant development by creating an account on GitHub.
Author goldmansachs
OSRepos
osrepos.com › home › repositories › gs-quant: a python toolkit for quantitative finance
gs-quant: A Python Toolkit for Quantitative Finance - OSRepos
December 6, 2025 - To get started with gs-quant, ensure you meet the following requirements: ... A wealth of examples, guides, and tutorials are available to help you explore and utilize gs-quant's capabilities.
Published Dec 06, 2025
Repository https://github.com/goldmansachs/gs-quant
LinkedIn
linkedin.com › posts › quant-insider_github-goldmansachsgs-quant-python-toolkit-activity-7195423852913438720-AmBa
Python toolkit for quantitative finance | Quant Insider
We cannot provide a description for this page right now
GitHub
github.com › andrewphillipsn › gs-quant-1 › blob › master › README.md
gs-quant-1/README.md at master · andrewphillipsn/gs-quant-1
Any Python-ready IDE will work. However, most of our team uses PyCharm. ... The following example generates a random timeseries and computes 1-month (22 day) rolling realized volatility: import gs_quant.timeseries as ts x = ts.generate_series(1000) # Generate random timeseries with 1000 observations vol = ts.volatility(x, Window(22, 0)) # Compute realized volatility using a window of 22 and a ramp up value of 0 vol.tail() # Show last few values
Author andrewphillipsn