Metadata-Version: 2.1 Name: yfinance Version: 0.2.43 Summary: Download market data from Yahoo! Finance API Home-page: https://github.com/ranaroussi/yfinance Author: Ran Aroussi Author-email: ran@aroussi.com License: Apache Keywords: pandas,yahoo finance,pandas datareader Platform: any Classifier: License :: OSI Approved :: Apache Software License Classifier: Development Status :: 4 - Beta Classifier: Operating System :: OS Independent Classifier: Intended Audience :: Developers Classifier: Topic :: Office/Business :: Financial Classifier: Topic :: Office/Business :: Financial :: Investment Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator Classifier: Topic :: Software Development :: Libraries Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Description-Content-Type: text/markdown License-File: LICENSE.txt Requires-Dist: pandas>=1.3.0 Requires-Dist: numpy>=1.16.5 Requires-Dist: requests>=2.31 Requires-Dist: multitasking>=0.0.7 Requires-Dist: lxml>=4.9.1 Requires-Dist: platformdirs>=2.0.0 Requires-Dist: pytz>=2022.5 Requires-Dist: frozendict>=2.3.4 Requires-Dist: peewee>=3.16.2 Requires-Dist: beautifulsoup4>=4.11.1 Requires-Dist: html5lib>=1.1 Provides-Extra: nospam Requires-Dist: requests-cache>=1.0; extra == "nospam" Requires-Dist: requests-ratelimiter>=0.3.1; extra == "nospam" Provides-Extra: repair Requires-Dist: scipy>=1.6.3; extra == "repair" # Download market data from Yahoo! Finance's API
| #### \*\*\* IMPORTANT LEGAL DISCLAIMER \*\*\* --- **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](https://policies.yahoo.com/us/en/yahoo/terms/product-atos/apiforydn/index.htm), [here](https://legal.yahoo.com/us/en/yahoo/terms/otos/index.html), and [here](https://policies.yahoo.com/us/en/yahoo/terms/index.htm)) **for details on your rights to use the actual data downloaded. Remember - the Yahoo! finance API is intended for personal use only.** |