Skip to content

Releases: tomerten/financejson

Negative percentage fixes

23 Jan 13:13

Choose a tag to compare

Updates

Sometimes returned values for percentages are negative. The schema only allowed for positive values, this has now been fixed.

Fixing None to 'none'

22 Jan 13:22

Choose a tag to compare

Update

Yahoo return 'none' as string when recommendation key is missing. This possibility was lacking in the json schema before and has now been added.

v1.0.1-beta.6

22 Jan 13:11

Choose a tag to compare

updated json schema enum recommendations to include null

Fix ohlcv

13 Jan 13:00

Choose a tag to compare

Updates

Dividend and split fixes for ohlcv data.

Dividend and split data

12 Jan 18:34

Choose a tag to compare

Updates

Extended OHLCV keys to also allow to store dividends and splits.

Fix percentage ranges

02 Jan 20:00

Choose a tag to compare

Fixes

The schema had to tight percentage ranges for some of the financial data fields.
Limits are now set to -10000 to + 10000.

Unique index fix in Trends

02 Jan 13:21

Choose a tag to compare

Fixes

The financial data related to trends (index trends, industry trends,...) require a period to date conversion that lead to non-unique indices when saving data to databases using the FinDataBroker package.
These issues should now be fixed.

First beta release

23 Dec 18:17

Choose a tag to compare

Beta release

Updated some issues with required fields in the JSON schema and adapted unit tests accordingly.

Updated - SQL friendly

17 Dec 11:49

Choose a tag to compare

Schema updates

The schema has been updated to include an index_symbol, to facilitate easy saving and loading to/from SQL databases. For the same reason, required fields have been introduced to allow the building of SQL indices for each data field.

Alpha 4 release

17 Dec 21:28

Choose a tag to compare

Alpha 4 release Pre-release
Pre-release

Updates

Resolved issues with licence link in readme file.