All Projects → jamesmawm → Mastering Python For Finance Second Edition

jamesmawm / Mastering Python For Finance Second Edition

Sources codes for: Mastering Python for Finance, Second Edition

Projects that are alternatives of or similar to Mastering Python For Finance Second Edition

Ibmi Oss Examples
A set of examples for using open source tools on IBM i
Stars: ✭ 41 (-67.72%)
Mutual labels:  hacktoberfest, jupyter-notebook
Hacktoberfest2020
Contribute for hacktoberfest 2020
Stars: ✭ 72 (-43.31%)
Mutual labels:  hacktoberfest, jupyter-notebook
Algorithms
🍣 Implementations of fundamental algorithms and data structures. Happy Hacktoberfest!
Stars: ✭ 41 (-67.72%)
Mutual labels:  hacktoberfest, jupyter-notebook
Automating Your Data Pipeline With Apache Airflow
Automating Your Data Pipeline with Apache Airflow
Stars: ✭ 19 (-85.04%)
Mutual labels:  hacktoberfest, jupyter-notebook
Scriptsdump
The biggest dump of scripts ever!
Stars: ✭ 114 (-10.24%)
Mutual labels:  hacktoberfest, jupyter-notebook
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (-75.59%)
Mutual labels:  hacktoberfest, jupyter-notebook
Hacktoberfest2020 Expert
Hacktoberfest 2020. Don't forget to spread love and if you like give me a ⭐️
Stars: ✭ 67 (-47.24%)
Mutual labels:  hacktoberfest, jupyter-notebook
Data Structures Using Python
This is my repository for Data Structures using Python
Stars: ✭ 546 (+329.92%)
Mutual labels:  hacktoberfest, jupyter-notebook
Lab Workshops
Materials for workshops on text mining, machine learning, and data visualization
Stars: ✭ 112 (-11.81%)
Mutual labels:  hacktoberfest, jupyter-notebook
Hello World
Add any Program in any language you like or add a hello world Program ❣️ if you like give us ⭐
Stars: ✭ 1,464 (+1052.76%)
Mutual labels:  hacktoberfest, jupyter-notebook
Nbstripout
strip output from Jupyter and IPython notebooks
Stars: ✭ 738 (+481.1%)
Mutual labels:  hacktoberfest, jupyter-notebook
Software Training
RoboJackets Software Training
Stars: ✭ 124 (-2.36%)
Mutual labels:  hacktoberfest, jupyter-notebook
H1st
The AI Application Platform We All Need. Human AND Machine Intelligence. Based on experience building AI solutions at Panasonic: robotics predictive maintenance, cold-chain energy optimization, Gigafactory battery mfg, avionics, automotive cybersecurity, and more.
Stars: ✭ 697 (+448.82%)
Mutual labels:  hacktoberfest, jupyter-notebook
Innovative Hacktober
Make a pull request. Let's hack the ocktober in an innovative way.
Stars: ✭ 34 (-73.23%)
Mutual labels:  hacktoberfest, jupyter-notebook
Challenges
PyBites Code Challenges
Stars: ✭ 604 (+375.59%)
Mutual labels:  hacktoberfest, jupyter-notebook
Al Go Rithms
🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Stars: ✭ 1,036 (+715.75%)
Mutual labels:  hacktoberfest, jupyter-notebook
Pangeo
Pangeo website + discussion of general issues related to the project.
Stars: ✭ 500 (+293.7%)
Mutual labels:  hacktoberfest, jupyter-notebook
Notebooks
code for deep learning courses
Stars: ✭ 522 (+311.02%)
Mutual labels:  hacktoberfest, jupyter-notebook
Python Cheatsheet
Basic Cheat Sheet for Python (PDF, Markdown and Jupyter Notebook)
Stars: ✭ 1,334 (+950.39%)
Mutual labels:  hacktoberfest, jupyter-notebook
Perfil Politico
A platform for profiling public figures in Brazilian politics
Stars: ✭ 117 (-7.87%)
Mutual labels:  hacktoberfest, jupyter-notebook

Mastering Python for Finance - Second Edition

This is the code repository for Mastering Python for Finance - Second Edition, published by Packt.

