Tagged articles

Tushare

6 articles · Page 1 of 1
Python Crawling & Data Mining
Python Crawling & Data Mining
Sep 26, 2021 · Fundamentals

How to Build a Northbound Capital Timing Strategy with Python and Tushare

This article explains a simple investment timing strategy that adjusts regular contributions based on daily northbound capital flows, walks through the financial concepts, provides complete Python code using Tushare to fetch and process the data, and shows back‑tested results and practical tips.

Financial AnalysisInvestment StrategyNorthbound Capital
0 likes · 13 min read
How to Build a Northbound Capital Timing Strategy with Python and Tushare
Python Crawling & Data Mining
Python Crawling & Data Mining
May 27, 2019 · Databases

Build a Quantitative Analysis Database with Python and PostgreSQL: Step‑by‑Step Guide

This tutorial walks through installing PostgreSQL, connecting it to Python via psycopg2 and SQLAlchemy, fetching millions of stock records with Tushare, storing and updating the data in a PostgreSQL database, and visualizing query results for quantitative finance strategies, all with complete code examples.

Data EngineeringPostgreSQLPython
0 likes · 12 min read
Build a Quantitative Analysis Database with Python and PostgreSQL: Step‑by‑Step Guide