curl https://api.tiingo.com/tiingo/daily/aapl/prices?startDate=2019-01-02&token=<my_access_token> --ssl-no-revoke
It is working right? What is the issue?
it is showing token is not specified
May be you are entering a wrong token number or try to remove extra spaces
& is a special character, seacrh for ways to substitute it
try putting the URL in quotes like curl 'https://api.tiingo.com/tiingo/daily/aapl/prices?startDate=2019-01-02&token=<token>'
.