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 main functions:

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

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")
=TICKERDATALIVE("AAPL", "Market Cap")
=TICKERDATALIVE("AAPL", "Beta")

Time Periods for TICKERDATA

PeriodDescriptionExample
YearSpecific fiscal year=TICKERDATA("AAPL", "Revenue", 2023)
TTMTrailing twelve months=TICKERDATA("AAPL", "Revenue", "ttm")
Q1-Q4Specific quarter=TICKERDATA("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