This book is also available for purchase on Amazon.

Implement advanced state-of-the-art financial statistical applications using Python

Update on Oct 13, 2020

There have been reports that certain market indices are no longer available for download from Alpha Vantage.

It is not known when Alpha Vantage will resume its services.

In the interim, equity symbols can be used in place, examples are MSFT, GOOG, IBM, and AAPL. As a result, the output values may vary from the book.

A permanent solution would be to purchase accurate data from a data provider.

What is this book about?

The second edition of Mastering Python for Finance will guide you through carrying out complex financial calculations practiced in the industry of finance by using next-generation methodologies. You will master the Python ecosystem by leveraging publicly available tools to successfully perform research studies and modeling, and learn to manage risks with the help of advanced examples.

This book covers the following exciting features:

  • Solve linear and nonlinear models representing various financial problems
  • Perform principal component analysis on the DOW index and its components
  • Analyze, predict, and forecast stationary and non-stationary time series processes
  • Create an event-driven backtesting tool and measure your strategies
  • Build a high-frequency algorithmic trading platform with Python

Software and Hardware List

Chapter Software required OS required
1-10 Python 3.7 Windows, Mac OS X, and Linux (Any)
11 Python 3.6 Windows, Mac OS X, and Linux (Any)

Related links

Book info

  • 426 pages
  • Available on Paperback and Kindle
  • ISBN-10: 1789346460
  • ISBN-13: 978-1789346466

Table of Contents

  1. Overview of Financial Analysis with Python

    • Getting Python
    • Introduction to Quandl
    • Plotting a time series chart
    • Performing financial analytics on time series data
  2. The Importance of Linearity in Finance

    • The Capital Asset Pricing Model and the security market line
    • The Arbitrage Pricing Theory model
    • Multivariate linear regression of factor models
    • Linear optimization
    • Solving linear equations using matrices
    • The LU decomposition
    • The Cholesky decomposition
    • The QR decomposition
    • Solving with other matrix algebra methods
  3. Nonlinearity in Finance

    • Nonlinearity modeling
    • Root-finding algorithms
    • SciPy implementations in root-finding
  4. Numerical Methods for Pricing Options

    • Introduction to options
    • Binomial trees in option pricing
    • Pricing European options
    • Writing the StockOption base class
    • The Greeks for free
    • Trinomial trees in option pricing
    • Lattices in option pricing
    • Finite differences in option pricing
    • Putting it all together – implied volatility modeling
  5. Modeling Interest Rates and Derivatives

    • Fixed-income securities
    • Yield curves
    • Valuing a zero-coupon bond
    • Bootstrapping a yield curve
    • Forward rates
    • Calculating the yield to maturity
    • Calculating the price of a bond
    • Bond duration
    • Bond convexity
    • Short–rate modeling
    • Bond options
    • Pricing a callable bond option
  6. Statistical Analysis of Time Series Data

    • The Dow Jones industrial average and its 30 components
    • Applying a kernel PCA
    • Stationary and non-stationary time series
    • The Augmented Dickey-Fuller Test
    • Analyzing a time series with trends
    • Making a time series stationary
    • Forecasting and predicting a time series
  7. Interactive Financial Analytics with the VIX

    • Volatility derivatives
    • Financial analytics of the S&P 500 and the VIX
    • Calculating the VIX Index
  8. Building an Algorithmic Trading Platform

    • Introducing algorithmic trading
    • Building an algorithmic trading platform
    • Building a mean-reverting algorithmic trading system
    • Building a trend-following trading platform
    • VaR for risk management
  9. Implementing a Backtesting System

    • Introducing backtesting
    • Designing and implementing a backtesting system
    • Ten considerations for a backtesting model
    • Discussion of algorithms in backtesting
  10. Machine Learning for Finance

    • Introduction to machine learning
    • Predicting prices with a single-asset regression model
    • Predicting returns with a cross-asset momentum model
    • Predicting trends with classification-based machine learning
    • Conclusion on the use of machine learning algorithms
  11. Deep Learning for Finance

    • A brief introduction to deep learning
    • A deep learning price prediction model with TensorFlow
    • Credit card payment default prediction with Keras
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].