Finance
TMX Money logo

TMX Money API

money.tmx.com

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

Actions
13
Category
Finance
Login
Not required
Output
JSON

Call the TMX Money API

Submit a task, then poll the job until it settles. This example runs act_money_tmx_symbol_chart_timeseries.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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
    }
  }'

13 actions on money.tmx.com

Read

  • Search Autocomplete

    act_money_tmx_search_autocompleteread1 credit / call

    Returns matching symbols, names, and descriptions for a ticker or company query.

    search_query
    string · required

Write

Write actions change state on money.tmx.com and run as the account you connect.

  • Chart Timeseries

    act_money_tmx_symbol_chart_timeserieswrite2 credits / call

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

    symbol
    string · required
    chart_start_datetime
    integer · required
    chart_end_datetime
    integer · required
    interval
    integer
    locale
    string
  • Earnings Events

    act_money_tmx_symbol_earnings_eventswrite2 credits / call

    Returns upcoming earnings event dates and calendar data for a symbol.

    symbols
    array · required
    locale
    string
  • Index Quotes

    act_money_tmx_index_quoteswrite2 credits / call

    Returns current quotes for major indices like TSX, TX60, and NASDAQ Composite.

    symbols
    array · required
    locale
    string
  • Level 2 Quote Data

    act_money_tmx_quote_level2_datawrite2 credits / call

    Returns delayed bid and ask, sizes, VWAP, and last-trade details for a symbol.

    symbols
    array · required
    locale
    string
  • Market Movers

    act_money_tmx_market_movers_listingwrite2 credits / call

    Returns TSX market movers ranked by volume or dollar volume with price and change.

    sort_order
    string · required
    stat_exchange
    string
    market_id
    integer
    limit
    integer
    locale
    string
  • Market News Feed

    act_money_tmx_market_news_feedwrite2 credits / call

    Returns market news headlines with summaries, sources, and publication timestamps.

    page
    integer
    limit
    integer
    locale
    string
  • Short Interest

    act_money_tmx_symbol_short_interestwrite2 credits / call

    Returns short-interest statistics and days-to-cover metrics for a symbol.

    symbol
    string · required
    locale
    string
  • Stock List Catalog

    act_money_tmx_stock_list_catalogwrite2 credits / call

    Returns metadata and item counts for curated stock lists like top volume and top dividend.

    list_ids
    array · required
    locale
    string
  • Stock List Listing

    act_money_tmx_stock_list_listingwrite2 credits / call

    Returns ranked symbols with quote fields for a curated stock list.

    stock_list_id
    string · required
    locale
    string
  • Symbol Quote Details

    act_money_tmx_symbol_quote_detailwrite2 credits / call

    Returns a full quote profile with price, sector, market cap, dividend yield, and fundamentals.

    symbol
    string · required
    locale
    string
  • Symbol Quotes

    act_money_tmx_search_symbol_quoteswrite2 credits / call

    Returns price, percent change, and exchange metadata for a list of ticker symbols.

    symbols
    array · required
    locale
    string
  • Trending Quotes

    act_money_tmx_trending_quotes_listingwrite2 credits / call

    Returns trending TSX stock quotes with price, volume, and daily change.

    locale
    string

TMX Money API questions

Is there an API for TMX Money?
TMX Money does not offer a public data API for this, but Anakin Wire provides 13 maintained endpoints for money.tmx.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape TMX Money data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when money.tmx.com changes its markup, Anakin updates the action.
Do I need a TMX Money account?
No. Every TMX Money action listed here runs anonymously — no account and no credentials required.
What does the TMX Money API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites