DEF BLOG :

You can read articles here. Find news articles about innovation and coding here. We have many good articles to read.

Tag : quant
Brownian Motion Simulation with Python

2025-05-30 06:53:26

In this article we will explore simulation of Brownian Motions, one of the most fundamental concepts in derivatives pricing. Brownian Motion is a mathematical model used to simulate the behaviour of a

Creating a Returns Series with Polygon's Forex Data

2025-05-30 03:20:39

In this article we will access the Polygon API and download a month of intraday minutely Forex data. We will show you how to access the API, creating a Python function that can be easily adapted to ex

QSTrader Fee Model Class Hierarchy

2025-05-29 07:13:14

In the previous article in this series we discussed the Asset class hierarchy that forms the basis of the assets to be traded within the QSTrader backtesting simulation system.

An Introduction to Stooq Pricing Data

2025-05-28 09:01:33

In the previous article we learnt how to setup a prototyping environment for algorithmic trading using Jupyter Notebooks. We used Yahoo data with Pandas DataReader. In this article we will be looking

Python Libraries for Quantitative Trading

2025-05-28 03:34:33

For anyone looking to dive into the world of quantitative finance and systematic trading, Python is an indispensable tool. As the go-to programming language for many quant developers, Python offers a

Linear Regression: An Introduction

2025-05-27 09:35:22

Linear Regression is one of the most fundamental methods utilised within data science, with applications in both prediction and inference. Many practising data scientists have a strong grounding in st

5 Essential Beginner C++ Books for Financial Engineers

2025-05-16 10:26:51

C++ is not an easy language to learn, especially if you have no prior programming background. With its numerous features and its nature resembling a federation of languages, Quant analysts often need

5 Recommended Books on Finite Difference Methods for Quant Analysts

2025-05-16 03:20:26

Finite Difference Methods (FDM) are essential tools for solving the Black-Scholes equation and other quantitative models by approximating the derivatives of partial differential equations (PDEs) that

5 Recommended Books to Prepare for Quantitative Analyst Job Interviews

2025-05-14 08:11:56

Applying for a job in Quantitative Finance is not easy. It takes several weeks to prepare, covering areas such as Stochastic Calculus, probability theory, and programming experience (especially in C++

5 important books that are not often talked about but should be read before applying for a Quant job

2025-05-14 03:52:02

If you are preparing to apply for a job in Quantitative Finance, one thing that is often necessary is reading foundational books on mathematical finance (such as Hull, Baxter & Rennie, or Joshi) or ha