-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #397 from alvarobartt/dev
Several improvements and bug fixes in `investpy.search_quotes`
- Loading branch information
Showing
28 changed files
with
763 additions
and
905 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sphinx==2.4.4 | ||
sphinx_rtd_theme==0.4.3 | ||
recommonmark==0.6.0 | ||
recommonmark==0.6.0 | ||
furo==2021.4.11b34 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## 📝 Citation | ||
|
||
When citing this repository on your scientific publications please use the following **BibTeX** citation: | ||
|
||
```bibtex | ||
@misc{investpy, | ||
author = {Alvaro Bartolome del Canto}, | ||
title = {investpy - Financial Data Extraction from Investing.com with Python}, | ||
year = {2018-2021}, | ||
publisher = {GitHub}, | ||
journal = {GitHub Repository}, | ||
howpublished = {\url{https://github.com/alvarobartt/investpy}}, | ||
} | ||
``` | ||
|
||
When citing this repository on any other social media, please use the following citation: | ||
|
||
``investpy - Financial Data Extraction from Investing.com with Python developed by Alvaro Bartolome del Canto`` | ||
|
||
You should also mention the source from where the data is retrieved, Investing.com; even though it's already | ||
included in the package short description title. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## 👨💻 Contact Information | ||
|
||
You can contact me at any of my social network profiles: | ||
|
||
- 💼 LinkedIn: https://linkedin.com/in/alvarobartt | ||
- 🐦 Twitter: https://twitter.com/alvarobartt | ||
- 🐙 GitHub: https://github.com/alvarobartt | ||
|
||
Or via email at [email protected], even though this last one is not recommended | ||
as mentioned in the FAQs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Disclaimer | ||
## ⚠️ Disclaimer | ||
|
||
This Python Package has been made for research purposes in order to fit a needs that Investing.com does not cover, | ||
so this package works like an Application Programming Interface (API) of Investing.com developed in an altruistic way. | ||
This Python package has been made for **research purposes** to fit the needs that Investing.com does not cover, | ||
so this package works like an Application Programming Interface (API) of Investing.com developed in an **altruistic way**. | ||
|
||
Conclude that this package is not related in any way with Investing.com or any dependant company, the only requirement | ||
for developing this package was to mention the source where data is retrieved. | ||
Conclude that **investpy is not affiliated in any way to Investing.com or any dependant company**, the only | ||
requirement specified by Investing.com to develop this package was to "mention the source where data is | ||
retrieved from". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# ❓ Discussions (Q&A, AMA) | ||
|
||
GitHub recently released a new feature named __GitHub Discussions__ (still in beta). GitHub Discussions is a | ||
collaborative communication forum for the community around an open source project. | ||
|
||
Check the investpy GitHub Discussions page at [Discussions](https://github.com/alvarobartt/investpy/discussions), | ||
and feel free to ask me (ar any developer) anything, share updates, have open-ended conversations, and follow along | ||
on decisions affecting the community's way of working. | ||
|
||
:pushpin: __Note__. Usually I don't answer emails asking me questions about investpy, as we currently have the | ||
GitHub Discussions tab, and I encourage you to use it. GitHub Discussions is the easiest way to contact me about | ||
investpy, so that I don't answer the same stuff more than once via email, as anyone can see the opened/answered | ||
discussions. | ||
|
||
Also, in this section some Frequent Asked Questions are answered, so please read this section before posting a | ||
question or openning an issue since duplicates will not be solved or will be referenced to this section. Also, | ||
if you think that there are more possible FAQs, consider openning an issue in GitHub so to notify it, since if we | ||
all contribute this section can be clear enough so to ease question answering. | ||
|
||
## Where can I find the reference of a function and its usage? | ||
|
||
Currently the `docs/` are still missing a lot of information, but they can be clear enough so that users can get to know which functions can be used and how. If you feel that any functionallity or feature is not clear enough, please let me know in the issues tab, so that I can explain it properly for newcomers, so that answers are more general and help more users than just the one asking it. Docs can be found at: [Documentation](https://investpy.readthedocs.io/) | ||
|
||
## What do I do if the financial product I am looking for is not indexed in investpy? | ||
|
||
As it is known, investpy gathers and retrieves data from Investing.com which is a website that contains a lot of financial information. Since investpy relies on Investing.com data, some of it may not be available in Investing, which will mean that it will not be available in investpy either. Anyways, it can be an investpy problem while retrieving data, so on, there is a search function (`investpy.search_quotes(text, products, countries, n_results)`) that can be used for searching financial products that are available in Investing.com but they can not be retrieved using investpy main functions. | ||
|
||
## I am having problems while installing the package. | ||
|
||
If you followed the [Installation Guide](https://github.com/alvarobartt/investpy/blob/master/README.md#Installation), you should be able to use investpy without having any problem, anyways, if you are stuck on it, open an issue at investpy issues tab so to let the developers know which is your problem in order to solve it as soon as possible. If you were not able to complete the installation, please check that you are running at least Python 3.6 and that you are installing the latest version available, if you are still having problems, open an issue. | ||
|
||
## How do I contribute to investpy? | ||
|
||
As this is an open-source project it is **open to contributions, bug reports, bug fixes, documentation improvements, | ||
enhancements, and ideas**. There is an open tab of [issues](https://github.com/alvarobartt/investpy/issues) where | ||
anyone can open new issues if needed or navigate through them to solve them or contribute to its solving. | ||
Remember that issues are not threads to describe multiple problems, this does not mean that issues can not | ||
be discussed, but so to keep structured project management, the same issue should not describe different | ||
problems, just the main one and some nested/related errors that may be found. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.