Skip to content

Releases: Petersoj/alpaca-java

7.2

19 May 05:10
Compare
Choose a tag to compare
7.2

Release 7.2:

  • Adds latest trade, latest quote, and snapshot(s) endpoints.
  • Adds WebsocketStateListener to manually listen to Websocket state changes (onConnected, onDisconnected, and onError).

7.1.1

27 Apr 20:13
Compare
Choose a tag to compare

Fixes locality and sub-penny currency formatting.

7.1

02 Apr 16:54
Compare
Choose a tag to compare
7.1
  • Adds notional and fractional share methods (if you're using the Paper endpoint, you must reset your account to enable this feature).
  • Fixes getAccountActivities
  • General clean up and bug fixes

7.0

02 Mar 19:59
Compare
Choose a tag to compare
7.0
  • Implemented Market Data v2 API
  • Remove Polygon API completely due to Alpaca no longer supporting it
  • Initial unit tests added (both live and mocked)
  • Bug fixes and code cleanup

6.1

06 Jan 06:54
Compare
Choose a tag to compare
6.1

Use SLF4j and patches a few bugs. See Logger section in README.

6.0.1

21 Nov 23:06
Compare
Choose a tag to compare

Fixes #79

6.0

26 Oct 19:05
Compare
Choose a tag to compare
6.0

Adds the new Alpaca market data API via #71 and includes other bug fixes.

5.4

17 Oct 18:26
Compare
Choose a tag to compare
5.4

Add MD5 checksum verification checks for Maven Central and this repo

5.3

15 Oct 18:50
Compare
Choose a tag to compare
5.3

Fixes #67

5.2

15 Sep 20:09
Compare
Choose a tag to compare
5.2

Bug fixes and Trailing Stop Orders