Git Product home page Git Product logo

Comments (3)

markhealey avatar markhealey commented on July 17, 2024

Hi @thilomaurer, intraday data is not available on this API, only interday. Try these inputs to get end-of-day data (7 points):

http://dev.markitondemand.com/Api/v2/InteractiveChart/json?parameters=%7B%22EndOffsetDays%22%3A0%2C%22NumberOfDays%22%3A7%2C%22DataPeriod%22%3A%22Day%22%2C%22DataInterval%22%3A0%2C%22LabelPeriod%22%3A%22Hour%22%2C%22Elements%22%3A%5B%7B%22Symbol%22%3A%22AAPL%22%2C%22Type%22%3A%22price%22%2C%22Params%22%3A%5B%22c%22%5D%7D%2C%7B%22Symbol%22%3A%22AAPL%22%2C%22Type%22%3A%22volume%22%7D%5D%7D

"Normalized":false,
"EndOffsetDays":0,
"NumberOfDays":7,
"DataPeriod":"Day",
"DataInterval":0,
"LabelPeriod":"Hour",
"Elements":[
    {"Symbol":"AAPL","Type":"price","Params":["ohlc"]},
    {"Symbol":"AAPL","Type":"volume"}
]}`

from deprecated-dataapis.

thilomaurer avatar thilomaurer commented on July 17, 2024

Oh, really? I am surprised since your API documentation for "InteractiveChart" at http://dev.markitondemand.com/#interactive explicitly speaks as if intraday data was available.
Is intraday data coming soon?

from deprecated-dataapis.

markhealey avatar markhealey commented on July 17, 2024

Apologies @thilomaurer you are right — the documentation referencing inputs to fetch intraday was inadvertently included in our 2.0 release. We'll need to remove that in an upcoming update. Our charting framework allows for the retrieval of intraday data when available and in this particular case it is not available due to our agreements with the exchanges for these public APIs.

The note in the sidebar adjacent to the Interactive example states this:

The response contains end-of-day historical price information for companies traded on the BATS Exchange in the U.S. (emphasis added)

We do not currently have plans to expose intraday data via these APIs.

Thanks and have a good weekend.

from deprecated-dataapis.

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.