Tag

Backtesting

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Dec 29, 2021 · Fundamentals

Comprehensive List of Python Libraries for Quantitative Finance

This article compiles a categorized collection of Python packages for quantitative finance, covering scientific computation, pricing, technical indicators, backtesting, risk analysis, data sources, Excel integration, and visualization, with brief descriptions and reference links for each tool.

BacktestingPythonQuantitative Finance
0 likes · 17 min read
Comprehensive List of Python Libraries for Quantitative Finance
Python Programming Learning Circle
Python Programming Learning Circle
May 18, 2020 · Backend Development

How to Retrieve Binance Trade Data with Python: A Step-by-Step Guide

This article explains why accurate trade data is essential for strategy backtesting, why Binance is chosen, and provides a detailed Python workflow—including argument parsing, using the Binance aggTrades endpoint, handling pagination with from_id, cleaning the resulting DataFrame, saving to CSV, and validating the data integrity.

BacktestingBinance APICSV
0 likes · 7 min read
How to Retrieve Binance Trade Data with Python: A Step-by-Step Guide