How to approach the prepareUrl() method for calling Tiingo API?

Modified on Tue, 4 Apr, 2023 at 4:40 PM

Use this URL to complete the prepareUrl() method implementation, https://api.tiingo.com/tiingo/daily/<ticker>/prices?startDate=2012-1-1&endDate=2016-1-1.


In this url, change the <ticker>, startDate and endDate according to parameters.

E.g. Let's say, <ticker> is APPL , startDate is 2016-02-08 , and endDate is 2016-04-18 then the url can be written as: 


https://api.tiingo.com/tiingo/daily/APPL/prices?startDate=2016-02-08&endDate=2016-04-18

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article