PureBytes Links
Trading Reference Links
|
I'm using the string below to try and extract daily data from the global
server. It isn't working. I can't find an example in the docs showing what
a valid request string for daily data looks like. Can someone provide an
example of a valid request string for daily data? It would be much
appreciated.
Brian
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"
|