Git Product home page Git Product logo

Comments (8)

markhealey avatar markhealey commented on August 17, 2024

@jonwiley This particular lookup matches on symbol, partial name and partial company. It's a coincidence that GOOG and GOOGL are the first 4 and 5 letters of the company name and therefore Google (Nasqaq) appears in the results. In short, this is the expected result.

from deprecated-dataapis.

jonwiley avatar jonwiley commented on August 17, 2024

Expected even when GOOG and GOOGL are two different symbols with different
prices? Google trades under both.

On Monday, April 28, 2014 3:33:04 AM, Mark Healey [email protected]
wrote:

@jonwiley https://github.com/jonwiley This particular lookup matches on
symbol, partial name and partial company. It's a coincidence that GOOGand
GOOGL are the first 4 and 5 letters of the company name and therefore Google
(Nasqaq) appears in the results. In short, this is the expected result.

โ€”
Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-41543737
.

from deprecated-dataapis.

markhealey avatar markhealey commented on August 17, 2024

Very sorry @jonwiley, I got crossed up on the API you were looking atโ€”quote not lookup!

GOOG is the Class C share, GOOGL is the Class A share. I'm able to reproduce and I'd have to double check to be sure, but I think the issue is caused by the lookup preceding the snapquote request internal to the API. The lookup is using the first matched symbol versus the best match.

from deprecated-dataapis.

Wilm0r avatar Wilm0r commented on August 17, 2024

This is still happening, I can't get data for GOOG from your API anymore, just keep getting GOOGL. :-(

from deprecated-dataapis.

markhealey avatar markhealey commented on August 17, 2024

Hi @Wilm0r, this is a result of how the API was built a few years ago and we're unable to change it at this time. Looks like YQL has both GOOG and GOOGL for you.

from deprecated-dataapis.

Wilm0r avatar Wilm0r commented on August 17, 2024

Thank you for the explanation. I'm looking for historical data which your API does very nicely, I'll see if YQL can do this then.

Found it, if anybody else cares (this bug is the first and only useful result for "markitondemand GOOG GOOGL"): http://developer.yahoo.com/yql/console/?q=select%20*%20from%20yahoo.finance.historicaldata%20where%20symbol%20in%20(%22GOOG%22%2C%20%22GOOGL%22)%20and%20startDate%20%3D%20%222014-03-01%22%20and%20endDate%20%3D%20%222014-05-10%22&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys

from deprecated-dataapis.

markhealey avatar markhealey commented on August 17, 2024

Sounds good. What are you building?

from deprecated-dataapis.

Wilm0r avatar Wilm0r commented on August 17, 2024

Honestly, nothing exciting. :-) I'm keeping track of my finance with ledger http://www.ledger-cli.org/, and I need a data source to fill in its price database with exchange rates (I forgot what I use for that) and stock values, so it can keep track of how much the investment account is worth in GBP over time.

I could polish the scripts and publish them somewhere, but with ledger it looks like everybody just hacks up something that scratches their personal itches.

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.