Difference between revisions of "Dow Jones Industrial Average"

From Geohashing
imported>Sourcerer
m (Added page to Category:Implementations)
(geo.crox.net (recommended))
 
(2 intermediate revisions by 2 users not shown)
Line 20: Line 20:
 
|urlComments=Date format is quite flexible, eg %Y%m%d or %Y-%m-%d are both fine too. For compatibility with the carabiner.peeron.com source, you get a "404" http error if there is no data (however along with an error message explaining why there is no data).
 
|urlComments=Date format is quite flexible, eg %Y%m%d or %Y-%m-%d are both fine too. For compatibility with the carabiner.peeron.com source, you get a "404" http error if there is no data (however along with an error message explaining why there is no data).
 
|startDate=1928/10/01
 
|startDate=1928/10/01
|updateSource=djaverages.com, finance.yahoo.com and google.com/finance; some historical data from Reuters and Financial Times.
+
|updateSource=different reputable websites; some historical data from Reuters and Financial Times.
 
|updateFrequency=as soon as the data is available
 
|updateFrequency=as soon as the data is available
|serverLocation=two separate locations in Switzerland and France
+
|serverLocation=two separate locations in Switzerland and the Netherlands
 
|accessRestrictions=No technical restrictions, users are expected to use common sense, when in doubt, ask.
 
|accessRestrictions=No technical restrictions, users are expected to use common sense, when in doubt, ask.
 
|contactAccount=Crox}}
 
|contactAccount=Crox}}
  
