Skip to content

Releases: MaxxRK/firstrade-api

v_0038

05 Feb 20:45

Choose a tag to compare

This release includes changes from:

Pr #78
Pr #79
Pr #80

Thanks for contributing!

v_0037

04 Feb 02:14

Choose a tag to compare

Pr #76
Pr #77 in this release thanks for contributing!

Refactored code.

v_0035

03 Feb 16:03

Choose a tag to compare

PR #73
PR #75 added to release

v_0034

13 Oct 11:13
4577a16

Choose a tag to compare

Feature: add get_balance_overview method
Add detail infomation
{'result.total_account_value':, 'result.cash_balance':, 'result.cash_balance_change': , 'result.margin_balance': , 'result.margin_balance_change': , 'result.margin_buying_power':, 'result.long_stock_value':, 'result.long_option_value':, 'result.short_option_value': , 'result.non_margin_buying_power':, 'result.daytrade_buying_power':}

Bugfix: add break statements to improve MFA recipient selection logic.
if input phone number , it will not try use email to get MFA.

v_0033

26 Mar 13:45

Choose a tag to compare

  • Fix Bid Ask Last in Json

v_0032

31 Jan 14:18
ee025c3

Choose a tag to compare

  • Added custom range to get account history request thanks to the PR from lichhuan

Thank!

v_0030

18 Aug 20:50

Choose a tag to compare

firstrade-api 0.0.30

  • API now supports email, phone, pin, and authenticators for mfa.
  • Uses api3x endpoints for a faster and more stable experience across the board.
    • This came with a rewrite all previous features should still work if not please open an issue.

New Features

  • Options (Orders, Quotes, and Greeks).
    • This feature is NOT fully tested. I am not an advanced trader, and I do not trade options often yet. Please use it with caution and input an issue if you encounter any bugs/problems.
  • Cancel orders.
  • Pull older order history.

Enjoy!

v_0021

25 Jul 03:31
c08bf99

Choose a tag to compare

  • Adds order instructions
    • AON, OPG, CLO

v_0020

13 Jul 02:17
2bb2ba9

Choose a tag to compare

  • Fixes order warnings.
  • If there is an order warning the order is resubmitted with the warning marked as "viewed"
  • If there is a warning there will now be a "warning" key in the order_confirmation dictionary.

v_0019

21 Jun 16:20

Choose a tag to compare

  • Fix if quote returns an empty string in bidSize.