Releases: alvarobartt/investpy
Beta Release Fix 0.9.3
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 alist
. - 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.
Beta Release Fix 0.9.2
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
andetfs.csv
, and so on added to the resultingpandas.DataFrame
andjson
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.
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
andetfs.csv
, and so on added to the resultingpandas.DataFrame
andjson
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.
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
andsetup.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.
Beta Release 0.8.9
updated docs & travis ci
Beta Release 0.8.8
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
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
v0.8.6 docstrings finished
Beta Release 0.8.5
minor changes for 0.8.5 release
Beta Update 0.8.4.9
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