All Projects → quantsbin → Quantsbin

quantsbin / Quantsbin

Licence: mit
Quantitative Finance tools

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Quantsbin

ProjectReward
A software to shortlist and find the best options spread available for a given stock and help it visualise using payoff graphs.
Stars: ✭ 57 (-22.97%)
Mutual labels:  finance, options, quantitative-finance
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (+78.38%)
Mutual labels:  finance, quantitative-finance, options
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (+556.76%)
Mutual labels:  finance, quantitative-finance
Qlib
Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib.
Stars: ✭ 7,582 (+10145.95%)
Mutual labels:  finance, quantitative-finance
Ta Lib
Python wrapper for TA-Lib (http://ta-lib.org/).
Stars: ✭ 6,034 (+8054.05%)
Mutual labels:  finance, quantitative-finance
Options backtester
Simple backtesting software for options
Stars: ✭ 62 (-16.22%)
Mutual labels:  finance, options
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+6117.57%)
Mutual labels:  finance, quantitative-finance
Go Finance
⚠️ Deprecrated in favor of https://github.com/piquette/finance-go
Stars: ✭ 536 (+624.32%)
Mutual labels:  finance, quantitative-finance
Qlnet
QLNet C# Library
Stars: ✭ 252 (+240.54%)
Mutual labels:  finance, quantitative-finance
Strata
Open source analytics and market risk library from OpenGamma
Stars: ✭ 598 (+708.11%)
Mutual labels:  finance, quantitative-finance
Wallstreet
Real time stock and option data.
Stars: ✭ 559 (+655.41%)
Mutual labels:  finance, options
Research
Notebooks based on financial machine learning.
Stars: ✭ 714 (+864.86%)
Mutual labels:  finance, quantitative-finance
Finance Go
📊 Financial markets data library implemented in go.
Stars: ✭ 392 (+429.73%)
Mutual labels:  finance, options
Riskfolio Lib
Portfolio Optimization and Quantitative Strategic Asset Allocation in Python
Stars: ✭ 305 (+312.16%)
Mutual labels:  finance, quantitative-finance
Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI ]
Stars: ✭ 449 (+506.76%)
Mutual labels:  finance, quantitative-finance
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (+248.65%)
Mutual labels:  finance, quantitative-finance
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+7568.92%)
Mutual labels:  finance, options
Tradier Options Plotter
Python CLI tool for plotting options price history. Powered by Tradier's Sandbox API.
Stars: ✭ 24 (-67.57%)
Mutual labels:  finance, options
turingquant
No description or website provided.
Stars: ✭ 19 (-74.32%)
Mutual labels:  finance, quantitative-finance
trading-rules-using-machine-learning
A financial trading method using machine learning.
Stars: ✭ 16 (-78.38%)
Mutual labels:  finance, quantitative-finance

PyPi version PyPi Status Github Stars Twitter follows

Quantsbin

Open source library for finance.

Quantsbin 1.0.2, which started as a weekend project is currently in its initial phase and incorporates tools for pricing and plotting of vanilla option prices, greeks and various other analysis around them. We are working on optimising calculations and expanding the scope of library in multiple directions for future releases.

Quantsbin 1.0.2 includes

  1. Option payoff, premium and greeks calculation for vanilla options on Equity, FX, Commodity and Futures.
  2. Capability to calculate greeks numerically for all models and also analytically for Black Scholes Model.
  3. Price vanilla options with European expiry using BSM, Binomial tree and MonteCarlo with option to incorporate continuous compounded dividend yield for Equity options, cost and convenience yield for Commodity options and local and foreign risk-free rate in case of FX options. It also allows option to give discrete dividends in cased of Equity options.
  4. Price vanilla options with American expiry using Binomial tree and MonteCarlo(Longstaff Schwartz) method. There is option to provide discrete dividends for Equity options for both the models.
  5. Implied volatility calculation under BSM framework model.
  6. Option to create user defined or standard strategies using multiple single underlying options and directly generate and plot valuation and greeks for these strategies.

License

MIT LICENCE

Dependencies and Installation details

scipy==1.0
pandas==0.23.0  
matplotlib==2.2.2 
numpy==1.14.3       

Install using setup.py:

>>> python setup.py install

Install using pip:

>>> pip install quantsbin

Detailed documentation

Refer to our Documentation page

Our Website

For collaboration and suggestion reach us at Quantsbin

Tutorial

Refer to our Tutorial page

Note

For Quantsbin 1.0.2 testing and documentation are still WIP.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].