Tag

stock data

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Mar 2, 2022 · Fundamentals

Exploring Python Stock Data Retrieval: pandas_datareader, yfinance, tushare, and JoinQuant Experiments

This article shares practical experiments using Python libraries such as pandas_datareader, yfinance, tushare, and the JoinQuant platform to fetch historical stock data, highlighting connection requirements, limitations, and the ease of obtaining data without additional installations.

JoinQuantpandas_datareaderstock data
0 likes · 3 min read
Exploring Python Stock Data Retrieval: pandas_datareader, yfinance, tushare, and JoinQuant Experiments
Python Programming Learning Circle
Python Programming Learning Circle
Aug 31, 2021 · Big Data

Python Script for Retrieving Minute‑Level Stock K‑Line Data from Eastmoney

This article provides a Python tutorial that explains how to generate Eastmoney‑specific security IDs, request minute‑level K‑line data for a given stock code via the Eastmoney API, process the response into a pandas DataFrame, and continuously fetch and save data until market close.

APIPythonRequests
0 likes · 8 min read
Python Script for Retrieving Minute‑Level Stock K‑Line Data from Eastmoney
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2021 · Backend Development

Scraping Stock Data with Python: From Extracting Stock Codes to Saving Results in Excel

This tutorial guides readers through analyzing web pages, using Python to write network programs, applying regular expressions, and operating Excel to scrape all listed company stock data for a specified date range, save it by stock code, and optionally store results in databases.

ExcelWeb Scrapingregex
0 likes · 6 min read
Scraping Stock Data with Python: From Extracting Stock Codes to Saving Results in Excel
Python Programming Learning Circle
Python Programming Learning Circle
May 9, 2020 · Fundamentals

Interactive Stock Data Visualization with Plotly vs. Matplotlib in Python

This tutorial compares static Matplotlib/Seaborn visualizations with interactive Plotly charts for stock price data, explains when to choose each library, and provides step‑by‑step Python code for fetching data, creating scatter and 3D surface plots, and installing Plotly in offline mode.

Data VisualizationMatplotlibPlotly
0 likes · 10 min read
Interactive Stock Data Visualization with Plotly vs. Matplotlib in Python