Giter VIP home page Giter VIP logo

Comments (1)

Ameobea avatar Ameobea commented on August 27, 2024

Hey @Akababa thanks for opening this issue. The way that Robintrack pulls its data from the Robinhood API uses multiple different worker processes to retrieve price and popularity data separately. As a result, the price and popularity data points aren't actually matched exactly; they'll be within a few minutes of each other though assuming one of the processes didn't fail.

Since the quotes that I pull require me to login with my personal Robinhood account as opposed to the popularity data which can be pulled from a public API without any authentication, I decided to keep it out of the bulk data export. The goal was to do everything I can to avoid any kind of legal issue with Robintrack.

That being said, you can pull the quote data used in the charts symbol by symbol from this endpoint: https://robintrack.net/api/stocks/AAPL/quote_history; just replace the symbol with that of the one you want to retrieve data for. That will return all stored quotes for the given symbol in JSON format.


Anyway, I will not be adding price data to the downloadable data export. However, feel free to make use of that JSON API I linked above (within reason - please don't hammer my servers with 100s of requests/minute).

from robintrack.

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.