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.
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 :)