Robinhood

no description available

git clone https://github.com/Jamonek/Robinhood.git

53959e1Merge pull request #162 from hznut/masterGitHub7 weeks ago
a15afaeSanity check correction for stop_price in submit orderGitHub7 weeks ago
fbebc3cMerge pull request #155 from XinwuC/patch-1GitHub9 weeks ago
992bdebChange relative import to absolute importGitHub3 months ago
d749aa3Merge pull request #151 from vargasa/Issue76FixGitHub4 months ago
a6841bfMerge pull request #149 from anthonykrivonos/masterGitHub4 months ago
ef1b3c9Check that symbol matches before defining InstrumentURLAndres Vargas4 months ago
b88d34cImplemented @aamazie's cancel_order function + updated contributor listanthonykrivonos4 months ago
e2a4666Place order fix, historicals fix, and some more cleanupanthonykrivonos4 months ago
6d0b12dFixes Every OAuth Issue + Major Improvements and Fixesanthonykrivonos4 months ago
681c19bAdd sample circleci configurationJamone Kelly7 months ago
d21b190Merge pull request #118 from mlsmith/patch-2GitHub8 months ago
c86a1b4Bug: Rename rb to rb_clientGitHub8 months ago
c9abcb4Merge pull request #95 from jasonleehodges/issue89/addorderinfoGitHub10 months ago
ce604f6Merge pull request #94 from jasonleehodges/authDecoratorGitHub10 months ago
8307bb5Combined order_history and order_info methodjasonleehodges10 months ago
c4a7f9cmerged with authDecorator branchjasonleehodges10 months ago
4a7cbd2Update: change decorator to accept flexible login methodjasonleehodges10 months ago
9af3200Update order endpoint and add order_info() methodjasonleehodges10 months ago
e06c81cPEP8: removing whitespace from blank linesjasonleehodges10 months ago
e66f046PEP8 style changes / pylint warning fixesjasonleehodges10 months ago
7639544Add support for keyword arguments in decorated functionsjasonleehodges10 months ago
ad22d8aRemove endpoints dict and add login_required decoratorjasonleehodges10 months ago
28e5932Merge pull request #93 from Miserlou/masterGitHub10 months ago
97da646Merge pull request #91 from jasonleehodges/bug/instruments-endpointGitHub10 months ago
5a40838Remove expired functions from READMERich Jones10 months ago
7a7dbdeClean up cancel order commit - add timeouts, format docstring, raise on invalid value, remove conven...Rich Jones10 months ago
552cd10BUG FIX: instruments endpointjasonleehodges10 months ago
0fa0dd6Merge pull request #88 from jasonleehodges/optionsGitHub11 months ago
bd3c43eMerge pull request #84 from jasonleehodges/endpoint-abstractionGitHub11 months ago
429b5b1Add: method descriptionsjasonleehodges11 months ago
8041f73ADD: get options info methodsjasonleehodges11 months ago
c3c9c0bAdd: oauth token conversion endpointjasonleehodges11 months ago
2eaab9dAdd: 3 new enpoints for optionsjasonleehodges11 months ago
7a0bb71Refactor: change all url calls to endpoints modulejasonleehodges11 months ago
ac518c8merge endpoints with optionsjasonleehodges11 months ago
36846d3Merge pull request #87 from gitter-badger/gitter-badgeGitHub11 months ago
9a90baeAdd Gitter badgeThe Gitter Badger11 months ago
095c477CLEANUP: add/improve ternary operators for brevityjasonleehodges11 months ago
ff9bf0bENHANCE: abstracted endpoints to separate module, refactor 2 methodsjasonleehodges11 months ago
3531a5eUPDATE: include all info about the option on the chainjasonleehodges11 months ago
3086f50ADD: options endpoint, oauth2 endpoint, get_options methodjasonleehodges11 months ago
9281a6bremoved invalid semicolonsjasonleehodges11 months ago
43a0738Merge pull request #82 from jasonleehodges/popularityGitHub11 months ago
4f4e174FIX: Safer instrument id lookupjasonleehodges11 months ago
9fe48acUPDATE: use get_url flat wrapper for brevityjasonleehodges11 months ago
463baaeADD: support for multiple tagsjasonleehodges11 months ago
73c9163ADD: Top movers endpoint and methodjasonleehodges11 months ago
a0c1fd3ADD: get_popularity methodjasonleehodges11 months ago
eacdaafMerge pull request #80 from Miserlou/masterGitHub11 months ago
6bd9dadAdd timeout to all requests, per documentation recommendationRich Jones11 months ago
13900e3Update versionGitHub1 year, 1 month ago
bed3104Merge pull request #62 from bdowling/fix_place_order_and_waymoreGitHub1 year, 1 month ago
e9e8faaFix tests for Decimal conversionBrian J. Dowling1 year, 1 month ago
a03e4d0use Decimal() instead of float() also fix place_order bid_price lookupBrian J. Dowling1 year, 1 month ago
8c7b726Merge pull request #69 from msk/fix-versionGitHub1 year, 1 month ago
1616448Fix version number to be consistent with the recent releaseMin Sik Kim1 year, 1 month ago
9f929e2move res.json() to simplify readBrian J. Dowling1 year, 2 months ago
a6526caraiseForStatus renamed to _raise_for_statusBrian J. Dowling1 year, 2 months ago
2870f9aMerge branch 'pep8_insanity' into fix_place_order_and_waymoreBrian J. Dowling1 year, 2 months ago
98b188eSome fixes to get_quotes_fields and other docstringsBrian J. Dowling1 year, 2 months ago
6183298last_updated_at is really just updated_atBrian J. Dowling1 year, 2 months ago
f95d006Fix for pytest_pep8 and a number of fixes to testsBrian J. Dowling1 year, 2 months ago
7aeb985me too!Brian J. Dowling1 year, 2 months ago
06b92a5pep8 all things and added pep8 to testingBrian J. Dowling1 year, 2 months ago
f6edac0Implemented raiseForStatus wrapperBrian J. Dowling1 year, 2 months ago
ddd8a44renamed cancel_orders_all to cancel_all_ordersBrian J. Dowling1 year, 2 months ago
a665ad6Removed dupe call to instrument_url from cancel_orders_allBrian J. Dowling1 year, 2 months ago
2278753instrument_splits handle missing instrumentidBrian J. Dowling1 year, 2 months ago
a0684f1Remove default bid_price in buy/sell wrappersBrian J. Dowling1 year, 2 months ago
fffd306Implement instrument_url to make it easier to pass any representation of an instrumentBrian J. Dowling1 year, 2 months ago
70dd3a8get_quote() and get_quotes() cleanups These should likely remain as separate functions. overloading ...Brian J. Dowling1 year, 2 months ago
fcad2b4Move the transactional Enums into the Robinhood classBrian J. Dowling1 year, 2 months ago
d1afc62Added cancel_order and cancel_orders_all functionsBrian J. Dowling1 year, 2 months ago
da31c89Merge pull request #51 from nickles-lee/fixGetHistoricalDataGitHub1 year, 2 months ago
af4c1feMerge pull request #52 from grantfree035/masterGitHub1 year, 2 months ago
67198a8Merge pull request #54 from cndn/patch-1GitHub1 year, 2 months ago
e6db471Merge pull request #55 from ciresnave/separate_order_typesGitHub1 year, 2 months ago
2629c13Merge pull request #53 from ciresnave/dependencyUpdateGitHub1 year, 2 months ago
3d9b094Wrote replacement order creation system in parallel with existing - place_market_buy_order() creates...Eric Evans1 year, 3 months ago
15c1203Added my name to the CONTRIBUTORSEric Evans1 year, 3 months ago
cfa977dAPI typo in get_historical_quotes()GitHub1 year, 3 months ago
a3d6d87loosened version requirements for dependenciesEric Evans1 year, 3 months ago
12a84b4Add instrument() API to fetch instrument by idGrant Freeman1 year, 3 months ago
7418e56Fix get historical stock dataNick Lee1 year, 3 months ago
06e94c7Merge pull request #49 from dsouzarc/invalid_stock_exceptionGitHub1 year, 4 months ago
4e86f22Fixed to adhere to Sphinx standardsRyan D'souza1 year, 4 months ago
641a30bFixed to adhere to Sphinx standardsRyan D'souza1 year, 4 months ago
2bc8f0cAdded 's comments + recommendationsRyan D'souza1 year, 4 months ago
b35923aAdded custom exception + removed finished TODOsRyan D'souza1 year, 4 months ago
7bcefc9Additional method to return last_updated_at as a datetime objectRyan D'souza1 year, 4 months ago
09b515fAdded invalid ticker symbol ExceptionRyan D'souza1 year, 4 months ago
183b478Uniform + consistent + spacious: documentation, follows most PEP 8 standsRyan D'souza1 year, 4 months ago
79704f3Uniform + consistent + spacious: documentation, follows most PEP 8 standsRyan D'souza1 year, 4 months ago
40fa29aMerge pull request #1 from Jamonek/masterGitHub1 year, 4 months ago
11de820Merge pull request #42 from bdowling/fix_orderGitHub1 year, 6 months ago
3649c80Fixes place_order to send data not paramsBrian J. Dowling1 year, 6 months ago
e333b5aAdded ability to cancel order with order supplied objJosh1 year, 6 months ago
238e261Added test for cancelling an order with an invalid order idJosh1 year, 7 months ago
a929637refactored and added exception raisingJosh1 year, 7 months ago