Question

I know that Google has discontinued their Finance API. However, there still seems to be some kind of API.

For example, these URLs both work:

http://www.google.com/finance/info?q=TTWO
http://www.google.com/finance/getchart?q=TTWO

Is there any documentation of which URLs exist and what their parameters are?

They have added a // to the output and I'm not sure why; however, filtering that out shouldn't be much of a problem.

Was it helpful?

Solution 2

From what I can see in this thread, those URLs were never documented because they weren't intended for public usage. Guess I'll live with what I get from there, at least it's something :)

OTHER TIPS

Here is the link that worked before: http://code.google.com/apis/finance/developers_guide_protocol.html

I recommend that you try it in http://archive.org/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top