Search code examples
c++google-financegoogle-finance-api

C++ API for Google Finance


Is there a C++ API for accessing stock quotes from Google finance?


Solution

  • There's no C++ client library, if that is what you mean - just for Java and Javascript.

    There are plenty of C++ libraries for HTTP and XML though, so you can certainly process the protocol directly if you wish. I guess you could call the Java client library using JNI also.