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
3mo 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 →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.