Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

orders api can't retrieve all orders #103

Open
wakoong opened this issue Oct 20, 2019 · 1 comment
Open

orders api can't retrieve all orders #103

wakoong opened this issue Oct 20, 2019 · 1 comment

Comments

@wakoong
Copy link

wakoong commented Oct 20, 2019

I am trying to retrieve all my orders but the API can't seem to retrieve data before August 2019. I tried not passing in the optional options hash and passing in the hash with the updated_at key set to '2017-01-01'. In both cases, the API only retrieved orders starting from around 2019-08-04. I would appreciate if someone can look into this issue! Thanks.

var Robinhood = require('robinhood')(credentials, function(){
    Robinhood.orders(options, function(err, response, body){
        if(err){
            console.error(err);
        }else{
            console.log("orders");
            console.log(body);
        }
    })
});
@wakoong wakoong changed the title options api can't retrieve all orders orders api can't retrieve all orders Oct 20, 2019
@aurbano
Copy link
Owner

aurbano commented Mar 25, 2020

This seems like a limitation of their API, has anyone been able to go further than that?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants