Skip to content

Releases: WojciechZankowski/iextrading4j

IEXTrading4j v3.1.0

01 Jun 22:22
831a5dd

Choose a tag to compare

[3.1.0] - 2019-05-30

Added

  • 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

Deleted

  • IEX Api endpoints: Collections, Crypto, Delayed Quote, Dividends, Financials, IPO Calendar, Largest Trades, Logo, News, Peers, Price, Relevant, Sector Performance, Splits

IEXTrading4j v3.0.1

12 May 15:20
6a82d92

Choose a tag to compare

[3.0.1] - 2019-05-12

Added

  • Support to Sentiment endpoint

Changed

  • Fixed issue with serialization roundtrip [#38]
  • Fixed issue with null in account usage endpoint [#44]

IEXTrading4j v3.0.0

16 Apr 06:33
e2f89b8

Choose a tag to compare

[3.0.0] - 2019-04-15

Added

  • Support to IEXCloud.io

IEXTrading4j v2.3.0

09 Nov 00:13

Choose a tag to compare

[2.3.0] - 2018-11-09

Added

  • Crypto endpoint support
  • Ipos endpoint support
  • Collection endpoint support
  • Today earnings endpoint support
  • Java SE 10, Java SE 11 support

IEXTrading4j v2.2.5

20 Oct 13:48

Choose a tag to compare

[2.2.5] - 2018-10-20

Changed

  • Add chart range parameter to Batch request #31

IEXTrading4j v2.2.4

30 Sep 21:33

Choose a tag to compare

[2.2.4] - 2018-09-30

Changed

  • Add autoreconnect after losing connection to websocket #30

IEXTrading4j v2.2.3

26 Sep 12:43
d3ee2ed

Choose a tag to compare

[2.2.3] - 2018-09-19

Changed

  • Add history hold field to IEX Corporate Actions

IEXTrading4j v2.2.2

04 Jul 18:45

Choose a tag to compare

[2.2.2] - 2018-07-04

Changed

  • Fix issue with Jersey dependency and Spring Boot [#25]
  • Updated external dependencies to the newest versions

IEXTrading4j v2.2.1

25 Jun 22:00

Choose a tag to compare

[2.2.1] - 2018-06-25

Changed

  • Fix HIST request without parameters [#24]
  • Removed output from acceptance test due to Travis log limit

IEXTrading4j v2.2.0

22 Jun 21:38

Choose a tag to compare

[2.2.0] - 2018-06-22

Added

  • Support for DEEP websocket requests
  • Exception handling
  • E2E websocket tests

Changed

  • Fixed toString method in Chart model // Issue#22