yfinance focuses specifically on downloading and structuring financial market data from the widely used Yahoo Finance service. It provides high-level APIs to retrieve historical prices, quotes, fundamentals, and other market metadata directly into Python objects (often pandas DataFrames/Series), making it easier to build analysis workflows without handling raw HTTP requests or parsing manually — unlike generic HTTP clients or lower-level data utilities.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/vinta/awesome-python/pull/2858
**Author:** [@JinyangWang27](https://github.com/JinyangWang27)
**Created:** 1/14/2026
**Status:** ✅ Merged
**Merged:** 1/15/2026
**Merged by:** [@vinta](https://github.com/vinta)
**Base:** `master` ← **Head:** `add-yfinance`
---
### 📝 Commits (1)
- [`a65fc1f`](https://github.com/vinta/awesome-python/commit/a65fc1f7db7b026469f200e7914e740783021e78) add yfinance
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 Description
## Project
[yfinance](https://github.com/ranaroussi/yfinance)
## Checklist
- [X] One project per PR
- [X] PR title format: `Add project-name`
- [X] Entry format: `* [project-name](url) - Description ending with period.`
- [X] Description is concise and short
## Why This Project Is Awesome
Which criterion does it meet? (pick one)
- [X] **Industry Standard** - The go-to tool for a specific use case
- [ ] **Rising Star** - 5000+ stars in < 2 years, significant adoption
- [ ] **Hidden Gem** - Exceptional quality, solves niche problems elegantly
Explain:
## How It Differs
yfinance focuses specifically on downloading and structuring financial market data from the widely used Yahoo Finance service. It provides high-level APIs to retrieve historical prices, quotes, fundamentals, and other market metadata directly into Python objects (often pandas DataFrames/Series), making it easier to build analysis workflows without handling raw HTTP requests or parsing manually — unlike generic HTTP clients or lower-level data utilities.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2858
Author: @JinyangWang27
Created: 1/14/2026
Status: ✅ Merged
Merged: 1/15/2026
Merged by: @vinta
Base:
master← Head:add-yfinance📝 Commits (1)
a65fc1fadd yfinance📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
yfinance
Checklist
Add project-name* [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
How It Differs
yfinance focuses specifically on downloading and structuring financial market data from the widely used Yahoo Finance service. It provides high-level APIs to retrieve historical prices, quotes, fundamentals, and other market metadata directly into Python objects (often pandas DataFrames/Series), making it easier to build analysis workflows without handling raw HTTP requests or parsing manually — unlike generic HTTP clients or lower-level data utilities.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.