Dow Jones Industrial Average
The Dow Jones Industrial Average is a well known indicator of the overall health of the economy calculated using the current value of a variety of stocks along with the 'Dow Divisor'. The opening value of the Dow Jones Industrial Average is used as an entropy source in the Geohashing algorithm.
If you're programming a geohashing calculator, mapping service or other related service, you'll need a source for the current and historic DJIA value. This page lists known sources and ways to access them and access restrictions.
Conventions
In the following descriptions, tokens will be used in URLs to represent values of the date as specified on this page on the PHP website. Specifically:
- %Y is the four digit year (Eg, 1990)
- %m is the two digit month number (Eg, 03)
- %d is the two digit day number (Eg, 14)
irc.peeron.com | |
Date Range: | 1970-01-02 - present |
Update Source: | finance.google.com |
Update Frequency: | weekdays, at 09:35 Eastern |
Server Location: | Reston, Virginia, USA |
Contact: | Zigdon |
The source can be accessed at:
http://irc.peeron.com/xkcd/map/data/%Y/%m/%d
- Access Restrictions: This is used by the reference implementation. There are no technical restrictions in place, but please let User:Zigdon know if you're about to use it heavily.
xkcd.nucleardog.com | |
Date Range: | 1970-01-02 - present |
Update Source: | finance.google.com |
Update Frequency: | hourly* (see note) |
Server Location: | Texas, USA |
Contact: | NuclearDog |
The source can be accessed at:
http://xkcd.nucleardog.com/getdow.php?year=%Y&month=%m&day=%d
- Leading zeros are not significant in year, month and day values. If you request a date which has no value it will return the string 'null'. If you would like to avoid it returning 'null' when requesting days such as weekends, you may pass the GET variable 'compensate' with any value, which will cause it to work backwards from any non-existent days until it finds one with a value and return that instead.
- Access Restrictions: Free for anyone to use up to a reasonable number of requests. If you plan on making upwards of 10k or 20k requests a day, please consult with me first.
- Note: This source is still returning a NULL value for 2008-05-22, over nine hours after Dow opening. Tim P 22:53, 22 May 2008 (UTC)
finance.yahoo.com | |
Date Range: | 1928-10-01 - present |
Update Source: | finance.yahoo.com |
Update Frequency: | daily |
Server Location: | Probably San Jose, CA |
Contact: | support@yahoo.com |
The source can be accessed at:
http://ichart.finance.yahoo.com/table.csv?s=%5EDJI&a=09&b=1&c=1928&d=04&e=21&f=2008&g=d&ignore=.csv
- comma-delimited file download with Date,Open,High,Low,Close,Volume,Adjusted Close
- Access Restrictions: none