Discover/money.tmx.com API
live

money.tmx.com APImoney.tmx.com

Access TSX stock quotes, historical OHLCV data, market indices, news, and curated stocklists from TMX Money via 7 structured JSON endpoints.

Endpoints
7
Updated
4mo ago
Try it

No input parameters required.

api.parse.bot/scraper/a7cba35d-3b41-460e-8d8e-6c231bbe29b8/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/a7cba35d-3b41-460e-8d8e-6c231bbe29b8/get_market_activity' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Get general market activity including indices, futures, commodities and market movers (top volume stocks on TSX). Returns data for S&P 500, NASDAQ, NYSE indices, Canadian bond futures, commodity prices, and the top 50 stocks by volume.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "futures": "array of futures quote objects with symbol, price, priceChange, percentChange",
    "commodities": "array of commodity quote objects with symbol, shortName, price, priceChange, percentChange",
    "marketActivity": "array of index quote objects with symbol, price, volume, priceChange, percentChange",
    "getMarketMovers": "array of top volume stock objects with symbol, name, price, volume, priceChange, percentChange"
  },
  "sample": {
    "data": {
      "futures": [
        {
          "price": 97.725,
          "symbol": "/COA",
          "__typename": "Quote",
          "priceChange": 0,
          "percentChange": 0
        }
      ],
      "commodities": [
        {
          "price": 102,
          "symbol": "/CL:NMX",
          "shortName": "WTI Crude Oil",
          "__typename": "Quote",
          "priceChange": 0.98,
          "percentChange": 0.97
        }
      ],
      "marketActivity": [
        {
          "price": 26655.72,
          "symbol": "^COMPX:US",
          "volume": 0,
          "currency": "USD",
          "exchange": "NSD",
          "longname": "NASDAQ Composite",
          "__typename": "Quote",
          "priceChange": 253.38,
          "percentChange": 0.96
        }
      ],
      "getMarketMovers": [
        {
          "name": "Sherritt International Corporation",
          "price": 0.115,
          "symbol": "S",
          "volume": 6190740,
          "__typename": "MarketMover",
          "priceChange": -0.03,
          "exchangeCode": "TSX",
          "exchangeName": "Toronto Stock Exchange",
          "percentChange": -20.69
        }
      ]
    },
    "status": "success"
  }
}

About the money.tmx.com API

The TMX Money API provides 7 endpoints covering Toronto Stock Exchange equities, Canadian market indices, futures, commodities, and curated stocklists. Use get_stock_overview to retrieve fundamentals like P/E ratio, market cap, dividend yield, and company description for any TSX-listed ticker, or call get_market_activity for a real-time snapshot of S&P 500, NASDAQ, NYSE indices, bond futures, and the top 50 stocks by volume on the TSX.

Market Data and Indices

get_market_activity returns four data groups in a single call: an array of futures quotes (symbol, price, priceChange, percentChange), commodity prices with shortName, an index activity array covering S&P 500, NASDAQ, and NYSE, and a getMarketMovers array listing the top 50 TSX stocks by volume with price and percent change. No input parameters are required.

Stock Fundamentals and Price History

get_stock_overview accepts a TSX ticker symbol (e.g. RY, ENB, BMO) and returns fields including peRatio, MarketCap, dividendYield, sector, industry, and a longDescription narrative. For time-series data, get_stock_price_history returns OHLCV records over the last 30 days. The optional interval parameter accepts values of 1, 5, 10, 30, or 60 minutes, letting you control data granularity. Each record includes dateTime as an ISO string with timezone offset.

News, Search, and Stocklists

get_stock_news returns up to 20 recent articles per ticker, each with headline, summary, source, datetime, and a unique newsid. search_securities accepts a keyword and returns matched company tickers, stocklists, and news items alongside metadata with total result count and query correction suggestions. get_all_stocklists enumerates every curated list on TMX Money (TOP_DIVIDEND, TOP_VOLUME, RISING_STARS, and others) with item counts and stockListId identifiers. get_graduated_companies_search surfaces exchange graduation announcements for companies that have uplisted from TSXV to TSX.

