Refresh Your Home For Fall
Buy New
To see product details, add this item to your cart.
Ships from: Amazon.com
Sold by: Amazon.com
Ends in NO_OF_HOURS hours NO_OF_MINUTES minutes Ends in NO_OF_MINUTES minutes Ends in NO_OF_MINUTES minutes NO_OF_SECONDS seconds Ends in NO_OF_SECONDS seconds Ends in 22:14:45
To see product details, add this item to your cart. You can always remove it later.
Shipper / Seller
Amazon.com
Amazon.com
Shipper / Seller
Amazon.com
Returns
30-day refund / replacement
30-day refund / replacement
This item can be returned in its original condition for a full refund or replacement within 30 days of receipt.
Read full return policy
Payment
Secure transaction
Your transaction is secure
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others. Learn more
Gift options
Available at checkout
Available at checkout This item is a gift. Change
At checkout, you can add a custom message, a gift receipt for easy returns and have the item gift-wrapped
To see product details, add this item to your cart. You can always remove it later.
Book is in very good condition and may include minimal underlining highlighting. The book can also include "From the library of" labels. May not contain miscellaneous items toys, dvds, etc. . We offer 100% money back guarantee and 24 7 customer service. Book is in very good condition and may include minimal underlining highlighting. The book can also include "From the library of" labels. May not contain miscellaneous items toys, dvds, etc. . We offer 100% money back guarantee and 24 7 customer service. See less
Access codes and supplements are not guaranteed with used items.
Ships from and sold by GreatBookDealz.
Added to

Sorry, there was a problem.

There was an error retrieving your Wish Lists. Please try again.

Sorry, there was a problem.

List unavailable.
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

  • Python for Finance Cookbook: Over 80 powerful recipes for effective financial data analysis, 2nd Edition

Follow the author

Get new release updates & improved recommendations
Something went wrong. Please try your request again later.

Python for Finance Cookbook: Over 80 powerful recipes for effective financial data analysis, 2nd Edition

4.2 out of 5 stars (80)

Purchase options and add-ons

Use modern Python libraries such as pandas, NumPy, and scikit-learn and popular machine learning and deep learning methods to solve financial modeling problems

Purchase of the print or Kindle book includes a free eBook in the PDF format

Key Features

  • Explore unique recipes for financial data processing and analysis with Python
  • Apply classical and machine learning approaches to financial time series analysis
  • Calculate various technical analysis indicators and backtest trading strategies

Book Description

Python is one of the most popular programming languages in the financial industry, with a huge collection of accompanying libraries. In this new edition of the Python for Finance Cookbook, you will explore classical quantitative finance approaches to data modeling, such as GARCH, CAPM, factor models, as well as modern machine learning and deep learning solutions.

You will use popular Python libraries that, in a few lines of code, provide the means to quickly process, analyze, and draw conclusions from financial data. In this new edition, more emphasis was put on exploratory data analysis to help you visualize and better understand financial data. While doing so, you will also learn how to use Streamlit to create elegant, interactive web applications to present the results of technical analyses.

Using the recipes in this book, you will become proficient in financial data analysis, be it for personal or professional projects. You will also understand which potential issues to expect with such analyses and, more importantly, how to overcome them.

What you will learn

  • Preprocess, analyze, and visualize financial data
  • Explore time series modeling with statistical (exponential smoothing, ARIMA) and machine learning models
  • Uncover advanced time series forecasting algorithms such as Meta's Prophet
  • Use Monte Carlo simulations for derivatives valuation and risk assessment
  • Explore volatility modeling using univariate and multivariate GARCH models
  • Investigate various approaches to asset allocation
  • Learn how to approach ML-projects using an example of default prediction
  • Explore modern deep learning models such as Google's TabNet, Amazon's DeepAR and NeuralProphet

Who this book is for

This book is intended for financial analysts, data analysts and scientists, and Python developers with a familiarity with financial concepts. You'll learn how to correctly use advanced approaches for analysis, avoid potential pitfalls and common mistakes, and reach correct conclusions for a broad range of finance problems.

Working knowledge of the Python programming language (particularly libraries such as pandas and NumPy) is necessary.

Table of Contents

  1. Acquiring Financial Data
  2. Data Preprocessing
  3. Visualizing Financial Time Series
  4. Exploring Financial Time Series Data
  5. Technical Analysis and Building Interactive Dashboards
  6. Time Series Analysis and Forecasting
  7. Machine Learning-Based Approaches to Time Series Forecasting
  8. Multi-Factor Models
  9. Modelling Volatility with GARCH Class Models
  10. Monte Carlo Simulations in Finance
  11. Asset Allocation
  12. Backtesting Trading Strategies
  13. Applied Machine Learning: Identifying Credit Default
  14. Advanced Concepts for Machine Learning Projects
  15. Deep Learning in Finance
Books with Buzz
Discover the latest buzz-worthy books, from mysteries and romance to humor and nonfiction. Explore more

Frequently bought together

This item: Python for Finance Cookbook: Over 80 powerful recipes for effective financial data analysis, 2nd Edition
$37.98
Get it as soon as Monday, Sep 21
In Stock
Ships from and sold by Amazon.com.
+
Total price: $00
To see our price, add these items to your cart.
Details
Added to Cart
Choose items to buy together.

Customers also bought or read

Loading...

From the brand


From the Publisher

Python for finance, python, python book, learn python
Python for Finance Enthusiasts

An Interview with Mark Lewinson

First, why should aspiring, or existing, data analysts choose Python?

