ConsoleCatalog
Sign in
TMX Money logo

TMX Money

money.tmx.comFinanceno auth

Canadian quotes, charts, market movers, news, and curated stock lists.

Chart Timeseries

ASYNCWRITENo auth

Returns intraday or historical OHLCV chart bars for a symbol over a date range.

ParametersFormJSON

Ticker symbol for the chart timeseries

Unix epoch seconds for chart range start

Unix epoch seconds for chart range end

Bar interval in minutes

Response locale (en or fr)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_money_tmx_symbol_chart_timeseries",
    "params": {
      "symbol": "CNQ",
      "chart_start_datetime": "1779915480",
      "chart_end_datetime": "1780347480",
      "interval": "30",
      "locale": "en"
    }
  }'