Changelog¶
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.8.0 - 27-08-2025¶
Added¶
- Support for realtime bulk quotes
- Support for crypto intraday
- Support for global market status
- Support for symbol search
Changed¶
- Intraday stock time series: added
extended_hours
,month
andadjusted
parameters - Updated build dependencies
- Updated outdated Crypto fields to match API responses
v1.7.0 - 23-01-2024¶
Added¶
- Support for economic indicators
- Modularise library
Deprecated¶
indicator
interface in favour oftechnicalIndicator
for accessing Technical Indicators
v1.6.2 - 29-01-2022¶
Fixed¶
v1.6.1 - 15-11-2021¶
Fixed¶
- JitPack build failure
- BalanceSheet field types
v1.6.0 - 14-11-2021¶
Added¶
- Support for fundamental data
v1.5.0 - 11-01-2021¶
Added¶
- Support for synchronous requests
v1.4.2 - 20-10-2020¶
Fixed¶
v1.4.1 - 25-07-2020¶
Fixed¶
- Array index out of bounds exception caused by empty API response
v1.4.0 - 13-06-2020¶
Added¶
- Support for Sector Performances
v1.3.2 - 21-05-2020¶
Fixed¶
- Maven build issue
v1.3.1 - 21-05-2020¶
Fixed¶
- Multiple async requests for enpoint bug
v1.3.0 - 09-05-2020¶
Added¶
- Support for Quote Endpoint
- Tests for TimeSeries
Changed¶
- RequestHelper to RequestProxy for TimeSeries
Fixed¶
- Time Series IntradayRequest interval bug
v1.2.1 - 07-05-2020¶
Added¶
- Tests for Forex
Changed¶
- RequestHelper to RequestProxy for Forex
Fixed¶
- Forex IntradayRequest interval bug
Removed¶
- Static builder methods
v1.2.0 - 05-05-2020¶
Added¶
- Support for crypto currency Health Index
v1.1.1 - 04-05-2020¶
Added¶
- Bid Rates and Ask Rates for Exchange Rates
Fixed¶
- Exchange Rates response data access
v1.1.0 - 04-05-2020¶
Added¶
- Support for Technical Indicators
v1.0.2 - 24-04-2020¶
Fixed¶
- API url parameter bug
v1.0.1 - 17-04-2020¶
Added¶
- CHANGELOG to keep track of releases
Fixed¶
- Incorrect mapping of time series data
- Getters for Crypto and Forex Units
Changed¶
- Rename crypto subpackages
v1.0.0 - 23-10-2019 (Unreleased)¶
Added¶
- Support for Time Series Data
- Support for Forex Data
- Support for Crypto Currencies
- Support for Exchange Rates
- Tests for Time Series
- README