🌐
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
GS Quant - Goldman Sachs Developer
GS Quant is a Python toolkit for quantitative finance, created on top of one of the world’s most powerful risk transfer platforms.
🌐
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
    
Published   Mar 09, 2026
Version   1.5.5
🌐
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
🌐
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
🌐
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
🌐
Datatunnel
datatunnel.io › home › goldman sachs’ gs-quant: a powerful python package for quantitative finance
Goldman Sachs' GS-Quant: A Powerful Python Package for Quantitative Finance - Datatunnel
September 8, 2024 - Explore Goldman Sachs' GS-Quant, an open-source Python package for quantitative finance. Learn how to import data, perform PCA, and assess risk with practical examples.
🌐
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 › 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
Find elsewhere
🌐
DeepWiki
deepwiki.com › goldmansachs › gs-quant › 2-getting-started
Getting Started | goldmansachs/gs-quant | DeepWiki
August 10, 2025 - This document provides an introduction to gs-quant, covering installation, basic configuration, authentication, and initial usage patterns. It focuses on the essential steps needed to begin using the
🌐
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
🌐
Edworking
edworking.com › news › startups › goldman-sachs-python-toolkit-for-quantitative-finance
Python Toolkit For Quantitative Finance By Goldman Sachs
Enhance your quantitative trading strategies and manage risk effectively with GS Quant. For those interested in diving deeper, they can find extensive examples, detailed guides, and practical tutorials through the respective folders and on the Goldman Sachs Developer site.
🌐
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
🌐
GitHub
github.com › robertoronderosjr › gs-quant-1
GitHub - robertoronderosjr/gs-quant-1: Python toolkit for quantitative finance
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, 22) # Compute realized volatility vol.tail() # Show last few values
Author   robertoronderosjr
🌐
Snyk
snyk.io › advisor › python packages › gs-quant
gs-quant - Python Package Health Analysis | Snyk
March 31, 2021 - 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.
🌐
HelloGitHub
hellogithub.com › en › repository › goldmansachs › gs-quant
goldmansachs/gs-quant: Goldman Sachs Open Source Quantitative Finance Python Library - HelloGitHub
This project is a Python toolkit developed by Goldman Sachs for quantitative trading. It is a Python library specifically designed for the field of quantitative finance, which has been used internally at Goldman Sachs for many years, supporting ...