Python is a powerful and flexible language that is well-suited for data analysis. Its ease of use, large community, and powerful libraries make it a great choice and it is definitely a valuable skill for data analysts to have.

What’s new in this edition?

There are over 30 new recipes in the book, spread throughout the chapters. For example, there is an entirely new chapter on time series forecasting, and a lot of advanced content has been added to the chapters on real-life ML projects. In the deep learning chapter, we have shifted the focus from building neural networks from scratch in PyTorch to using libraries that offer state-of-the-art architectures out of the box. Lastly, we have put more emphasis on obtaining and preparing reliable data for analysis.

What makes this book necessary? What gap does it fill?

While there are many books available on financial data analysis, it can be difficult to find ones that demonstrate how to solve specific tasks or problems using Python. In this book, I have attempted to showcase the vast landscape of Python libraries that can be utilized in analyses. By using those libraries, you do not have to code everything from scratch. Instead, you can quickly solve a certain task and focus on interpreting the results and making decisions based on the outcome of your analysis.

Finance book, Finance with Python

What will readers be able to do after reading this book?

After reading the book, readers will know how to approach various data analysis or data science tasks set in the financial context. For data science, readers will become equipped to handle tasks such as time series forecasting and building machine/deep learning models. On the quantitative finance side, they will learn modeling volatility, asset allocation, factor modeling, and algorithmic trading.

Finally, do you have any advice for readers picking up your book?

Sure, my advice would be to not only read the book but also spend time playing around with the code and experimenting with it. I’m a strong believer in learning by doing and I think Jupyter Notebooks offer an excellent playground to further explore the topics covered in the book.

Unleash the power of Python for financial data analysis

More Content Nearly 300 pages of new and expanded content
Master ML Build machine learning/deep learning projects from scratch to make informed financial decisions
Visualizations Visualize your data in new ways with interactive dashboards
Financial Econometrics Estimate popular econometrics models such as CAPM, GARCH, and more using a problem-solution approach
Modern Libraries Use modern Python libraries, such as pandas, NumPy, and scikit-learn to analyze your financial data

Editorial Reviews

Review

"If there is only one book that you plan to buy for learning how to apply Python to financial problems, this is probably the book to buy. Highly recommended!"

Ram Seshadri, Senior Program Manager, Google

“My favorite chapters are the ones on acquiring financial data and data pre-processing. […]The aim of the book is simply to make readers aware that difficult problems can be solved with tools that exist in the Python universe. […]The book is worth considering when you want to use blueprints to start exploring how to build your own applications or – if you are lucky – you might find the exact application you need among the 80 examples. Be aware that if you wish to delve into the concepts and the underlying technical details you will certainly have to consult further resources. I can recommend this book for people who are starting to apply Python to financial problems, are learning how to work with data, or those who want to explore some of the available packages and libraries.”

Jörg Kienitz, Adj. Assoc. Professor of Financial Mathematics, University of Cape Town and Privatdozent Mathematik, University of Wuppertal

“Few books are as practical and hands-on as Eryk’s. He clearly put in a lot of time to ensure you can learn quickly without the hassle of collecting data or reusing a single set time and time again. The writing makes learning look so easy, you almost forget your skills are [being] boosted lightning fast. Once you get the hang of the “recipe” structure, it’s [just] a matter of finding the right chapter to match your current learning need or challenge.”

Erick Webbe, Head of Data Science @ bol.com

"Python for Finance Cookbook is a highly practical and accessible guide that provides everyone the knowledge and necessary tools needed to harness [the power of Python]. [The] recipes (use cases) are very well presented. I [particularly] liked […] chapter 12 – Backtesting Trading Strategies, along with chapters 13, 14, and 15. The author engages the readers with […] hands-on features.

This book provides a wealth of recipes that cover a wide range of topics."

Vishwanath Gorti

Global Enterprise Engineer | Vice President @ Deutsche Bank

About the Author

Eryk Lewinson received his master's degree in Quantitative Finance from Erasmus University Rotterdam. In his professional career, he has gained experience in the practical application of data science methods while working in risk management and data science departments of two "big 4" companies, a Dutch neo-broker and most recently the Netherlands' largest online retailer.

Outside of work, he has written over a hundred articles about topics related to data science, which have been viewed more than 3 million times. In his free time, he enjoys playing video games, reading books, and traveling with his girlfriend.

Product details

  • Publisher ‏ : ‎ Packt Publishing
  • Publication date ‏ : ‎ December 30, 2022
  • Edition ‏ : ‎ 2nd ed.
  • Language ‏ : ‎ English
  • Print length ‏ : ‎ 740 pages
  • ISBN-10 ‏ : ‎ 1803243198
  • ISBN-13 ‏ : ‎ 978-1803243191
  • Item Weight ‏ : ‎ 2.75 pounds
  • Dimensions ‏ : ‎ 7.5 x 1.67 x 9.25 inches
  • Best Sellers Rank: #667,288 in Books (See Top 100 in Books)
  • Customer Reviews:
    4.2 out of 5 stars (80)

About the author

Follow authors to get new release updates, plus improved recommendations.
Eryk Lewinson
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

Eryk Lewinson received his master's degree in quantitative finance from Erasmus University Rotterdam (EUR). In his professional career, he gained experience in the practical application of data science methods while working for two "Big 4" companies, a Dutch FinTech scale-up and the Netherlands' largest e-commerce company. In his work, he focuses on using machine learning to provide business value to companies. In his spare time, he enjoys writing about topics related to data science, playing video games, and traveling with his girlfriend.