Releases: westonplatter/fast_arrow
Releases · westonplatter/fast_arrow
0.3.3
Changes include:
- #89 - fix python syntax issue in
setup.py
(thanks @jwschmo!)
Stock - fetch historical data
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
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
Add ability to end pagination early. #59
Clean up and OptionOrder replace functionality
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
Changes include:
- add Iron Condor order generation. See #56
- unroll option traders for more detailed P/L reporting . See #55
MFA & code clean up
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
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