Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Releases: westonplatter/fast_arrow

0.3.3

07 May 03:57
Compare
Choose a tag to compare

Changes include:

  • #89 - fix python syntax issue in setup.py (thanks @jwschmo!)

Stock - fetch historical data

13 Apr 22:05
9fa6bf5
Compare
Choose a tag to compare

Updated how the StockMarketdata class fetches historical data.

New / Updated functions include:

  • StockMarketdata.historical_quote_by_symbol
  • StockMarketdata.historical_quote_by_symbols

Revise Vertical Option Strategy + more

13 Mar 12:07
Compare
Choose a tag to compare

Changes include:

  • Strategy Vertical: updated shift, premium calculation; added metrics
  • Option Order: added get endpoint to fetch single option orders
  • Client: allow Client to error if hit HTTP 400
  • Stock Marketdata: added ability to fetch historical data

Add ability to end pagination early

22 Nov 15:36
Compare
Choose a tag to compare

Add ability to end pagination early. #59

update requests

30 Oct 13:58
Compare
Choose a tag to compare

update requests

30 Oct 13:56
Compare
Choose a tag to compare

Clean up and OptionOrder replace functionality

27 Oct 21:06
Compare
Choose a tag to compare

Release MVP goes to @vsimon for his work on code clean up! Thanks for the hand.

Changes include:

  • code clean up (thanks @vsimon). #57
  • add return value for Client.authenticate(). #58
  • added "projects using fast_arrow" section to README. #60
  • added OptionOrder.replace() method.

Add (beta version) Iron Condor option strategy

07 Oct 16:17
Compare
Choose a tag to compare

Changes include:

  • add Iron Condor order generation. See #56
  • unroll option traders for more detailed P/L reporting . See #55

MFA & code clean up

30 Sep 03:07
Compare
Choose a tag to compare

Thanks to amazing pull requests from @vsimon and @shichao-an, changes include,

  • added ability to login with MFA (see #41)
  • added authentication examples (see #46)
  • cleaned up and renamed examples (see #47)
  • cleaned up a bunch of code errors (see #44)
  • removed an old file (see #45)

Submit option orders and pin SSL certs

14 Sep 06:23
Compare
Choose a tag to compare

Updates include,

  • #30 set account info when logging in
  • #31 changed readme format
  • #34 submit single leg option order
  • #35 pin ssl certs for added security