All notable changes to this project will be documented in this file.
3.4.5 - 2021-10-10
- Added additional fields to basic Split response [#122]
3.4.4 - 2021-05-15
- Updated
SymbolDescription
model with additional fields
3.4.3 - 2021-04-03
- Added Corporate Actions - Advanced Distribution, Bonus, Splits
3.4.2 - 2021-01-08
- Changes to Dividends model to synchronize with recent iCloud changes
3.4.0 - 2021-01-08
- Added
stable
endpoint [#104] @razine-bensari
- Fixed date handling after iCloud update [#106] @JoseMariaBernad
- Multiple changes to Chart, TimeSeries, BalanceSheet, CashFlow, Dividends, Financial, FundOwnership, IncomeStatement, InsiderTransaction, Ownership, ExchangeSymbol, SymbolDescription models to synchronize with recent iCloud changes
- Deprecated
tranCode
in InsiderTransaction as the field was renamed to transactionCode
3.3.4 - 2020-08-27
- Added support to no UTP SSE quotes [#97] @lucasbaizer2
- Added
symbol
to Dividens
3.3.3 - 2020-06-01
- Added
next
to Dividends Range [#94] - Added
figi
andcik
to ref data - Added
fiscalDate
andcurrency
to Balance Sheet - Added
fiscalDate
andcurrency
to Cash Flow - Added
fiscalDate
andcurrency
to Financials - Added
fiscalDate
andcurrency
to Income Statement - Added
currency
to Price Targets - Added
highTime
,highSource
,lowTime
,lowSource
,iexOpen
,iexOpenTime
,iexClose
,iexCloseTime
attributes to Stock Quote
3.3.2 - 2019-12-23
- Fixed Earnings request with Last parameter [#83]
- Fixed issue with different mapping providers [#82]
- Added isDerived field to Currency Rate objects
- Added subattribute and dateField parameters to Time Series
- Added 1 second, 5 second, and 1 minute conflation rates for forex real time streaming
- Added annual earnings and estimates where previously only quarterly was available.
3.3.1 - 2019-11-03
- Time Series endpoint (TimeSeriesRequestBuilder.class)
3.3.0 - 2019-10-26
- Daily Sentiment request builder
- Added week52highDate and week52lowDate to AdvancedStats model
- Replaced CryptoBook and CryptoBookEntry with Book and BookEntry
3.2.8 - 2019-10-12
- Technical Indicator endpoint (TechnicalIndicatorRequestBuilder.class)
- Real-time SSE forex endpoint (CurrencyRatesSseRequestBuilder.class)
- Latest currency rates endpoint (LatestCurrencyRatesRequestBuilder.class)
- Historical currency rates endpoint (HistoricalRatesRequestBuilder.class)
- Currency conversion endpoint (CurrencyConversionRequestBuilder.class)
- Fixed sentiment SSE event model [#68]
- Added primarySicCode field to Company model
- Added tranCode and directIndirect fields to InsiderTransactions
3.2.7 - 2019-10-01
- Crypto Quote SSE endpoint
- Crypto Price endpoint
- Crypto Book endpoint
- Crypto Book SSE endpoint
- Crypto Event SSE endpoint
3.2.6 - 2019-09-08
- Batch endpoint support
- Add circutBreaker and rename field to payAsYouGoEnabled in Metadata model
- Fixed parsing fund-ownership endpoint
- Add peHigh and peLow fields to AdvancedStats model
3.2.5 - 2019-08-22
- Add isUSMarketOpen field to Quote model
- Add address field to Company model
3.2.4 - 2019-07-15
- Fixed SSE Last/DEEP/Quotes response format
3.2.3 - 2019-07-12
- Added Options endpoint support
- Fixed SSE TOPS response format
3.2.2 - 2019-07-09
- Added 'lastTradeTime' field to Quote object
- Added new values to ChartRange
3.2.1 - 2019-07-07
- Support to Status endpoint
- Support to Search Symbol endpoint
3.2.0 - 2019-06-23
- Support to SSE
- Field 'refId' to UsExchange endpoint
- Field 'volume' to OHLC endpoint
- IEX Api endpoints: TOPS firehose from the request
3.1.1 - 2019-06-16
- Support to Pay as you go endpoint
- Support to Message Cutoff endpoint
- IEX Api endpoints: Batch, Chart, Company, KeyStats, Previous Quote, Open-Close, Quote
3.1.0 - 2019-05-30
- Support to U.S. Holidays and Trading Dates endpoint
- Support to Sectors endpoint
- Support to Tags endpoint
- Support to ISIN Mapping endpoint
- Support to Options Symbols endpoint
- Support to Data Points endpoint
- IEX Api endpoints: Collections, Crypto, Delayed Quote, Dividends, Financials, IPO Calendar, Largest Trades, Logo, News, Peers, Price, Relevant, Sector Performance, Splits
3.0.1 - 2019-05-12
- Support to Sentiment endpoint
- Fixed issue with serialization roundtrip [#38]
- Fixed issue with null in account usage endpoint [#44]
3.0.0 - 2019-04-15
- Support to IEXCloud.io
2.3.0 - 2018-11-09
- Crypto endpoint support
- Ipos endpoint support
- Collection endpoint support
- Today earnings endpoint support
- Java SE 10, Java SE 11 support
2.2.5 - 2018-10-20
- Add chart range parameter to Batch request [[#31](#31]
2.2.4 - 2018-09-30
- Add autoreconnect after losing connection to websocket [[#30](#30]
2.2.3 - 2018-09-19
- Add history hold field to IEX Corporate Actions
2.2.2 - 2018-07-04
- Fix issue with Jersey dependency and Spring Boot [#25]
- Updated external dependencies to the newest versions
2.2.1 - 2018-06-25
- Fix HIST request without parameters [#24]
- Removed output from acceptance test due to Travis log limit
2.2.0 - 2018-06-22
- Support for DEEP websocket requests
- Exception handling
- E2E websocket tests
- Fixed toString method in Chart model // Issue#22
2.1.8 - 2018-06-15
- Tags added to Company model
2.1.7 - 2018-06-13
- News image added to the News model
2.1.6 - 2018-05-27
- Stock Batch endpoint
- Stock Market Batch endpoint
- OHLC Market endpoint
- Previous Market endpoint
2.1.5 - 2018-05-24
- Largest Trades endpoint
- Extended change and extended changePercent to the Quote model
2.1.4 - 2018-05-22
- Extended price and extended price time to the Quote model
2.1.3 - 2018-05-02
- Turned off throwing exception on unknown model properties
2.1.2 - 2018-04-30
- Fixed issue with One-day Chart // Issue#19
- Add new fields to Earning model
2.1.1 - 2018-03-13
- Fixed issue with KeyStats // Issue#15
2.1.0 - 2018-03-02
- Request to /stock/time-series endpoint
- Request to /official-price endpoint
- Request to /stock/ohlc endpoint
- Request to /stock/short-interest endpoint
- Request to /stock/threshold-securities endpoint
- Request to /ref-data/daily-list/symbol-directory endpoint
- Request to /ref-data/daily-list/corporate-actions endpoint
- Request to /ref-data/daily-list/dividends endpoint
- Request to /ref-data/daily-list/next-day-ex-date endpoint
- Fixed WebSocket implementation, it is actually working right now
- Reorganized Chart model and requests. Library supports all types of chart requests
- Increased code coverage
2.0.1 - 2017-12-28
- Fields High & Low to Quote object
2.0.0 - 2017-11-25
- Support to Stock API Endpoint
- Support to new Market Data API Endpoints
- Library design, introduced new generic way to create requests.
1.1.0 - 2017-04-21
- Support to RefData/Symbols API Endpoint
1.0.2 - 2017-03-21
- Introduced WebSockets implementation for Market Volume data
- Lots of unit tests
- Refactored WebSocket implementation. Separated objects for different Async Requests.
- Fixed problem with Double values display