markitondemand / DEPRECATED-DataApis

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

Looking up "GOOG" returns "GOOGL" #21

Closed matthewrice345 closed 7 years ago

matthewrice345 commented 9 years ago

When doing a quote request for "GOOG" the result returned is "GOOGL". Expected results is the result returns "GOOG" data.

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

Returns:

{
    "Status": "SUCCESS",
        "Name": "Alphabet Inc",
        "Symbol": "GOOGL",
        "LastPrice": 676.37,
        "Change": 5.13,
        "ChangePercent": 0.764257195637923,
        "Timestamp": "Mon Oct 12 15:59:00 UTC-04:00 2015",
        "MSDate": 42289.6659722222,
        "MarketCap": 231052050220,
        "Volume": 77760,
        "ChangeYTD": 530.66,
        "ChangePercentYTD": 27.4582595258735,
        "High": 677.77,
        "Low": 667.82,
        "Open": 669.85
}
christophernelsonbailey commented 9 years ago

This is happening because of the sort priority that we have on our company lookup. We can take a look at updating our sort priorities so that current symbols match before historical symbols, which is the case that is happening here.

chris

From: Matthew Rice [mailto:notifications@github.com] Sent: Tuesday, October 13, 2015 10:13 AM To: markitondemand/DataApis Subject: [DataApis] Looking up "GOOG" returns "GOOGL" (#21)

When doing a quote request for "GOOG" the result returned is "GOOGL". Expected results is the result returns "GOOG" data.

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

Returns:

{

"Status": "SUCCESS",

    "Name": "Alphabet Inc",

    "Symbol": "GOOGL",

    "LastPrice": 676.37,

    "Change": 5.13,

    "ChangePercent": 0.764257195637923,

    "Timestamp": "Mon Oct 12 15:59:00 UTC-04:00 2015",

    "MSDate": 42289.6659722222,

    "MarketCap": 231052050220,

    "Volume": 77760,

    "ChangeYTD": 530.66,

    "ChangePercentYTD": 27.4582595258735,

    "High": 677.77,

    "Low": 667.82,

    "Open": 669.85

}

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


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.

matthewrice345 commented 9 years ago

Thanks Chris

brianbaker commented 7 years ago

While this is still an issue (sorry), I don't think we'll be making enhancements to the current set of APIs. Another team is looking at making some generic APIs that would have full support sometime in the future though no dates are set.