The script checks that all three sources give the same value before outputting anything. This should ensure that wrong data is never displayed (I've seen myself cases where google or yahoo temporarily had a wrong number for a short while just after 9:30.)
+
The script checks that separate sources give the same value before outputting anything. This should ensure that wrong data is never displayed (I've seen myself cases where google or yahoo temporarily had a wrong number for a short while just after 9:30.)
  
The source is now hosted on two different servers in two independent networks. You can either use geo.crox.net which should generally point to a working server, or alternatively use www1.geo.crox.net and fall-back to www2.geo.crox.net for maximum availability.
+
The source is now hosted on two different servers in two independent networks. You can either use geo.crox.net which should generally point to a working server, or alternatively use www1.geo.crox.net and fall-back to www2.geo.crox.net (or the other way round) for maximum availability.
  
 
Note that I found some discrepancies in the historical data between the different sources, but none of them affect expeditions after the algorithm was published.
 
Note that I found some discrepancies in the historical data between the different sources, but none of them affect expeditions after the algorithm was published.
  
 
I plan to make SQL dumps or CSV exports available for those wanting historical data, in the meanwhile ask me. Comments and suggestions welcome.
 
I plan to make SQL dumps or CSV exports available for those wanting historical data, in the meanwhile ask me. Comments and suggestions welcome.
 +
 +
In addition to the opening values, you can also fetch the following information:
 +
 +
geo.crox.net/djia/'''last_day_avail'''
 +
 +
Last day for which a DJIA opening value has been cached. For instance, on regular working days before 09:30 NYC time this will be set to the previous day. Or on a regular Friday after 09:30 NYC time this will be set to the following Sunday. Format: YYYY-MM-DD.
 +
 +
geo.crox.net/djia/'''holidays'''
 +
 +
The list of DOW holidays used by geo.crox.net. Format: YYYY-MM-DD, one per line.
 +
 +
Watch this space for updates.
  
 
=== carabiner.peeron.com ===
 
=== carabiner.peeron.com ===
Line 48: Line 60:
  
 
This source was formerly at irc.peeron.com.
 
This source was formerly at irc.peeron.com.
 
=== finance.yahoo.com ===
 
 
{{DJISource
 
|hostname=finance.yahoo.com
 
|url=http://ichart.finance.yahoo.com/table.csv?s=%5EDJI&a=09&b=1&c=1928&d=%m&e=%d&f=%Y&g=d&ignore=.csv
 
|urlComments=comma-delimited file download with Date,Open,High,Low,Close,Volume,Adjusted Close
 
|startDate=1928-10-01
 
|updateSource=finance.yahoo.com
 
|updateFrequency=daily
 
|serverLocation=Probably San Jose, CA
 
|accessRestrictions=none
 
|contactAccount=
 
|contactEmail=support@yahoo.com}}
 
 
During the trading day, the current opening can be accessed at
 
 
<pre>http://download.finance.yahoo.com/d/quotes.csv?s=%5eDJI&f=o</pre>
 
 
A shorter alias for this is [http://xrl.us/djiopen xrl.us/djiopen]. At the end of the trading day, this figure will be added to the table above along with the high/low/close etc.
 
 
Both resources use CRLF line endings, so if you are on Unix pipe this one through col(1) before trying to take the MD5, or set IFS appropriately.
 
  
 
== Television ==
 
== Television ==
Line 76: Line 66:
 
Channel N24s teletextpage 301 shows the DJIA opening value:<br>
 
Channel N24s teletextpage 301 shows the DJIA opening value:<br>
 
[[Image:Hermann_DIJA_on_N24_teletex.png]]
 
[[Image:Hermann_DIJA_on_N24_teletex.png]]
 
== SMS ==
 
Text "DJIA [date]" to +41774378210, eg:
 
<pre>djia 20091110</pre>
 
A few seconds later you should get the following message back:
 
<pre>DJIA opening value for 2009-11-10 is 10223.01</pre>
 
 
Not case-sensitive, so "Djia", "djia" etc. are all fine. The script is also flexible on the date format as long as it's in the Y-m-d order.
 
 
As for other sources, you always get the relevant opening value, ie if the given date is on a week-end or [[Dow holiday]], you get the latest opening value before that date.
 
 
See also [[Implementations#Text Messaging service (SMS)|Geohashing SMS service]]; suggestions, comments and other feedback to [[User:Crox]]
 
  
 
[[Category:Algorithm]]
 
[[Category:Algorithm]]
 
[[Category:Definitions]]
 
[[Category:Definitions]]
 
[[Category:Implementations]]
 
[[Category:Implementations]]

Latest revision as of 21:56, 21 April 2024

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 a periodically adjusted 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 implementation, 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.

The Internet

Conventions

In the following descriptions, tokens will be used in URLs to represent values of the date as specified by the strftime() function found in many languages. Specifically:

  • %Y is the year (e.g. 1990)
  • %m is the two digit month number (e.g. 03)
  • %d is the two digit day number (e.g. 14)

geo.crox.net (recommended)

geo.crox.net
Date Range:1928/10/01 - present
Update Source:different reputable websites; some historical data from Reuters and Financial Times.
Update Frequency:as soon as the data is available
Server Location:two separate locations in Switzerland and the Netherlands
Contact:Crox

The source can be accessed at:

http://geo.crox.net/djia/%Y/%m/%d
  • Date format is quite flexible, eg %Y%m%d or %Y-%m-%d are both fine too. For compatibility with the carabiner.peeron.com source, you get a "404" http error if there is no data (however along with an error message explaining why there is no data).
  • Access Restrictions: No technical restrictions, users are expected to use common sense, when in doubt, ask.


The script checks that separate sources give the same value before outputting anything. This should ensure that wrong data is never displayed (I've seen myself cases where google or yahoo temporarily had a wrong number for a short while just after 9:30.)

The source is now hosted on two different servers in two independent networks. You can either use geo.crox.net which should generally point to a working server, or alternatively use www1.geo.crox.net and fall-back to www2.geo.crox.net (or the other way round) for maximum availability.

Note that I found some discrepancies in the historical data between the different sources, but none of them affect expeditions after the algorithm was published.

I plan to make SQL dumps or CSV exports available for those wanting historical data, in the meanwhile ask me. Comments and suggestions welcome.

In addition to the opening values, you can also fetch the following information:

geo.crox.net/djia/last_day_avail

Last day for which a DJIA opening value has been cached. For instance, on regular working days before 09:30 NYC time this will be set to the previous day. Or on a regular Friday after 09:30 NYC time this will be set to the following Sunday. Format: YYYY-MM-DD.

geo.crox.net/djia/holidays

The list of DOW holidays used by geo.crox.net. Format: YYYY-MM-DD, one per line.

Watch this space for updates.

carabiner.peeron.com

carabiner.peeron.com
Date Range:1928/10/01 - present
Update Source:finance.google.com, dates before 1970 from yahoo.com
Update Frequency:weekdays, between 09:00 and 10:00 ET - as soon as the data is available on google. Usually up by 09:35 ET
Server Location:Reston, Virginia, USA
Contact:Zigdon

The source can be accessed at:

http://carabiner.peeron.com/xkcd/map/data/%Y/%m/%d
  • This is used by the reference implementation.
  • Access Restrictions: There are no technical restrictions in place, but please let User:Zigdon know if you're about to use it heavily.


This source was formerly at irc.peeron.com.

Television

In areas without (instant) internet access, you need to know the current DJIA to calculate today's coordinates manually. That probably means by using a cellphone or notebook with an offline calculator.

Europe

Channel N24s teletextpage 301 shows the DJIA opening value:
Hermann DIJA on N24 teletex.png