Authentication

The QUODD Web API requires a token from your Intrinio account.

You can retrieve this token from Intrinio's API by calling:

GET https://api.intrinio.com/token?type=QUODD&api_key=OjA1ZTFiNGZiN2U4Y2JlNjAwNzE0OGQ4YjM2YTFmNjRk

* Example API Key is not valid.

You can find your API Key(s) on your Account API API keys page.

You must include a valid API Key with every request in-order to access to the API.

If your credentials are not authorized, a status code of 401 will be returned.

Ticker Updates

To retrieve quote and trade data for individual tickers, use your token to call

POST https://www5.quodd.com/quoddsnap/c/intrinio/t/{token}

The body of the request should contain JSON {"tickers":"DXZ.T,AVE.V"} , where tickers is a comma-separated list of tickers using the pattern below:

  • Securities traded on the Toronto Stock Exchange (TSX) exchange use the pattern {ticker}.T , for example DXZ.T .
  • Securities traded on the TSX Venture Exchange use the pattern {ticker}.V , for example AVE.V .

Market Updates

To retrieve quote and trade data for the entire market, use your token to call

POST https://www5.quodd.com/quoddsnap/c/intrinio/t/{token}/tsx

Limits

Depending on your subscription, the following limits may apply:

Limit Type Example Explanation
Ticker Updates 500/minute You may request 500 ticker updates per minute.
Market Updates 1/minute You may request 1 market update per minute.