Code Monkey home page Code Monkey logo

Comments (9)

aurbano avatar aurbano commented on June 9, 2024

I can't tell for sure at the moment, both for this and for issue #12 since I'm in the UK where I don't have access to Robinhood (they still haven't opened here)

If you manage to find out more information about these fields please let me know or send a pull request, thanks!

from robinhood-node.

tejasmanohar avatar tejasmanohar commented on June 9, 2024

Got it. Quite impressive that you got this far w/o Robinhood being open in the UK. I'm in the US and actively use Robinhood so maybe I can help contribute here. I've opened #13— if you could shed some light as to your process here, that'd definitely help, as I haven't done much reverse-engineering of APIs other than just listening to requests in Chrome DevTools' network panel.

from robinhood-node.

aurbano avatar aurbano commented on June 9, 2024

Another option without having to intercept all the calls is to use this package to reverse engineer the API further. Now that it can connect and get data, it should be easy to test sending small buy/sell orders and look at the responses.

As soon as they expand to the UK I'll finish covering the rest of the API and probably improve the code by adding classes for instruments, stocks...

from robinhood-node.

KamuelaFranco avatar KamuelaFranco commented on June 9, 2024

It doesn't seem like they'll be expanding to the UK just yet. Unfortunately, I've had to permanently switch to my UK App Store account, which I just remembered as I was going to help investigate this.

from robinhood-node.

tejasmanohar avatar tejasmanohar commented on June 9, 2024

Did you mean "to my US"? @KamuelaFranco :P

from robinhood-node.

KamuelaFranco avatar KamuelaFranco commented on June 9, 2024

Nah, I mean that I have it on the US App Store, but it gets difficult to live in the UK for very long without just switching lol.

from robinhood-node.

tejasmanohar avatar tejasmanohar commented on June 9, 2024

Oh, sorry- I misread that completely. My bad.

from robinhood-node.

uladkasach avatar uladkasach commented on June 9, 2024

An instrument can be considered the entity which a symbol is mapped to. I.e., a privately traded company on the stock exchange. Instrument.url = https://api.robinhood.com/instruments/<instrument-id>/ where <instrument-id> maps uniquely to a symbol****

**** as far as i know

from robinhood-node.

tagroup avatar tagroup commented on June 9, 2024

@uladkasach is correct - "instrument":"https://api.robinhood.com/instruments/39ff611b-84e7-425b-bfb8-6fe2a983fcf3/" is an example of GE.

If you want to build an index, they can be found at https://api.robinhood.com/instruments/. The total equities instruments should be over 12,336.

from robinhood-node.

Related Issues (20)

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.