TickerLayer Market Data
Real-time and historical financial market data for AI agents and applications.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Get Quote: Latest bid/ask quote for a symbol in any asset class. Symbol conventions: crypto pairs like BTCUSD; forex pairs like EURUSD; commodities like XAUUSD; indices like US500; ETF codes like US50
- Get Last Trade: Most recent trade (price/size/timestamp) for a symbol. Symbol conventions: crypto pairs like BTCUSD; forex pairs like EURUSD; commodities like XAUUSD; indices like US500; ETF codes lik
- Get Snapshot: Consolidated snapshot for a symbol: last trade, bid/ask quote, previous close, and change vs that close. Best single call for "how is X doing right now". For OHLC bars use get_history or
What data it sees
Do you need an account
No: the server works without sign-in
Real-time and historical financial market data for AI agents and applications. Access stocks, forex, crypto, indices, ETFs, commodities, and government bond yields through a normalized MCP interface. Includes live quotes, trades, snapshots, OHLCV history, symbol discovery, market status, trading sessions, and holiday calendars. Connect securely with OAuth and start with the TickerLayer free tier.
Server tool list (10)
Raw names from tools/list. Only developers need these.
| get_quote | Latest bid/ask quote for a symbol in any asset class. Symbol conventions: crypto pairs like BTCUSD; forex pairs like EURUSD; commodities like XAUUSD; indices like US500; ETF codes like US500ETF; stocks always use the COUNTRY:TICKER form with an ISO alpha-2 country prefix, e.g. US:AAPL, DE:SAP, SA:2222. Use list_symbols to discover valid symbols. |
| get_last_trade | Most recent trade (price/size/timestamp) for a symbol. Symbol conventions: crypto pairs like BTCUSD; forex pairs like EURUSD; commodities like XAUUSD; indices like US500; ETF codes like US500ETF; stocks always use the COUNTRY:TICKER form with an ISO alpha-2 country prefix, e.g. US:AAPL, DE:SAP, SA:2222. Use list_symbols to discover valid symbols. |
| get_snapshot | Consolidated snapshot for a symbol: last trade, bid/ask quote, previous close, and change vs that close. Best single call for "how is X doing right now". For OHLC bars use get_history or get_previous_close. Symbol conventions: crypto pairs like BTCUSD; forex pairs like EURUSD; commodities like XAUUSD; indices like US500; ETF codes like US500ETF; stocks always use the COUNTRY:TICKER form with an ISO alpha-2 country prefix, e.g. US:AAPL, DE:SAP, SA:2222. Use list_symbols to discover valid symbols. |
| get_previous_close | Previous completed daily bar (OHLCV) for a symbol. Pass interval for the most recently settled intraday bar instead. Symbol conventions: crypto pairs like BTCUSD; forex pairs like EURUSD; commodities like XAUUSD; indices like US500; ETF codes like US500ETF; stocks always use the COUNTRY:TICKER form with an ISO alpha-2 country prefix, e.g. US:AAPL, DE:SAP, SA:2222. Use list_symbols to discover valid symbols. |
| get_history | Historical OHLCV aggregate bars between two UTC dates. Valid interval pairs: 1/5/15 minute, 1/4 hour, 1 day. History depth depends on the account plan. |
| list_symbols | List the enabled public symbols for an asset class, optionally filtered by a case-insensitive substring of the symbol or name. Use this before guessing a symbol. |
| get_market_status | Whether markets are open, closed, or in pre/post-market. Call without arguments for a global overview (crypto, forex, and stock regions), or narrow by asset, symbol, or market/region code (e.g. market=US). |
| get_market_sessions | Trading session windows (pre-market, primary, post-market) for a market, asset class, or symbol on a given date. |
| get_market_holidays | Holiday calendar (full closures and early closes) for a market, asset class, or symbol. |
| get_bond_yield | Latest government bond yield (last rate) for a country/tenor pair. Symbols use COUNTRY:TENOR. Countries: US, DE, FR, IT, ES, UK (UK gilts use UK, never GB). US tenors: 1M, 3M, 6M, 1Y, 2Y, 3Y, 5Y, 7Y, 10Y, 20Y, 30Y. European tenors: 1Y, 2Y, 3Y, 5Y, 10Y, 30Y only. |