Skip to content

Commit

Permalink
Merge pull request #110 from alvarob96/developer
Browse files Browse the repository at this point in the history
merge developer into master so to release new version
  • Loading branch information
Álvaro Bartolomé del Canto committed Feb 28, 2020
2 parents c6ee24b + 2d54a76 commit 865d530
Show file tree
Hide file tree
Showing 50 changed files with 12,928 additions and 11,592 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ are some of the features that currently lead investpy to be one of the most cons
[![Build Status](https://img.shields.io/travis/alvarob96/investpy/master.svg?label=Travis%20CI&logo=travis&logoColor=white)](https://travis-ci.org/alvarob96/investpy)
[![Documentation Status](https://readthedocs.org/projects/investpy/badge/?version=latest)](https://investpy.readthedocs.io/)
[![codecov](https://codecov.io/gh/alvarob96/investpy/branch/master/graph/badge.svg)](https://codecov.io/gh/alvarob96/investpy)
[![Downloads](https://img.shields.io/pypi/dm/investpy.svg?maxAge=2592000&label=installs&color=%2327B1FF)](https://pypistats.org/packages/investpy)

**Join gitter chat to ease developer-user communication and also contribute with other investpy users.**

Expand All @@ -34,7 +33,7 @@ are some of the features that currently lead investpy to be one of the most cons
In order to get this package working you will need to install [**investpy**](https://pypi.org/project/investpy/) using
pip on the terminal by typing:

``$ pip install investpy==0.9.13``
``$ pip install investpy==0.9.14``

Every package used is listed in [requirements.txt](https://github.com/alvarob96/investpy/blob/master/requirements.txt)
file, which can also be installed via pip:
Expand Down
Binary file modified docs/_build/doctrees/api.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/_build/html/_sources/api.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ API Reference
commodities_api.rst
certificates_api.rst
crypto_api.rst
news_api.rst
technical_api.rst
search_api.rst
2 changes: 1 addition & 1 deletion docs/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.9.13',
VERSION: '0.9.14',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
8 changes: 6 additions & 2 deletions docs/_build/html/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>API Reference &mdash; investpy 0.9.13 documentation</title>
<title>API Reference &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down Expand Up @@ -103,6 +103,8 @@
<li class="toctree-l2"><a class="reference internal" href="commodities_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.commodities</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="certificates_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.certificates</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="crypto_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.crypto</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="news_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.news</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="technical_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.technical</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="search_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.search</span></code></a></li>
</ul>
</li>
Expand Down Expand Up @@ -187,6 +189,8 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
<li class="toctree-l1"><a class="reference internal" href="commodities_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.commodities</span></code></a></li>
<li class="toctree-l1"><a class="reference internal" href="certificates_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.certificates</span></code></a></li>
<li class="toctree-l1"><a class="reference internal" href="crypto_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.crypto</span></code></a></li>
<li class="toctree-l1"><a class="reference internal" href="news_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.news</span></code></a></li>
<li class="toctree-l1"><a class="reference internal" href="technical_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.technical</span></code></a></li>
<li class="toctree-l1"><a class="reference internal" href="search_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.search</span></code></a></li>
</ul>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/_build/html/disclaimer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Disclaimer &mdash; investpy 0.9.13 documentation</title>
<title>Disclaimer &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down
6 changes: 4 additions & 2 deletions docs/_build/html/etfs_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>investpy.etfs &mdash; investpy 0.9.13 documentation</title>
<title>investpy.etfs &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down Expand Up @@ -103,6 +103,8 @@
<li class="toctree-l2"><a class="reference internal" href="commodities_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.commodities</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="certificates_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.certificates</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="crypto_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.crypto</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="news_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.news</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="technical_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.technical</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="search_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.search</span></code></a></li>
</ul>
</li>
Expand Down
6 changes: 4 additions & 2 deletions docs/_build/html/funds_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>investpy.funds &mdash; investpy 0.9.13 documentation</title>
<title>investpy.funds &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down Expand Up @@ -103,6 +103,8 @@
<li class="toctree-l2"><a class="reference internal" href="commodities_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.commodities</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="certificates_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.certificates</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="crypto_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.crypto</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="news_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.news</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="technical_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.technical</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="search_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.search</span></code></a></li>
</ul>
</li>
Expand Down
31 changes: 27 additions & 4 deletions docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; investpy 0.9.13 documentation</title>
<title>Index &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down Expand Up @@ -167,6 +167,7 @@ <h1 id="index">Index</h1>
| <a href="#E"><strong>E</strong></a>
| <a href="#G"><strong>G</strong></a>
| <a href="#I"><strong>I</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#N"><strong>N</strong></a>
| <a href="#P"><strong>P</strong></a>
| <a href="#R"><strong>R</strong></a>
Expand Down Expand Up @@ -232,6 +233,8 @@ <h2 id="G">G</h2>
<li><a href="bonds_api.html#investpy.bonds.get_bonds_list">get_bonds_list() (in module investpy.bonds)</a>
</li>
<li><a href="bonds_api.html#investpy.bonds.get_bonds_overview">get_bonds_overview() (in module investpy.bonds)</a>
</li>
<li><a href="news_api.html#investpy.news.get_calendar">get_calendar() (in module investpy.news)</a>
</li>
<li><a href="certificates_api.html#investpy.certificates.get_certificate_countries">get_certificate_countries() (in module investpy.certificates)</a>
</li>
Expand Down Expand Up @@ -381,19 +384,31 @@ <h2 id="I">I</h2>
</li>
<li><a href="crypto_api.html#module-investpy.crypto">investpy.crypto (module)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="currency_crosses_api.html#module-investpy.currency_crosses">investpy.currency_crosses (module)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="etfs_api.html#module-investpy.etfs">investpy.etfs (module)</a>
</li>
<li><a href="funds_api.html#module-investpy.funds">investpy.funds (module)</a>
</li>
<li><a href="indices_api.html#module-investpy.indices">investpy.indices (module)</a>
</li>
<li><a href="news_api.html#module-investpy.news">investpy.news (module)</a>
</li>
<li><a href="search_api.html#module-investpy.search">investpy.search (module)</a>
</li>
<li><a href="stocks_api.html#module-investpy.stocks">investpy.stocks (module)</a>
</li>
<li><a href="technical_api.html#module-investpy.technical">investpy.technical (module)</a>
</li>
</ul></td>
</tr></table>

<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="technical_api.html#investpy.technical.moving_averages">moving_averages() (in module investpy.technical)</a>
</li>
</ul></td>
</tr></table>
Expand All @@ -410,6 +425,10 @@ <h2 id="P">P</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="search_api.html#investpy.utils.search_obj.SearchObj.pair_type">pair_type (investpy.utils.search_obj.SearchObj attribute)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="technical_api.html#investpy.technical.pivot_points">pivot_points() (in module investpy.technical)</a>
</li>
</ul></td>
</tr></table>
Expand Down Expand Up @@ -462,6 +481,10 @@ <h2 id="T">T</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="search_api.html#investpy.utils.search_obj.SearchObj.tag">tag (investpy.utils.search_obj.SearchObj attribute)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="technical_api.html#investpy.technical.technical_indicators">technical_indicators() (in module investpy.technical)</a>
</li>
</ul></td>
</tr></table>
Expand Down
12 changes: 4 additions & 8 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Welcome to investpy’s documentation! &mdash; investpy 0.9.13 documentation</title>
<title>Welcome to investpy’s documentation! &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down Expand Up @@ -184,12 +184,6 @@ <h1>Welcome to investpy’s documentation!<a class="headerlink" href="#welcome-t
<li class="toctree-l3"><a class="reference internal" href="usage.html#currency-crosses-data-retrieval">Currency Crosses Data Retrieval</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="usage.html#search-data">Search Data</a><ul>
<li class="toctree-l3"><a class="reference internal" href="usage.html#the-user-just-knows-the-isin-code-of-a-stock">The user just knows the ISIN code of a Stock</a></li>
<li class="toctree-l3"><a class="reference internal" href="usage.html#the-user-just-knows-the-symbol-of-an-index">The user just knows the Symbol of an Index</a></li>
<li class="toctree-l3"><a class="reference internal" href="usage.html#the-user-just-knows-a-keyword-contained-in-the-name-of-an-etf">The user just knows a keyword contained in the name of an ETF</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="usage.html#additional-data">Additional Data</a><ul>
<li class="toctree-l3"><a class="reference internal" href="usage.html#stock-company-profile-retrieval">Stock Company Profile Retrieval</a></li>
<li class="toctree-l3"><a class="reference internal" href="usage.html#fund-information-retrieval">Fund Information Retrieval</a></li>
Expand Down Expand Up @@ -233,6 +227,8 @@ <h1>Welcome to investpy’s documentation!<a class="headerlink" href="#welcome-t
<li class="toctree-l2"><a class="reference internal" href="commodities_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.commodities</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="certificates_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.certificates</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="crypto_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.crypto</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="news_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.news</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="technical_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.technical</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="search_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.search</span></code></a></li>
</ul>
</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/_build/html/information.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Additional Information &mdash; investpy 0.9.13 documentation</title>
<title>Additional Information &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/_build/html/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Installation &mdash; investpy 0.9.13 documentation</title>
<title>Installation &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/_build/html/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Introduction &mdash; investpy 0.9.13 documentation</title>
<title>Introduction &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down
6 changes: 4 additions & 2 deletions docs/_build/html/main_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>investpy &mdash; investpy 0.9.13 documentation</title>
<title>investpy &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down Expand Up @@ -103,6 +103,8 @@
<li class="toctree-l2"><a class="reference internal" href="commodities_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.commodities</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="certificates_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.certificates</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="crypto_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.crypto</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="news_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.news</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="technical_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.technical</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="search_api.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">investpy.search</span></code></a></li>
</ul>
</li>
Expand Down
14 changes: 12 additions & 2 deletions docs/_build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Python Module Index &mdash; investpy 0.9.13 documentation</title>
<title>Python Module Index &mdash; investpy 0.9.14 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
0.9.13
0.9.14
</div>


Expand Down Expand Up @@ -214,6 +214,11 @@ <h1>Python Module Index</h1>
<td>&#160;&#160;&#160;
<a href="indices_api.html#module-investpy.indices"><code class="xref">investpy.indices</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
<a href="news_api.html#module-investpy.news"><code class="xref">investpy.news</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
Expand All @@ -224,6 +229,11 @@ <h1>Python Module Index</h1>
<td>&#160;&#160;&#160;
<a href="stocks_api.html#module-investpy.stocks"><code class="xref">investpy.stocks</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
<a href="technical_api.html#module-investpy.technical"><code class="xref">investpy.technical</code></a></td><td>
<em></em></td></tr>
</table>


Expand Down

0 comments on commit 865d530

Please sign in to comment.