You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider a scenario where I request for the Sampath ticker data from 12th of October 2012 2 hours 30 minutes 44 seconds. And I ask for 100 rows. So my paramters for the getTradingData would be as follows.
type - Ticker data
startingDate - 12th of October 2012 2 hours 30 minutes 44 seconds
numOfRows - 100
What if there were more than 100 events related to Sampath in that second? How can I know that there were more values, but only 100 was returned?
The text was updated successfully, but these errors were encountered:
Currently the API retrieve the data for a company's transaction data is as follows.
Consider a scenario where I request for the Sampath ticker data from 12th of October 2012 2 hours 30 minutes 44 seconds. And I ask for 100 rows. So my paramters for the getTradingData would be as follows.
What if there were more than 100 events related to Sampath in that second? How can I know that there were more values, but only 100 was returned?
The text was updated successfully, but these errors were encountered: