Hash | Commit message | Author | Date |
53959e1 | Merge pull request #162 from hznut/master | GitHub | 7 weeks ago |
a15afae | Sanity check correction for stop_price in submit order | GitHub | 7 weeks ago |
fbebc3c | Merge pull request #155 from XinwuC/patch-1 | GitHub | 9 weeks ago |
992bdeb | Change relative import to absolute import | GitHub | 3 months ago |
d749aa3 | Merge pull request #151 from vargasa/Issue76Fix | GitHub | 4 months ago |
a6841bf | Merge pull request #149 from anthonykrivonos/master | GitHub | 4 months ago |
ef1b3c9 | Check that symbol matches before defining InstrumentURL | Andres Vargas | 4 months ago |
b88d34c | Implemented @aamazie's cancel_order function + updated contributor list | anthonykrivonos | 4 months ago |
e2a4666 | Place order fix, historicals fix, and some more cleanup | anthonykrivonos | 4 months ago |
6d0b12d | Fixes Every OAuth Issue + Major Improvements and Fixes | anthonykrivonos | 4 months ago |
681c19b | Add sample circleci configuration | Jamone Kelly | 7 months ago |
d21b190 | Merge pull request #118 from mlsmith/patch-2 | GitHub | 8 months ago |
c86a1b4 | Bug: Rename rb to rb_client | GitHub | 8 months ago |
c9abcb4 | Merge pull request #95 from jasonleehodges/issue89/addorderinfo | GitHub | 10 months ago |
ce604f6 | Merge pull request #94 from jasonleehodges/authDecorator | GitHub | 10 months ago |
8307bb5 | Combined order_history and order_info method | jasonleehodges | 10 months ago |
c4a7f9c | merged with authDecorator branch | jasonleehodges | 10 months ago |
4a7cbd2 | Update: change decorator to accept flexible login method | jasonleehodges | 10 months ago |
9af3200 | Update order endpoint and add order_info() method | jasonleehodges | 10 months ago |
e06c81c | PEP8: removing whitespace from blank lines | jasonleehodges | 10 months ago |
e66f046 | PEP8 style changes / pylint warning fixes | jasonleehodges | 10 months ago |
7639544 | Add support for keyword arguments in decorated functions | jasonleehodges | 10 months ago |
ad22d8a | Remove endpoints dict and add login_required decorator | jasonleehodges | 10 months ago |
28e5932 | Merge pull request #93 from Miserlou/master | GitHub | 10 months ago |
97da646 | Merge pull request #91 from jasonleehodges/bug/instruments-endpoint | GitHub | 10 months ago |
5a40838 | Remove expired functions from README | Rich Jones | 10 months ago |
7a7dbde | Clean up cancel order commit - add timeouts, format docstring, raise on invalid value, remove conven... | Rich Jones | 10 months ago |
552cd10 | BUG FIX: instruments endpoint | jasonleehodges | 10 months ago |
0fa0dd6 | Merge pull request #88 from jasonleehodges/options | GitHub | 11 months ago |
bd3c43e | Merge pull request #84 from jasonleehodges/endpoint-abstraction | GitHub | 11 months ago |
429b5b1 | Add: method descriptions | jasonleehodges | 11 months ago |
8041f73 | ADD: get options info methods | jasonleehodges | 11 months ago |
c3c9c0b | Add: oauth token conversion endpoint | jasonleehodges | 11 months ago |
2eaab9d | Add: 3 new enpoints for options | jasonleehodges | 11 months ago |
7a0bb71 | Refactor: change all url calls to endpoints module | jasonleehodges | 11 months ago |
ac518c8 | merge endpoints with options | jasonleehodges | 11 months ago |
36846d3 | Merge pull request #87 from gitter-badger/gitter-badge | GitHub | 11 months ago |
9a90bae | Add Gitter badge | The Gitter Badger | 11 months ago |
095c477 | CLEANUP: add/improve ternary operators for brevity | jasonleehodges | 11 months ago |
ff9bf0b | ENHANCE: abstracted endpoints to separate module, refactor 2 methods | jasonleehodges | 11 months ago |
3531a5e | UPDATE: include all info about the option on the chain | jasonleehodges | 11 months ago |
3086f50 | ADD: options endpoint, oauth2 endpoint, get_options method | jasonleehodges | 11 months ago |
9281a6b | removed invalid semicolons | jasonleehodges | 11 months ago |
43a0738 | Merge pull request #82 from jasonleehodges/popularity | GitHub | 11 months ago |
4f4e174 | FIX: Safer instrument id lookup | jasonleehodges | 11 months ago |
9fe48ac | UPDATE: use get_url flat wrapper for brevity | jasonleehodges | 11 months ago |
463baae | ADD: support for multiple tags | jasonleehodges | 11 months ago |
73c9163 | ADD: Top movers endpoint and method | jasonleehodges | 11 months ago |
a0c1fd3 | ADD: get_popularity method | jasonleehodges | 11 months ago |
eacdaaf | Merge pull request #80 from Miserlou/master | GitHub | 11 months ago |
6bd9dad | Add timeout to all requests, per documentation recommendation | Rich Jones | 11 months ago |
13900e3 | Update version | GitHub | 1 year, 1 month ago |
bed3104 | Merge pull request #62 from bdowling/fix_place_order_and_waymore | GitHub | 1 year, 1 month ago |
e9e8faa | Fix tests for Decimal conversion | Brian J. Dowling | 1 year, 1 month ago |
a03e4d0 | use Decimal() instead of float() also fix place_order bid_price lookup | Brian J. Dowling | 1 year, 1 month ago |
8c7b726 | Merge pull request #69 from msk/fix-version | GitHub | 1 year, 1 month ago |
1616448 | Fix version number to be consistent with the recent release | Min Sik Kim | 1 year, 1 month ago |
9f929e2 | move res.json() to simplify read | Brian J. Dowling | 1 year, 2 months ago |
a6526ca | raiseForStatus renamed to _raise_for_status | Brian J. Dowling | 1 year, 2 months ago |
2870f9a | Merge branch 'pep8_insanity' into fix_place_order_and_waymore | Brian J. Dowling | 1 year, 2 months ago |
98b188e | Some fixes to get_quotes_fields and other docstrings | Brian J. Dowling | 1 year, 2 months ago |
6183298 | last_updated_at is really just updated_at | Brian J. Dowling | 1 year, 2 months ago |
f95d006 | Fix for pytest_pep8 and a number of fixes to tests | Brian J. Dowling | 1 year, 2 months ago |
7aeb985 | me too! | Brian J. Dowling | 1 year, 2 months ago |
06b92a5 | pep8 all things and added pep8 to testing | Brian J. Dowling | 1 year, 2 months ago |
f6edac0 | Implemented raiseForStatus wrapper | Brian J. Dowling | 1 year, 2 months ago |
ddd8a44 | renamed cancel_orders_all to cancel_all_orders | Brian J. Dowling | 1 year, 2 months ago |
a665ad6 | Removed dupe call to instrument_url from cancel_orders_all | Brian J. Dowling | 1 year, 2 months ago |
2278753 | instrument_splits handle missing instrumentid | Brian J. Dowling | 1 year, 2 months ago |
a0684f1 | Remove default bid_price in buy/sell wrappers | Brian J. Dowling | 1 year, 2 months ago |
fffd306 | Implement instrument_url to make it easier to pass any representation of an instrument | Brian J. Dowling | 1 year, 2 months ago |
70dd3a8 | get_quote() and get_quotes() cleanups These should likely remain as separate functions. overloading ... | Brian J. Dowling | 1 year, 2 months ago |
fcad2b4 | Move the transactional Enums into the Robinhood class | Brian J. Dowling | 1 year, 2 months ago |
d1afc62 | Added cancel_order and cancel_orders_all functions | Brian J. Dowling | 1 year, 2 months ago |
da31c89 | Merge pull request #51 from nickles-lee/fixGetHistoricalData | GitHub | 1 year, 2 months ago |
af4c1fe | Merge pull request #52 from grantfree035/master | GitHub | 1 year, 2 months ago |
67198a8 | Merge pull request #54 from cndn/patch-1 | GitHub | 1 year, 2 months ago |
e6db471 | Merge pull request #55 from ciresnave/separate_order_types | GitHub | 1 year, 2 months ago |
2629c13 | Merge pull request #53 from ciresnave/dependencyUpdate | GitHub | 1 year, 2 months ago |
3d9b094 | Wrote replacement order creation system in parallel with existing - place_market_buy_order() creates... | Eric Evans | 1 year, 3 months ago |
15c1203 | Added my name to the CONTRIBUTORS | Eric Evans | 1 year, 3 months ago |
cfa977d | API typo in get_historical_quotes() | GitHub | 1 year, 3 months ago |
a3d6d87 | loosened version requirements for dependencies | Eric Evans | 1 year, 3 months ago |
12a84b4 | Add instrument() API to fetch instrument by id | Grant Freeman | 1 year, 3 months ago |
7418e56 | Fix get historical stock data | Nick Lee | 1 year, 3 months ago |
06e94c7 | Merge pull request #49 from dsouzarc/invalid_stock_exception | GitHub | 1 year, 4 months ago |
4e86f22 | Fixed to adhere to Sphinx standards | Ryan D'souza | 1 year, 4 months ago |
641a30b | Fixed to adhere to Sphinx standards | Ryan D'souza | 1 year, 4 months ago |
2bc8f0c | Added 's comments + recommendations | Ryan D'souza | 1 year, 4 months ago |
b35923a | Added custom exception + removed finished TODOs | Ryan D'souza | 1 year, 4 months ago |
7bcefc9 | Additional method to return last_updated_at as a datetime object | Ryan D'souza | 1 year, 4 months ago |
09b515f | Added invalid ticker symbol Exception | Ryan D'souza | 1 year, 4 months ago |
183b478 | Uniform + consistent + spacious: documentation, follows most PEP 8 stands | Ryan D'souza | 1 year, 4 months ago |
79704f3 | Uniform + consistent + spacious: documentation, follows most PEP 8 stands | Ryan D'souza | 1 year, 4 months ago |
40fa29a | Merge pull request #1 from Jamonek/master | GitHub | 1 year, 4 months ago |
11de820 | Merge pull request #42 from bdowling/fix_order | GitHub | 1 year, 6 months ago |
3649c80 | Fixes place_order to send data not params | Brian J. Dowling | 1 year, 6 months ago |
e333b5a | Added ability to cancel order with order supplied obj | Josh | 1 year, 6 months ago |
238e261 | Added test for cancelling an order with an invalid order id | Josh | 1 year, 7 months ago |
a929637 | refactored and added exception raising | Josh | 1 year, 7 months ago |