Skip to content

Releases: JerBouma/FinanceDatabase

FinanceDatabase 0.1.7

07 Feb 21:09

Choose a tag to compare

Improved the search function to allow more flexibility. You are now able to search in any key of the dictionary by changing the parameter 'search'. Also, by default the query is not case sensitive. Thus both STOXX and stoxx would yield the same result. The variable 'case_sensitive' can be set to True to change this.

FinanceDatabase 0.1.6

05 Feb 11:44

Choose a tag to compare

Fixed an issue where if you only add 'equities' to show_options, it wouldn't work. Now it gives you countries, industries and sectors in separate dictionaries.

FinanceDatabase 0.1.5

05 Feb 11:27

Choose a tag to compare

Make equities_selection an optional parameter in show_options.

FinanceDatabase 0.1.4

05 Feb 10:36

Choose a tag to compare

First release of the package, prior versions had some minor bugs in them.