Hello, I am using the following URL in order to get historical data.
http://www.google.com/finance/getprices?q=AAPL&i=900&p=5d&f=d,o,h,l,c,v This URL works great for a 300s interval when wanting to download 1D data. When trying to download 5D data, the data thats return isn't always consistent with what it should be. Sometimes it will only return data points for last day in the sequence. Below is a sample of how the Data looks when this phenomenon happens: EXCHANGE%3DNASDAQ > MARKET_OPEN_MINUTE=570 > MARKET_CLOSE_MINUTE=960 > INTERVAL=900 > COLUMNS=DATE,CLOSE,HIGH,LOW,OPEN,VOLUME > DATA= > TIMEZONE_OFFSET=-240 > a1337693400,569.591,570,569.55,569.55,288953 > 1,571.7,573.88,567.72,569.67,3185722 > 2,570.68,571.8,569.42,571.56,1308101 > 3,568.55,571.2,568.18,570.72,1162690 > 4,565.63,569.9,565.5,568.65,1291971 > 5,569.3,570.59,565.5,565.6978,1534476 > 6,566.78,569.88,565.75,569.21,941496 > 7,567.3,568.25,566.51,566.75,533856 > 8,567.89,569.6,567.14,567.29,544144 > 9,566.6995,568.689,566.5,567.925,329979 > 10,564.24,567.32,563.89,566.66,603268 > 11,563.0499,564.38,561,564.34,1187912 > 12,565.5,566.17,562.25,563.05,866800 > 13,564.6,566,563.82,565.42,388362 > 14,565.705,566.44,564.2,564.646,415485 > 15,566.16,566.7382,565.19,565.78,352292 > 16,562.061,566.5,562.06,566.237,644622 > 17,562.581,563.859,562,562.061,428416 > 18,562.73,563.49,562,562.581,290625 > 19,563.03,564.36,562.68,562.75,404411 > 20,564.56,565,562.54,563.08,373867 > 21,562.9199,565.33,561.62,564.37,614295 > 22,560.83,562.889,560.52,562.81,524806 > 23,559.37,562.7299,559.24,560.83,737678 > 24,556.27,560.14,555.53,559.4,1275075 > 25,555.008,557.88,554.73,556.34,838874 > 26,556.828,556.96,552.58,555,1161543 > 27,556.97,556.97,556.902,556.902,8772 > > as Apposed to what its supposed to return: EXCHANGE%3DNASDAQ > MARKET_OPEN_MINUTE=570 > MARKET_CLOSE_MINUTE=960 > INTERVAL=900 > COLUMNS=DATE,CLOSE,HIGH,LOW,OPEN,VOLUME > DATA= > TIMEZONE_OFFSET=-240 > a1337175000,554.19,554.49,554.05,554.05,95937 > 1,553.9278,556.89,552.74,554.14,947902 > 2,553.9237,555.76,552.77,553.9144,746509 > 3,552.135,554.5,551.62,553.95,817024 > 4,553.6122,554.95,551.75,552.05,821486 > 5,553.74,554.6,552.42,553.82,526387 > 6,554.372,555.22,553.23,553.77,607731 > 7,553.202,554.81,552.18,554.1801,426288 > 8,550.43,553.87,550.43,553.28,599410 > 9,551.3,551.61,550.35,550.4301,522328 > 10,552.35,552.68,550.77,551.29,349435 > 11,551.6946,552.48,551.25,552.425,251904 > 12,552,552.15,551.25,551.69,244088 > 13,552.06,552.75,551.86,552.026,249835 > 14,551.7,552.75,551.5,552.075,200309 > 15,551.405,551.77,550.8414,551.76,226696 > 16,550.83,552,550.65,551.38,210356 > 17,546,551.2,545.31,550.86,1560523 > 18,547.824,548.08,545.98,545.98,713347 > 19,546.19,549,546.19,547.8,529765 > 20,546.01,547.24,545.77,546.19,519004 > 21,544.77,546.505,543.5,545.994,1118389 > 22,545.83,546.14,543.87,544.65,779958 > 23,542.255,546.0899,541.04,545.9353,1364658 > 24,541.63,543.23,541.04,542.255,867966 > 25,542.03,543.5,541.63,541.72,892673 > 26,545.99,547.22,541.31,541.97,1800922 > 96,545.31,545.45,545.25,545.31,135412 > 97,540.731,547.5,540.6,545.47,1121297 > 98,538,541.1478,537.05,540.631,1902232 > 99,537.95,539,534.69,538,1223086 > > .........And so on......... > > Is this due to the interval that i selected which is causing some problems when returning data? Anyone else experience this phenomenon? -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To view this discussion on the web visit https://groups.google.com/d/msg/Google-Gadgets-API/-/qnJ1U2nGFU0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en.
