Tag: matplotlib

Computation / Cross Asset / Financial / Python

Plot Quandl data in Python

Quandl Python - Debt as % of GDP

Quandl is a platform that offers free and premium access to financial and economic data. On top of this the data export is supported by many languages and…

Read more...
Computation / Derivatives / Equity / Financial / Python

Greeks: option sensitivies, formula proofs and Python scripts – Part 2

Options Greeks Python Vanna

Option greeks: formula proofs and python implementation – Part 2 This documents is the second part of a general overview of vanilla options partial sensitivities (option greeks). In a…

Read more...
Computation / Python

3D plot in Python from text file data

Python 3D Plot made simple, from text file data. This brief article introduces how you can plot a 3D chart in Python from data that you would store…

Read more...
Computation / Derivatives / Financial / Python

Greeks: option sensitivies, formula proofs and Python scripts

delta chart greeks

Option greeks: formula proofs and python implementation. This documents is the first part of a general overview of vanilla options partial sensitivities (option greeks). Here we provide 1st…

Read more...
Up