1. Core Concepts
  2. Data Types

Available Data Types

Explore all the types of financial data you can access through Tickerdata.

Overview

Tickerdata provides access to multiple categories of financial data through two functions:

  • TICKERDATALIVE - Real-time data (prices, company info)
  • TICKERDATA - Historical data (financial statements, metrics)

Excel spells them TICKERDATA.LIVE and TICKERDATA.DATA - see what the functions are called.

Use the Attribute Explorer to search and browse all 200+ available attributes with descriptions, example formulas, and use cases.

Data Categories

Real-time market data via TICKERDATALIVE:

AttributeDescriptionExample
PriceCurrent stock price178.50
Market CapMarket capitalization2.8T
BetaStock volatility1.25
Average VolumeAverage volume (formerly “Vol Avg”)52,400,000
Last DividendAnnual dividend (formerly “Dividend”)0.96
Dividend YieldYield percentage0.54%
365 Day Range52-week high/low124.17 - 198.23
=TICKERDATALIVE("AAPL", "Price")
=TICKERDATA.LIVE("AAPL", "Price")

Time Periods for TICKERDATA

PeriodDescriptionExample
YearSpecific fiscal year=TICKERDATA("AAPL", "Revenue", 2023)=TICKERDATA.DATA("AAPL", "Revenue", 2023)
TTMTrailing twelve months=TICKERDATA("AAPL", "Revenue", "ttm")=TICKERDATA.DATA("AAPL", "Revenue", "ttm")
Q1-Q4Specific quarter=TICKERDATA("AAPL", "Revenue", 2023, "Q1")=TICKERDATA.DATA("AAPL", "Revenue", 2023, "Q1")

Info

Not all metrics support TTM. If you get an error with TTM, try using a specific year instead.

Data Availability

  • US Stocks: Full data coverage
  • International: Coverage varies by exchange
  • Crypto: Price and market cap data via TICKERDATALIVE

Next Steps

Didn't find what you came for?

Tell us the sheet you're trying to make and we'll point you at the right numbers.

Tell us what you're trying to make →