Common use cases
  • Screen TSX stocks by dividend yield and market cap using get_stock_overview response fields
  • Monitor intraday price movements with 1-minute OHLCV bars from get_stock_price_history
  • Track the top 50 TSX volume leaders daily via the getMarketMovers array in get_market_activity
  • Build a Canadian equities news feed by polling get_stock_news for a portfolio of tickers
  • Detect exchange graduation events (TSXV to TSX uplistings) with get_graduated_companies_search
  • Populate a sector watchlist by querying search_securities for keywords like 'energy' or 'bank'
  • Display curated thematic stocklists (rising stars, crypto funds, recent listings) using get_all_stocklists
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does TMX Money have an official public developer API?+
TMX Group does not publish a general-purpose public developer API for money.tmx.com market data. Institutional data products exist under TMX Datalinx (tmx.com/en/datalinx), but those are licensed enterprise feeds, not self-serve APIs.
What does get_stock_price_history actually cover — how far back does the data go?+
The endpoint returns data for the last 30 days. The interval parameter controls granularity (1, 5, 10, 30, or 60 minutes). Longer historical windows are not currently exposed. You can fork this API on Parse and revise it to add an endpoint targeting a broader date range if the source supports it.
Does the API return data for TSXV (TSX Venture Exchange) stocks, not just TSX?+
The endpoints are oriented toward TSX-listed equities. get_graduated_companies_search does reference TSXV tickers in the context of graduation announcements, but dedicated TSXV quote or fundamentals endpoints are not currently included. You can fork the API on Parse and revise it to add TSXV-specific coverage.
Can I get individual stocklist contents — the actual tickers inside TOP_DIVIDEND or RISING_STARS?+
get_all_stocklists returns stocklist identifiers (stockListId) and item counts, but does not currently return the constituent tickers for each list. You can fork the API on Parse and revise it to add a per-stocklist detail endpoint that exposes the member securities.
What is the difference between the search_securities tickers array and the stocklists array in the response?+
The tickers array in the extension object contains matched company symbols with associated metadata, while the stocklists array returns curated TMX Money lists whose names match the query. The top-level items array contains news results. All three are returned in a single search_securities call.
Page content last updated . Spec covers 7 endpoints from money.tmx.com.
Related APIs in FinanceSee all →
morningstar.com API
Get comprehensive financial data including stock quotes, company profiles, historical financials, valuation metrics, ownership details, dividends, and market movers from Morningstar. Search securities and access the latest stock news to make informed investment decisions.
stockanalysis.com API
Access comprehensive stock market data including real-time financials, income statements, statistics, and IPO calendars to research individual stocks and identify market movers. Search stocks, view detailed overviews, and monitor premarket activity all in structured, easy-to-use format.
marketbeat.com API
Track comprehensive stock market data including real-time overviews, analyst ratings, earnings reports, insider trades, and institutional ownership across thousands of companies. Search stocks, analyze financial statements and profitability metrics, monitor short interest, explore options chains, and stay updated with market headlines and competitor analysis.
yahoofinance.com API
Access live stock quotes, historical price data, company profiles, and financial news for any ticker symbol. Supports real-time market data, OHLCV history across configurable intervals, detailed company fundamentals, and news aggregation across global exchanges.
marketindex.com.au API
Track ASX stock market data including company information, stock prices, dividends, director transactions, and sector performance. Search for stocks, monitor upcoming dividends, view market announcements, and analyze investment opportunities across the Australian securities exchange.
alphavantage.co API
Track stock prices, forex rates, and cryptocurrency values with real-time and historical market data, while accessing company financials, earnings reports, and technical indicators. Search tickers, monitor economic indicators, analyze news sentiment, and get global quotes all in one place.
ticker.finology.in API
Search and analyze stocks, view company financials and market indices, track super investors and their holdings, and explore IPO listings and sector performance. Get comprehensive market data including company overviews, financial statements, and real-time dashboard information to make informed investment decisions.
nasdaq.com API
Track real-time and historical stock prices, ETF and mutual fund quotes, cryptocurrency data, and comprehensive company financials including earnings, dividends, and SEC filings all from one source. Research market trends with institutional holdings, short interest data, retail trading activity, and market movers to make informed investment decisions.