Import python venv for stability
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
pip
|
||||
+141
@@ -0,0 +1,141 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: yfinance
|
||||
Version: 1.1.0
|
||||
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: 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: curl_cffi<0.14,>=0.7
|
||||
Requires-Dist: protobuf>=3.19.0
|
||||
Requires-Dist: websockets>=13.0
|
||||
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"
|
||||
Dynamic: author
|
||||
Dynamic: author-email
|
||||
Dynamic: classifier
|
||||
Dynamic: description
|
||||
Dynamic: description-content-type
|
||||
Dynamic: home-page
|
||||
Dynamic: keywords
|
||||
Dynamic: license
|
||||
Dynamic: license-file
|
||||
Dynamic: platform
|
||||
Dynamic: provides-extra
|
||||
Dynamic: requires-dist
|
||||
Dynamic: summary
|
||||
|
||||
<img src="./doc/yfinance-gh-logo-dark.webp#gh-dark-mode-only" height="100">
|
||||
<img src="./doc/yfinance-gh-logo-light.webp#gh-light-mode-only" height="100">
|
||||
|
||||
# Download market data from Yahoo! Finance's API
|
||||
|
||||
<a target="new" href="https://pypi.python.org/pypi/yfinance"><img border=0 src="https://img.shields.io/badge/python-2.7,%203.6+-blue.svg?style=flat" alt="Python version"></a>
|
||||
<a target="new" href="https://pypi.python.org/pypi/yfinance"><img border=0 src="https://img.shields.io/pypi/v/yfinance.svg?maxAge=60%" alt="PyPi version"></a>
|
||||
<a target="new" href="https://pypi.python.org/pypi/yfinance"><img border=0 src="https://img.shields.io/pypi/status/yfinance.svg?maxAge=60" alt="PyPi status"></a>
|
||||
<a target="new" href="https://pypi.python.org/pypi/yfinance"><img border=0 src="https://img.shields.io/pypi/dm/yfinance.svg?maxAge=86400&label=installs&color=%2327B1FF" alt="PyPi downloads"></a>
|
||||
<a target="new" href="https://github.com/ranaroussi/yfinance"><img border=0 src="https://img.shields.io/github/stars/ranaroussi/yfinance.svg?style=social&label=Star&maxAge=60" alt="Star this repo"></a>
|
||||
<a target="new" href="https://x.com/intent/follow?screen_name=aroussi"><img border=0 src="https://img.shields.io/twitter/follow/aroussi.svg?style=social&label=Follow&maxAge=60" alt="Follow me on twitter"></a>
|
||||
|
||||
<a href="https://trendshift.io/repositories/4578" target="_blank"><img src="https://trendshift.io/api/badge/repositories/4578" alt="ranaroussi%2Fyfinance | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
|
||||
**yfinance** offers a Pythonic way to fetch financial & market data from [Yahoo!Ⓡ finance](https://finance.yahoo.com).
|
||||
|
||||
---
|
||||
|
||||
> [!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](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.**
|
||||
|
||||
---
|
||||
|
||||
> [!TIP]
|
||||
> THE NEW DOCUMENTATION WEBSITE IS NOW LIVE! 🤘
|
||||
>
|
||||
> Visit [**ranaroussi.github.io/yfinance**](https://ranaroussi.github.io/yfinance)
|
||||
|
||||
---
|
||||
|
||||
## Main components
|
||||
|
||||
- `Ticker`: single ticker data
|
||||
- `Tickers`: multiple tickers' data
|
||||
- `download`: download market data for multiple tickers
|
||||
- `Market`: get information about a market
|
||||
- `WebSocket` and `AsyncWebSocket`: live streaming data
|
||||
- `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
|
||||
```
|
||||
|
||||
### [yfinance relies on the community to investigate bugs and contribute code. Here's how you can help.](https://github.com/ranaroussi/yfinance/blob/main/CONTRIBUTING.md)
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### Legal Stuff
|
||||
|
||||
**yfinance** is distributed under the **Apache Software License**. See
|
||||
the [LICENSE.txt](https://github.com/ranaroussi/yfinance/blob/main/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](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.
|
||||
|
||||
---
|
||||
|
||||
### P.S.
|
||||
|
||||
Please drop me a note with any feedback you have.
|
||||
|
||||
**Ran Aroussi**
|
||||
|
||||
+76
@@ -0,0 +1,76 @@
|
||||
../../../bin/sample,sha256=MIxllcQVk80kXbGwiz3rgnXGr3734N28NXvppboRUsg,263
|
||||
yfinance-1.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
yfinance-1.1.0.dist-info/METADATA,sha256=ujwsB71FyEV0B5wBVsxzV2ACxkc6QUkLHi_pSEpxeCw,6120
|
||||
yfinance-1.1.0.dist-info/RECORD,,
|
||||
yfinance-1.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
yfinance-1.1.0.dist-info/WHEEL,sha256=Q6xS052dXadQWXcEVKSI037R6NoyqhUlJ5BcYz2iMP4,110
|
||||
yfinance-1.1.0.dist-info/entry_points.txt,sha256=xPp6vFitqG85D-kOcIEWjIZmvD2l53YiMbrwjZFpjZw,39
|
||||
yfinance-1.1.0.dist-info/licenses/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
||||
yfinance-1.1.0.dist-info/top_level.txt,sha256=wtXRvyuLHN5dDh2TswJXic7f9obNSeQwBX7EYii-oLg,9
|
||||
yfinance/__init__.py,sha256=LPiP0bZjgghiO_7gNlRD9rNKysIxs2hSYPL7bshnIdM,2218
|
||||
yfinance/__pycache__/__init__.cpython-311.pyc,,
|
||||
yfinance/__pycache__/base.cpython-311.pyc,,
|
||||
yfinance/__pycache__/cache.cpython-311.pyc,,
|
||||
yfinance/__pycache__/calendars.cpython-311.pyc,,
|
||||
yfinance/__pycache__/config.cpython-311.pyc,,
|
||||
yfinance/__pycache__/const.cpython-311.pyc,,
|
||||
yfinance/__pycache__/data.cpython-311.pyc,,
|
||||
yfinance/__pycache__/exceptions.cpython-311.pyc,,
|
||||
yfinance/__pycache__/live.cpython-311.pyc,,
|
||||
yfinance/__pycache__/lookup.cpython-311.pyc,,
|
||||
yfinance/__pycache__/multi.cpython-311.pyc,,
|
||||
yfinance/__pycache__/pricing_pb2.cpython-311.pyc,,
|
||||
yfinance/__pycache__/search.cpython-311.pyc,,
|
||||
yfinance/__pycache__/shared.cpython-311.pyc,,
|
||||
yfinance/__pycache__/ticker.cpython-311.pyc,,
|
||||
yfinance/__pycache__/tickers.cpython-311.pyc,,
|
||||
yfinance/__pycache__/utils.cpython-311.pyc,,
|
||||
yfinance/__pycache__/version.cpython-311.pyc,,
|
||||
yfinance/base.py,sha256=trDe4kQgaBWxB1jInb3ys6wXPMc1F_jz8zQgDX-cBpA,28805
|
||||
yfinance/cache.py,sha256=nXjPRDnWBxQvdoP6wo4cLpiVO-ajADVd2EP4lqNuO7o,17765
|
||||
yfinance/calendars.py,sha256=XoNCcsrQTEYRJHQs8MYHjl02lJRjkkBBxh8Z0MH_Ss8,19932
|
||||
yfinance/config.py,sha256=ZBA6iDG2x0qEfqgpAXIA6yUzxu6ak-L4C2HRXZy36ZA,1388
|
||||
yfinance/const.py,sha256=IHZH42del_0nFCAMT1aHd98sWocoazjMN_2yo8gTnuE,36029
|
||||
yfinance/data.py,sha256=E2B7jDBbt-RK4QzZhx9zliDiIHF8vTWjSL-jiwgd0eU,20785
|
||||
yfinance/domain/__init__.py,sha256=vZuBrQchYSMPEvTT8UKwkuLfCzdFBlT7Hbdsbtoe7b4,112
|
||||
yfinance/domain/__pycache__/__init__.cpython-311.pyc,,
|
||||
yfinance/domain/__pycache__/domain.cpython-311.pyc,,
|
||||
yfinance/domain/__pycache__/industry.cpython-311.pyc,,
|
||||
yfinance/domain/__pycache__/market.cpython-311.pyc,,
|
||||
yfinance/domain/__pycache__/sector.cpython-311.pyc,,
|
||||
yfinance/domain/domain.py,sha256=6FMSV38o0w4Z7DPEU5MCQYaDteVIP5H7sci9m_T5Gg0,6585
|
||||
yfinance/domain/industry.py,sha256=4kUnXS04N1dUpwbTsEDTt49SEDz4ApTCHUIfCCnZrSs,5347
|
||||
yfinance/domain/market.py,sha256=kPeQ5yCAT7FXm8MPNITEW1EgzkVYxo3W8JNTS6yhwlI,3706
|
||||
yfinance/domain/sector.py,sha256=TmMu89wo0cWhZKvapX6jDH8_U9EArZE7a5o0VICdUuI,5368
|
||||
yfinance/exceptions.py,sha256=FiQeidEMYxeCXTOH-pbLXyC03QoqFWNvpB0orpyOSOM,1733
|
||||
yfinance/live.py,sha256=LyLI3Db-SrDksuONES51wDLxFkY40kHCYkiIu2y4I78,12696
|
||||
yfinance/lookup.py,sha256=nnLpUQPmq-wLOKlr4zbOkQhFLl_K4HMHlFBLEhmZmI4,7037
|
||||
yfinance/multi.py,sha256=kiBgcpOm-4vtYLFzlw_dRjPLx_Ik0uvJ8fJhrN0DzQY,11008
|
||||
yfinance/pricing.proto,sha256=ez1azD8F3AJTV9CGKhbSzVHLRtPZZoIMomf0al0jMJM,939
|
||||
yfinance/pricing_pb2.py,sha256=-JjAI--KjZ-zisyfbjw3_p8T1GJNsicOSp9lrb2cTdQ,2499
|
||||
yfinance/scrapers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
yfinance/scrapers/__pycache__/__init__.cpython-311.pyc,,
|
||||
yfinance/scrapers/__pycache__/analysis.cpython-311.pyc,,
|
||||
yfinance/scrapers/__pycache__/fundamentals.cpython-311.pyc,,
|
||||
yfinance/scrapers/__pycache__/funds.cpython-311.pyc,,
|
||||
yfinance/scrapers/__pycache__/history.cpython-311.pyc,,
|
||||
yfinance/scrapers/__pycache__/holders.cpython-311.pyc,,
|
||||
yfinance/scrapers/__pycache__/quote.cpython-311.pyc,,
|
||||
yfinance/scrapers/analysis.py,sha256=3TW9hAWQAgOpbZEty5oqIHSu_yzG7XUTUtmGWZEG37w,7467
|
||||
yfinance/scrapers/fundamentals.py,sha256=MTtdQUECCZ6n2BQ4gCd1g7mQC_0LgHYmKTUeAfh_mgU,6176
|
||||
yfinance/scrapers/funds.py,sha256=BnIxF5LjV9wcAPf4ebJSnkPnybS3n27oNJ_mxM6xfBs,11762
|
||||
yfinance/scrapers/history.py,sha256=iJeD9r_DAwfcQJQ-Qyx6yvB0fmaIGjml9wWaHLtOSok,161684
|
||||
yfinance/scrapers/holders.py,sha256=uVSjOaXZ26dMSLR2qIrqBJcVtfD4JxXS7u1lozJORcY,9606
|
||||
yfinance/scrapers/quote.py,sha256=JPUdlitPpMWnARKmuufckroBK7XgVDscmglM4583qq4,29690
|
||||
yfinance/screener/__init__.py,sha256=b3yZjBjmaBndk9f7AnrgjWXpA1aVcUu8M1rF8NkIMRk,170
|
||||
yfinance/screener/__pycache__/__init__.cpython-311.pyc,,
|
||||
yfinance/screener/__pycache__/query.cpython-311.pyc,,
|
||||
yfinance/screener/__pycache__/screener.cpython-311.pyc,,
|
||||
yfinance/screener/query.py,sha256=omv5-Ywo18ekUco3f-aSQahRZrgQbz9YydbqVhY1fhk,9241
|
||||
yfinance/screener/screener.py,sha256=PlLsqmmJ1whRlqF5aSC9hq2yzVy0U4ptuvQe45o2GcI,11108
|
||||
yfinance/search.py,sha256=p_Ww4NWLsp1hBjQNEH9PyLmDbAy6nXizSBtbWDCU-dU,5942
|
||||
yfinance/shared.py,sha256=i63YA_OmRuNqNUDYIHub1puuBIOtwDdQt6HUsfULwZE,783
|
||||
yfinance/ticker.py,sha256=V8rkMNjUWwzdbNuGZT_izRZFce-PIFc2PwkVeuU0h-A,9203
|
||||
yfinance/tickers.py,sha256=cFYI14IRYpGeis6lAtoI3dAgOolOMccBak92GXccnZc,3485
|
||||
yfinance/utils.py,sha256=ys7nDiUSPEF8dtFrTUhLSxelFVoLlrma6S3d-sHZS_k,45591
|
||||
yfinance/version.py,sha256=s2Ub2ir58wRlYlwo-oIC_0mBAViCnB9La690rWDGBd8,18
|
||||
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: setuptools (80.10.1)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
[console_scripts]
|
||||
sample = sample:main
|
||||
+202
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
+1
@@ -0,0 +1 @@
|
||||
yfinance
|
||||
Reference in New Issue
Block a user