We are passing start date and end date, it will return a list of json objects, for each date , and we only have to find find the close price of the end date?
am i guessing it right?
Hey tanishq! You are right but did you think of the possibilty when there is no data for the end date like if user is giving tomorrows date as end date then what are you gonna do?
I hope this helps. Happy Coding
Upvote if useful!
1 Like
Yeah you are on the right path. But do take care of the situation where end date isn’t same as the last date when stock data is available, as mentioned in the milestone.
so what i have to do then? i will find for last date available?
Yes. Like I said, you are on the right path. Have some confidence and keep proceeding
1 Like
Okay!! Thanks…