Releases: tomerten/financejson
Negative percentage fixes
Updates
Sometimes returned values for percentages are negative. The schema only allowed for positive values, this has now been fixed.
Fixing None to 'none'
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
updated json schema enum recommendations to include null
Fix ohlcv
Updates
Dividend and split fixes for ohlcv data.
Dividend and split data
Updates
Extended OHLCV keys to also allow to store dividends and splits.
Fix percentage ranges
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
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
Beta release
Updated some issues with required fields in the JSON schema and adapted unit tests accordingly.
Updated - SQL friendly
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
Updates
Resolved issues with licence link in readme file.