项目作者: ranaroussi

项目描述 :
Yahoo! Finance market data downloader (+faster Pandas Datareader)
高级语言: Python
项目地址: git://github.com/ranaroussi/yfinance.git
创建时间: 2017-05-21T10:16:15Z
项目社区:https://github.com/ranaroussi/yfinance

开源协议:Apache License 2.0

下载



Download market data from Yahoo! Finance’s API

Python version
PyPi version
PyPi status
PyPi downloads
Star this repo
Follow me on twitter

yfinance offers a Pythonic way to fetch financial & market data from Yahoo!Ⓡ finance.


[!IMPORTANT]
Yahoo!, Y!Finance, and Yahoo! finance are registered trademarks of Yahoo, Inc.

yfinance is not affiliated, endorsed, or vetted by Yahoo, Inc. It’s an open-source tool that uses Yahoo’s publicly available APIs, and is intended for research and educational purposes.

You should refer to Yahoo!’s terms of use (here, here, and here) **for details on your rights to use the actual data downloaded.

Remember - the Yahoo! finance API is intended for personal use only.**


[!TIP]
THE NEW DOCUMENTATION WEBSITE IS NOW LIVE! 🤘

Visit yfinance-python.org


Main components

  • Ticker: single ticker data
  • Tickers: multiple tickers’ data
  • download: download market data for multiple tickers
  • Market: get information about a market
  • Search: quotes and news from search
  • Sector and Industry: sector and industry information
  • EquityQuery and Screener: build query to screen market

Installation

Install yfinance from PYPI using pip:

{.sourceCode .bash} $ pip install yfinance

The list of changes can be found in the Changelog

Developers: want to contribute?

yfinance relies on the community to investigate bugs, review code, and contribute code. Developer guide: https://github.com/ranaroussi/yfinance/discussions/1084


Star History Chart


yfinance is distributed under the Apache Software License. See
the LICENSE.txt file in the release for details.

AGAIN - yfinance is not affiliated, endorsed, or vetted by Yahoo, Inc. It’s
an open-source tool that uses Yahoo’s publicly available APIs, and is
intended for research and educational purposes. You should refer to Yahoo!’s terms of use
(here,
here, and
here) for
details on your rights to use the actual data downloaded.


P.S.

Please drop me a note with any feedback you have.

Ran Aroussi