Recent Releases of investpy

investpy - Stable Release - v1.0.8

✨ Features

  • Update documentation in "Read the Docs" as now we're using Furo template for sphinx.
  • Remove Python 3.6 support for upcoming releases.
  • Clean the project from unused files or files that have been directly removed.
  • Configure pre-commit with black/isort/flake8 so as to respect the Python coding standards.

🐛 Fixes

  • Fix documentation as not installing the latest investpy version, so the developer documentation was not available https://github.com/alvarobartt/investpy/issues/400.
  • Upgrade numpy dependency version to fix unit tests https://github.com/alvarobartt/investpy/issues/432.
  • Fix CI triggers as previously not working.
  • Fix bug on investpy.get_cryptos_overview https://github.com/alvarobartt/investpy/pull/455.
  • Fix bug on both investpy.get_index_information, and investpy.get_commodity_information https://github.com/alvarobartt/investpy/pull/454.
  • Fix investpy code formatting https://github.com/alvarobartt/investpy/pull/464.

📌 Notes

You can install the latest version as it follows:

pip install investpy==1.0.8

Or just upgrade the one that you already have:

pip install investpy --upgrade

📖 Contact Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an open-source project.

Contact me via email, via LinkedIn, via Twitter or via GitHub.

- Python
Published by alvarobartt over 4 years ago

investpy - Stable Release - v1.0.7

This release mainly solves some investpy.search_quotes bugs and also adds more functionality to the data that can be retrieved from the resulting investpy.SearchObj class instances while calling the function. Thanks a lot to all the people that reported this issues! :fire:

