views:

1835

answers:

1

How do I use the Google Finance and Chart APIs? I want to embed them in my website.

Thanks.

+5  A: 

The Google Chart developers guide is excellent, very clear and lots of examples. As well as seeing the code executed inline on those pages, you can cut and paste the examples into your own webpages to see them in action on your local web installation.

For Google finance, start here, and follow Google's advice!

  1. Get familiar with the Google Data APIs.
  2. Read the Finance Portfolio Data API Developer's Guide.
  3. Refer to the Reference Guide as needed.
ire_and_curses