Tagged articles
13 articles
Page 1 of 1
FunTester
FunTester
May 29, 2022 · Fundamentals

How to Download and Visualize Kweichow Moutai Stock Data with Python

This guide shows how to download historical Kweichow Moutai stock data from NetEase Finance as a CSV file, handle encoding issues, and use Python's pandas and matplotlib libraries to filter the data and create both volume and OHLC line charts for a selected month.

CSVData visualizationMatplotlib
0 likes · 6 min read
How to Download and Visualize Kweichow Moutai Stock Data with Python
MaGe Linux Operations
MaGe Linux Operations
Sep 16, 2021 · Backend Development

How to Retrieve Real-Time Minute-Level Stock Data with Python

This guide explains how to use Python, pandas, and requests to fetch minute‑by‑minute K‑line data for Chinese stocks from Eastmoney's API, generate the required secid, handle different market codes, and continuously save the data until market close.

APIPythonStock Data
0 likes · 9 min read
How to Retrieve Real-Time Minute-Level Stock Data with Python
MaGe Linux Operations
MaGe Linux Operations
Nov 21, 2017 · Backend Development

How to Scrape All Chinese Stock Data with Python: A Step‑by‑Step Guide

This tutorial explains how to collect the names and trading information of every stock listed on the Shanghai and Shenzhen exchanges using Python 3.5, requests, BeautifulSoup and regular expressions, then store the results in a file through a clear three‑step process of fetching the stock list, retrieving each stock's page, parsing the HTML and writing the data.

Stock Databeautifulsoupfile-output
0 likes · 11 min read
How to Scrape All Chinese Stock Data with Python: A Step‑by‑Step Guide