[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Extracting daily data from the Globalserver...



PureBytes Links

Trading Reference Links

At 03:42 PM 3/26/2001, Brian wrote:
 >REQUEST 280, 281, 282, 283, 284, 289, 290, CHART(BARCHART, DAILY, 280) FROM
 >SYMBOL_DATA WHERE 207="0" AND 31="AAPL" AND 228="03/28/2001" AND 229="500"

This query will return the last 10 days of daily data.
REQUEST CHART(BARCHART,1,DAILY,201) FROM SYMBOL_DATA WHERE 31="MSFT" AND
228="03/06/2000" AND 275="10"

note you can only request one symbol at a time.. and I found some of the 
modifiers are documented by not implemented...
-jim