Announcement

Collapse
No announcement yet.

Limits to Historical Data?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Limits to Historical Data?

    I am attempting to download 500 days of data for a group of stocks and am only pulling in 163 days. Is there a limitation to the amount of historical (Daily) data or am I missing something?

  • #2
    There are 120 days of intraday data for each symbol and well over a few years (around 10) of EOD data for most equities.

    Comment


    • #3
      I am using the following code for retreiving my data:

      historyHandle(fieldCounter) = esignal.RequestHistory(fieldNames(0, fieldCounter), "D", btDAYS, 500, -1, -1)

      Please excuse my arrays. Do you see anything wrong with the way I am requesting the EOD data?

      Comment

      Working...
      X