Tag

yfinance

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Sep 13, 2022 · Fundamentals

Python Stock Fair‑Value Valuation Using Financial Data and Multiple Models

This tutorial demonstrates how to download a company's fundamental data via the EOD API and yfinance, compute financial metrics such as free‑cash‑flow, revenue and earnings growth, and combine three valuation models (FCF, sales and PE) in Python to estimate a stock's fair value and compare it with the current market price.

eod apifair valuefinancial modeling
0 likes · 9 min read
Python Stock Fair‑Value Valuation Using Financial Data and Multiple Models
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