:bug: Bug Fixes

  • Some of the investpy static files were not being properly read, as the pd.read_csv function interprets the value 'NA' as the np.nan value, so that it gets automatically substituted. What in this case was a problem since there's a Canadian stock with symbol 'NA' so the pandas function was parsing it as a NaN which was making the Canadian static files useless as that information could not be accessed, as described in https://github.com/alvarobartt/investpy/issues/346.
  • investpy.SearchObj.retrieve_information class method has been fixed, since Investing.com has updated the HTML format just for the stocks/equities, and the generic scraping method that we developed in that function was no longer working. So on, that method has been updated so as to retrieve it assuming the latest HTML format for stocks/equities, while assuming the old format for all the other ones https://github.com/alvarobartt/investpy/issues/395, with the detail that whenever Investing.com applies the new HTML format to all the other financial products the transition will be automatic, since both approaches are being checked before retrieving the information.
  • Raised the same error (IndexError) whenever the data was not available due to an Investing.com error, not related at all with the parsing method, but with the availability of that data in the website (https://github.com/alvarobartt/investpy/issues/212).
  • The results provided by investpy.search_quotes are now consistent, since previously as the n_results parameter was added, it was making the function return a single element not just every time the parameter value was set to 1, which was the intention of that parameter, but also when there was just one search result even if the user specified a greater value or even None (retrieve all). So on, this was causing an inconsistency in the returned type as the n_results=1 restriction was being applied even when the parameter was not set to 1, as reported in https://github.com/alvarobartt/investpy/issues/339.
  • Some other minor fixes!

:balloon: New Features

  • investpy.SearchObj implements a new method to retrieve the technical indicators data from Investing.com for all the financial products, as long as that information is available, just using the method .retrieve_technical_indicators() of each investpy.SearchObj class instance, as requested in #374, #391, and #392.
  • You can also retrieve the default currency of each financial product via the investpy.SearchObj class method .retrieve_currency(), as this feature has been requested a lot lately as it's really important to get to know the currency in which the financial product's data is provided in, as requested in #172, #181, #381, and #390.
  • Since the Investing.com HTML has been updated (currently just for the stocks/equities but we think that this update will come sooner or later for all the other financial products available) we've included some conditions so as to use one data retrieval method or another depending on the HTML version lets say. So on, currently all the information provided by investpy.SearchObj class methods is aligned with the naming and format of the stocks'/equities' HTML, which means that we tried to align everything.
  • Now the .retrieve_recent_data() and .retrieve_historical_data() class methods of investpy.SearchObj have been updated so as to include the Change Percentage (%) value which is now provided by Investing.com, as spotted while going through https://github.com/alvarobartt/investpy/issues/375.
  • The pytest tests for the CI have also been updated since some functions were not being properly tested and some others were not even tested. This new tests, along with the addition of Windows-OS as the new testing OS alognside Linux (#380), is making the tests more consistent and reliable.
  • Finally, the documentation has been also updated, as now it's using the Furo theme rather than the ReadTheDocs theme that it was using before, since I think Furo's theme is way cleaner and that, combined with the updated docs and explanations, will make the documentation much more readable and easy to go through.

:pushpin: Notes

You can install the new version as it follows:

pip install investpy==1.0.7

Or just update the one you already have:

pip install investpy --upgrade

:open_book: Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an open-source project.

Contact me via email, via LinkedIn, via Twitter or via GitHub.

- Python
Published by alvarobartt almost 5 years ago

investpy - Bug Fix Release - v1.0.6

Bug Fixes

This has been a quick bug-fix release as the investpy.search_quotes() function was overwriting the result when calling either retrieve_recent_data or retrieve_historical_data over the SearchObj result. So on, the data could be retrieved but not accessed, but this release already solves that so that the function is working as expected again! :fire:

You can install the new-fixed (hotfix) version as it follows:

bash pip install investpy==1.0.6

Sorry for the inconvenience, everyone go thank @danilogalisteu as he spotted and solved this issue with investpy.search_quotes! 👍🏻

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an open-source project.

Contact me via email, via LinkedIn, via Twitter or via GitHub.

- Python
Published by alvarobartt about 5 years ago

investpy - Bug Fix Release - v1.0.5

Bug Fixes

This has been a quick bug-fix release as all the investpy functionalities that send requests to Investing.com were not working due to an issue in Investing.com as they updated the accepted headers in the requests so that all the requests were failing. Thank you to everyone involved!

You can install the new-fixed version as it follows:

bash pip install investpy==1.0.5

Sorry for the inconvenience, seems that Investing.com is applying a lot of changes and under maintenance... Everyone thank both @danilogalisteu and @nhlsm for their awesome support! 👍🏻

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an open-source project.

Contact me via email, via LinkedIn, via Twitter or via GitHub.

- Python
Published by alvarobartt about 5 years ago

investpy - Bug Fix Release - v1.0.4

Bug Fixes

  • Removed useless print statement in investpy.search_quotes(), as it was a debug message while developing the new unreleased feature investpy.search_events().
  • Now the dicts are updated using key access instead of .update() functions, as those take more computation time to update the dict's value for a certain key.
  • investpy.search_quotes() returns a single value when n_results=1, instead of a list with one single value in it. So that now, we can just:

python import investpy search_result = investpy.search_quotes(text='apple`, n_results=1) instead of: python import investpy search_results = investpy.search_quotes(text='apple`, n_results=1) search_result = search_results[0] * The function investpy.get_stock_information() has been fixed so as to support the latest Investing.com changes in the HTML which were resulting in an error while trying to be parsed with the previous function. This was solved by @alexis :muscle: * The static file cryptos.csv has been updated in order to support the latest cryptocurrencies indexed on Investing.com. * A bug while trying to retrieve information from financial products with special characters has been solved, so that now all the investpy static information is fully accessible. * Sometimes when retrieving the data from a cryptocurrency, you could run into an error while parsing the volume, which has been also fixed. Thanks to @adximize :clap: * The README.md has been refactored including emojis and some readability improvements. * Some other minor issues or improvements have also been fixed.

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an open-source project.

Contact me via email, via LinkedIn, via Twitter or via GitHub.

- Python
Published by alvarobartt about 5 years ago

investpy - Bug Fix Release - v1.0.3

Bug Fixes

  • TODO

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an open-source project.

Contact me via email, via LinkedIn, via Twitter or via GitHub.

- Python
Published by alvarobartt over 5 years ago

investpy - Bug Fix Release - v1.0.2

Bug Fixes

  • Merged @imad3v PR #237 to fix data retrieval errors when retrieving date windows higher than 19 years on both pandas.DataFrame and JSON formats.
  • Now interval values can be lowercase as the inputs are properly handled and less restrictive.
  • Fixed date conversion #282 from UTC to GMT so as to avoid issues when retrieving data being in different countries (this issue mainly happens from the USA).
  • The function investpy.economic_calendar() retrieves all the events from all the dates in the date range as previously it was cropping the data as reported in #186
  • Travis CI build has been removed, and just the GitHub Actions have been kept!
  • Also the docs have been updated as the API information was missing due to an error on the docs/index.rst reference #238
  • And some other minor fixes...

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an open-source project.

Contact me via email, via LinkedIn, via Twitter or via GitHub.

- Python
Published by alvarobartt over 5 years ago

investpy - Bug Fix Release - v1.0.1

Bug Fixes

  • Included missing 1min interval to all the investpy.technical functions as suggested in #277
  • Included Python 3.9 support and removed Python 3.5 support!
  • Fixed error on investpy.get_stocks_overview() when turnover value is Billion #251
  • Fixed error while parsing float values as int values #205
  • And some other minor fixes...

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn, via Twitter or via GitHub.

- Python
Published by alvarobartt over 5 years ago

investpy - Stable Release - v1.0

Release Features:

  • investpy.search_quotes() now retrieves all the available results and not just the top 1000 ones as before, since filters may lead to not found data since it may not be contained in the first 1000 entries, but on the upcoming ones.
  • Removed all useless files and included, if applicable, as static Python dictionaries in utils.constant.py so as to avoid loading unnecessary files over and over.
  • Some URLs were still throwing errors when requests were sent from different regions, which now has been fixed since all the URLs have been moved to .com, as some of them were just applicable for Spain (.es).
  • Now you can retrieve the information from any financial product from the resulting SearchObj of the investpy.search_quotes() function.
  • Fixed Windows installation and included Python3.8 support!
  • All username details moved from @/alvarob96 to @alvarobartt.
  • Since this is a new complete version, README structure and content has been updated so as to "give it a fresh look".
  • Also some bugs have been fixed as reported in the issues!

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt almost 6 years ago

investpy - Beta Release - v0.9.14

Release Features:

  • Duplicate dates on historical data fixed since when retrieving historical data from any financial product with an interval higher than 19 years interval dates were being overlapped.
  • Included economic calendar which displays the calendar of all the economic and non-economic events that may have any impact on economy as presented by Investing.com. This feature can be used as: investpy.get_calendar().
  • Currently stock_exchange parameter can be specified while retrieving both recent and historical data from ETFs.
  • Technical Indicators (such as moving averages, technical indicators or pivot points) have been included, so that the technical calculations made by Investing.com for every financial product can be easily retrieved using: investpy.moving_averages(), investpy.technical_indicators() and investpy.pivot_points().
  • Also some bugs have been fixed as reported in the issues!

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release - v0.9.13

Release Features:

  • Certificates data has been included so that the following functions can now be used through investpy:
    • investpy.get_certificates()
    • investpy.get_certificates_list()
    • investpy.get_certificates_dict()
    • investpy.get_certificate_countries()
    • investpy.get_certificate_recent_data()
    • investpy.get_certificate_historical_data()
    • investpy.get_certificate_information()
    • investpy.get_certificates_overview()
    • investpy.search_certificates()
  • When retrieving historical data from any financial products of a time range higher than 20 years some data was missing. It has been fixed by splitting the from_date and to_date in time windows of 19 years instead. Currently there is no missing data when retrieving data from wide time windows.
  • investpy.get_available_currencies() function has been re-designed since now the identification of groups of currency crosses is not based on continents as before, but based on single currencies.
  • Specific financial products search functions (such as `investpy.searchstocks()_) **have been fixed** since theby` parameter values were defined static so it was not scalable as investpy's static files could change.
  • fxfutures data retrieval available while searching financial products using investpy.search() which is based on Investing.com search engine.
  • Some filters have been included in investpy.search() function so to filter out the retrieved results.
  • Frequent Asked Questions (FAQs) section has been included in both the README.md and in the docs.
  • Gitter chat has been included in the README.md so to ease developer-user communication.
  • Also some bugs have been fixed as reported in the issues!

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release - v0.9.12

Release Features:

  • investpy.search_text(text, count) function has been re-factored so that now it is just investpy.search(text, n_results, filters). This function has also been fixed since it was throwing some unhandled errors.
  • Filters can now be applied when searching data via Investing.com search engine with the function investpy.search().
  • Code coverage has been improved since a lot of functions were not being tested which now have been fixed since some bugs or errors have been spotted while improving the code coverage.
  • Missing get_xxx_overview() and get_xxx_information() functions have been included, where xxx stands for the name of each financial product in plural and singular, respectively. For example, get_indices_overview() and get_index_information().
  • A FAQs section has been included in the README.md so to ease investpy usage and common doubts.
  • Also some bugs have been fixed as reported in the issues!

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release - v0.9.11

Release Features:

  • Crypto currencies data is now available for retrieval!
  • A simple guide on how to retrieve data from different crypto currencies has been included in the README.md file.
  • Volume was not being properly formatted so the volume values were always zero, now it has been properly formatted. Note that volume is available when retrieving recent or historical data from: stocks, indices and commodities (last one has been included in this release).
  • Now search results can be limited since count parameter has been included in investpy.search_text() function.
  • country parameter when retrieving recent and historical data from a bond has been removed since it is not needed, and has been included when retrieving data from commodities. Note that country parameter is not mandatory in commodities data retrieval functions since just some commodities have common names in different countries, so a warning will be displayed so to let the user know that in some commodities country parameter can be specified.
  • investpy.funds_overview() and investpy.get_stocks_overview() functions have been created and so on, these functions will also be created in future releases for all the available financial products. Also a n_results parameter has been included since retrieving the overview from all the funds or stocks from a country can take too long (also included in investpy.get_etfs_overview()).
  • investpy.get_stock_information() function has been created as requested so to retrieve information from the stock besides the recent and historical data.
  • funds.csv file has been updated so to include if a fund is underlying any index, in order to let the user identify if a fund is an indexed fund or not.
  • When retrieving either recent or historical data from any financial product, the index was a datetime.date value which has been formatted so to be a 'DatetimeIndex`.
  • Also some bugs have been fixed as reported in the issues!

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release - v0.9.10

Release Features:

  • Now a search function has been integrated with investpy so to use the inner Investing.com search engine for quotes retrieval.
  • Commodities data is now available for retrieval.
  • As some stocks were missing, stocks data has been updated.
  • An additional parameter has been included when it comes to both recent and historical data retrieval from any of the products available for retrieval from investpy, so to define the interval of the data to be retrieved. interval parameter now lets the user specify the data interval which can be daily, weekly and monthly.
  • Also note that some bugs and errors have been fixed!

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release - v0.9.9

Release Features:

  • Now bonds retrieval is fixed for bonds from countries with an space in their name, which was previously throwing errors.
  • An additional field has been added to ETFs, the stock exchange from where the recent/historical data is retrieved since there were some duplicated ETFs except from the Investing tag.
  • Some files have been renamed so to fit PEP 8 Python naming standard.
  • Resource directories are no longer duplicated since an error in the setup.py file was creating duplicated files.
  • Minor bugs have also been fixed!

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release - v0.9.8

Release Features:

  • Bonds are available for retrieval! As requested by an investpy user, bonds information and retrieval from Investing.com has been included.
  • An error related to standarized country names has been fixed, since the tag did not match the country name which lead to ConnectionErrors and RuntimeExceptions.
  • Now get_etfs_overview() just returns an overview of the main ETFs from every country, since the previous method was not accurate enough and it was taking too much time.
  • Minor errors have been spotted and fixed!

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release - v0.9.7

Release Features:

  • Missing information generated since there are some indexing errors in Investing.com. So on, currently up to 29.628 stocks, 81.024 funds, 11.366 etfs, 1.889 currency crosses and 7.797 indices from all over the world.
  • Note that in this release equity retrieval function names have been renamed, since now equities are named stocks since it is clearer. python investpy.get_equities() => investpy.get_stocks() investpy.get_equities_list() => investpy.get_stocks_list() investpy.get_equities_dict() => investpy.get_stocks_dict() investpy.get_equity_countries() => investpy.get_stock_countries() investpy.get_recent_data() => investpy.get_stock_recent_data() investpy.get_historical_data() => investpy.get_stock_historical_data() investpy.get_equity_company_profile() => investpy.get_stock_company_profile() investpy.search_equities() => investpy.search_stocks()
  • Stock dividends information is now available for retrieval in order to allow users to create their own custom portfolios, as investpy_portfolio Python package does.
  • Now stocks retrieval functions take the stock symbol as input parameter instead of the name since there were duplicated stock names in the same country.
  • Minor fixes have been made in order to improve investpy.
  • docs/ and tests/ have been updated.

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release - 0.9.6

Release Fixes:

  • Currency crosses added to investpy functionality so to retrieve currency crosses from currencies all over the world.
  • Now the symbol of every index has been included in indices information.
  • Indices include both world and global indices as indexed in Investing.com.
  • Resources of equities, funds, etfs, indices and currency crosses has been generated again in order to get it up-to-date.
  • Some errors have been fixed such as the need of a standard naming of the indexed countries, country_code field removed from etfs, fixed regular expressions that led to wrong data, exception handling for etfs information, etc.
  • docs/ and tests/ updated.

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release Fix - 0.9.5

Release Fixes:

  • As described in #40, there was an error concerning to the package setup.py file since the indices files were not properly uploaded. This was a really important issue since as the files were not found, the indices functions were not working. Now indices files have been properly uploaded to investpy.
  • docs/ updated to fit new release version.

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release - 0.9.4

Release Features:

  • Fixed problem when retrieving historical data from equities since name check was not properly done as the conversion to lower case was missing
  • Added functions to search data among equities, funds, etfs and indices in order to help the user by providing all the params needed for the data retrieval functions (equity/fund/etf/index and country)
  • Funds documentation in now available: https://investpy.readthedocs.io/funds.html
  • Now indices data retrieval functions are available in order to improve package and since it was the most requested functionallity. Simple usage samples can be found: https://github.com/alvarob96/investpy#index-data-retrieval

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release Fix 0.9.3

Release Fixes:

  • getequitycompanyprofiles()_ function fixed when retrieving company profiles in spanish
  • equitiesaslist() and fundsaslist() functions fixed since they were both returning a pandas.DataFrame instead of a list.
  • Documentation and README.md updated
  • investpy logo has been created and uploaded

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release Fix 0.9.2

Note that as this is a fix for 0.9.1 release, just the minor issue described in f87669818bd002b8e7ccb7cee957d63a102b6a9b has been updated.

Release Features:

  • Historical data retrieval functions fixed since wrong results were shown when the introduced financial product did not match case.
  • Fund information is now properly formatted since there were minor formatting errors that led to exception raise.
  • Now elapsed time when retrieving historical data has decreased, as a result, package performance has been improved.
  • World funds support has been added to fund retrieval functions, since just the spanish ones were available in previous release.
  • Currency value has been retrieved and included on equities.csv, funds.csv and etfs.csv, and so on added to the resulting pandas.DataFrame and json when retrieving historical data.
  • Minor errors have been fixed.
  • Documentation and README.md has been updated.

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release 0.9.1

Release Features:

  • Historical data retrieval functions fixed since wrong results were shown when the introduced financial product did not match case.
  • Fund information is now properly formatted since there were minor formatting errors that led to exception raise.
  • Now elapsed time when retrieving historical data has decreased, as a result, package performance has been improved.
  • World funds support has been added to fund retrieval functions, since just the spanish ones were available in previous release.
  • Currency value has been retrieved and included on equities.csv, funds.csv and etfs.csv, and so on added to the resulting pandas.DataFrame and json when retrieving historical data.
  • Minor errors have been fixed.
  • Documentation and README.md has been updated.

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release 0.9

Release Features:

  • World equity coverage, since on the previous release just the spanish ones were available for retrieval.
  • country parameter has been added in order to filter equities and etfs by country, since duplicated names or symbols can happen on different countries, so the country param will be needed in order to retrieve the desired data instead of the first result found.
  • Now the stored/indexed equities can be retrieved as a dictionary.
  • Fixed formatting error on volume in equities data and error on fund information data.
  • Company profiles retrieved from Bolsa de Madrid are now properly cleaned since they had some formatting errors.
  • Currency information from an equity is now retrieved, since every equity has its own display currency in Investing.com.
  • Fixed requirements.txt and setup.py since the package was not installing dependecies properly due to a formatting error.
  • Elapsed time on retrieval functions has now improved a lot since FOR loops usage has been removed and now pandas.DataFrame selectors are used.

Information

Anyways, feel free to open as many issues as you think the package needs in order to improve investpy! Any kind of help is appreciated since this is an Open Source project.

Contact me via email, via LinkedIn or via GitHub.

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release 0.8.9

- Python
Published by alvarobartt over 6 years ago

investpy - Beta Release 0.8.8

- Python
Published by alvarobartt almost 7 years ago

investpy - Beta Release 0.8.7

- Python
Published by alvarobartt almost 7 years ago

investpy - Beta Release 0.8.6

- Python
Published by alvarobartt almost 7 years ago

investpy - Beta Release 0.8.5

- Python
Published by alvarobartt almost 7 years ago

investpy - Beta Update 0.8.4.9

- Python
Published by alvarobartt almost 7 years ago

investpy - Beta Update 0.8.4.8

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Fix 0.8.4.7

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Update 0.8.4.6

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Fix 0.8.4.5

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Update 0.8.4.4

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Fix 0.8.4.3

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Fix 0.8.4.2

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Fix 0.8.4.1

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Update 0.8.4

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Update 0.8.3

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Update 0.8.2

OHLC format & minor changes

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Update 0.8.1

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Update 0.8

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Datetime Fix 0.7.6

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Updates 0.7.5

- Python
Published by alvarobartt about 7 years ago

investpy - Fix Beta Errors 0.7

- Python
Published by alvarobartt about 7 years ago

investpy - Beta Release 0.6

- Python
Published by alvarobartt about 7 years ago

investpy - investpy beta 0.5

- Python
Published by alvarobartt about 7 years ago

investpy - investpy alpha

- Python
Published by alvarobartt over 7 years ago

investpy - Investpy Pre-Alpha

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.3.6

🔧 Fixed Fund historical data error when retrieving

🔜 Add Fund information working in the Alpha release in February!

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.3.5

🔨 Fixed id problem when retrieving different historical data from Equities & Funds, and setting up the Alpha version.

🔜 Alpha Release comming February!

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.3.4.1

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.3.4

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.3.3

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.3.2

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.3.1

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.3

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.2.9

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.2.6

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.2.5

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.2.4

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.2.3

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.2.2

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.2.1

- Python
Published by alvarobartt over 7 years ago

investpy - Investing Scrapper 0.2

- Python
Published by alvarobartt over 7 years ago