Giter Club home page Giter Club logo

Comments (9)

anthonyk1225 avatar anthonyk1225 commented on June 8, 2024

Ah, yes. I changed up some stuff especially the ui for pulling your history and generating the xlsx files.

After you select either json or xlsx it will bring up a list of which ones you would like to generate. Now instead of having to pick one by one, you can press the space bar and pick all of the entities that you would like to generate! When you're done selecting your options, press enter.

As for the 2FA code, that's awesome that it's not asking you to enter it again. For ease of use, the first time you log in, we store the refresh token from robinhood locally on the user's computer in the sqlite db that they create. Every time you make a request after that, we use the refresh token to auth the request and it will in turn generate a new refresh token. The situation where you're going to need to enter a 2FA code again, is if the refresh token expires.

from robinhood-to-xlsx.

kfchou avatar kfchou commented on June 8, 2024

Right on, that's a nice implementation!

I'm seeing some errors with the P/L calculation. Specifically, number of shares held are inaccurate for certain stocks. Can you double check this; let me know if there is any information I can provide to help resolve this issue.

from robinhood-to-xlsx.

Georgedumpers avatar Georgedumpers commented on June 8, 2024

Hi kfchou how did you get the P/L working. Please let me know i'm new here

from robinhood-to-xlsx.

kfchou avatar kfchou commented on June 8, 2024

Hi kfchou how did you get the P/L working. Please let me know i'm new here

P/L is on the 2nd tab in orders.xlsx

from robinhood-to-xlsx.

Georgedumpers avatar Georgedumpers commented on June 8, 2024

the Json is giving errors and the excel file gets created with nothing. Also its not erroring if I give wrong password also. So is it doing anything. Can you send me some instructions please

from robinhood-to-xlsx.

Georgedumpers avatar Georgedumpers commented on June 8, 2024

line 70, in generate_auth_tokens
return response["access_token"], response["refresh_token"]
KeyError: 'access_token'

from robinhood-to-xlsx.

anthonyk1225 avatar anthonyk1225 commented on June 8, 2024

@kfchou if you don't mind can you open up a new issue with the topic of incorrect P/L? I'll start looking at that in the meantime.

Edit: Also could you let me know if it's incorrect in orders, options or both. Thank you!

from robinhood-to-xlsx.

anthonyk1225 avatar anthonyk1225 commented on June 8, 2024

hey, @Georgedumpers. Thanks for trying out the app so far. Quick question so I can help you out. Do you have 2 factor authentication enabled on your account?

from robinhood-to-xlsx.

Georgedumpers avatar Georgedumpers commented on June 8, 2024

Hi @anthonyk1225 no I do not have it enabled.

from robinhood-to-xlsx.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.