Skip to content

Releases: alvarobartt/investpy

Beta Release Fix 0.9.3

19 Sep 15:32
Compare
Choose a tag to compare

Release Fixes:

  • get_equity_company_profiles() function fixed when retrieving company profiles in spanish
  • equities_as_list() and funds_as_list() 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.

Beta Release Fix 0.9.2

13 Sep 18:05
Compare
Choose a tag to compare

Note that as this is a fix for 0.9.1 release, just the minor issue described in f876698 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.

Beta Release 0.9.1

13 Sep 17:39
Compare
Choose a tag to compare

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.

Beta Release 0.9

10 Sep 09:33
Compare
Choose a tag to compare

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.

Beta Release 0.8.9

03 Sep 11:09
Compare
Choose a tag to compare
updated docs & travis ci

Beta Release 0.8.8

19 Aug 16:59
Compare
Choose a tag to compare
add debug arg & generated docs

- debug argument has been added in order to solve issue #18 using logging interface
- docs generated via windows with make.bat file
- requirements updated and so on requirements.txt modified
- user_agent.py minor fix when file was empty
- code-cov improvement

Beta Release 0.8.7

12 Aug 14:12
Compare
Choose a tag to compare
docs updated & release setup

- both docstrings and rst files updated
- argument rename from *start* and *end* to *from_date* and *to_date*, as described on #16

Beta Release 0.8.6

07 Aug 11:17
Compare
Choose a tag to compare
v0.8.6 docstrings finished

Beta Release 0.8.5

03 Jul 11:01
Compare
Choose a tag to compare
minor changes for 0.8.5 release

Beta Update 0.8.4.9

10 Jun 15:46
Compare
Choose a tag to compare
world etf retrieval done

- tests need to be made in order to test package consistance and efficiency
- ETF tests have been removed due to lack of time of updating them before world etf request
- gists created in order to clarify the new use of investpy when it comes to data retrieval explained in  https://gist.github.com/alvarob96/107afe09f711eee1b5e71cfeca19674d