markitondemand / DEPRECATED-DataApis

Markit On Demand - Market Data APIs
http://dev.markitondemand.com
MIT License
178 stars 68 forks source link

Dow Jones Quotes Error #20

Closed AaronTrazona closed 7 years ago

AaronTrazona commented 9 years ago

http://dev.markitondemand.com/API/v2/Quote/json?symbol=DJI

{ "Status": "Failure|APP_SPECIFIC_ERROR", "Name": "DOW JONES INDU AVERAGE INDEX", "Symbol": "DJI", "LastPrice": 0, "Change": 0, "ChangePercent": 0, "Timestamp": null, "MSDate": 0, "MarketCap": 0, "Volume": 0, "ChangeYTD": 0, "ChangePercentYTD": 0, "High": 0, "Low": 0, "Open": 0 }

can you help me with this? Is my ticker incorrect?

christophernelsonbailey commented 9 years ago

The Stock Quote API covers companies that are traded on the BATS Exchange, so will only work for those companies.

chris

From: Aaron Trazona [mailto:notifications@github.com] Sent: Monday, September 14, 2015 4:27 AM To: markitondemand/DataApis Subject: [DataApis] Dow Jones Quotes Error (#20)

http://dev.markitondemand.com/API/v2/Quote/json?symbol=DJI

{ "Status": "Failure|APP_SPECIFIC_ERROR", "Name": "DOW JONES INDU AVERAGE INDEX", "Symbol": "DJI", "LastPrice": 0, "Change": 0, "ChangePercent": 0, "Timestamp": null, "MSDate": 0, "MarketCap": 0, "Volume": 0, "ChangeYTD": 0, "ChangePercentYTD": 0, "High": 0, "Low": 0, "Open": 0 }

can you help me with this? Is my ticker incorrect?

— Reply to this email directly or view it on GitHubhttps://github.com/markitondemand/DataApis/issues/20.


This e-mail, including accompanying communications and attachments, is strictly confidential and only for the intended recipient. Any retention, use or disclosure not expressly authorised by Markit is prohibited. This email is subject to all waivers and other terms at the following link: http://www.markit.com/en/about/legal/email-disclaimer.page

Please visit http://www.markit.com/en/about/contact/contact-us.page for contact information on our offices worldwide.

kevin1chun commented 8 years ago

I'm seeing a similar issue with an symbol that I am able to lookup in http://www.batstrading.com/

http://dev.markitondemand.com/MODApis/Api/v2/Quote/json?symbol=RUSS

{
"Status": "Failure|APP_SPECIFIC_ERROR",
"Name": "Direxion Daily Russia Bear 3X Shares",
"Symbol": "RUSS",
"LastPrice": 0,
"Change": 0,
"ChangePercent": 0,
"Timestamp": null,
"MSDate": 0,
"MarketCap": 0,
"Volume": 0,
"ChangeYTD": 0,
"ChangePercentYTD": 0,
"High": 0,
"Low": 0,
"Open": 0
}

Please let me know if I am missing something here Thank you