Data Dictionary
Introduction

Data Dictionary

A data dictionary explains what every variable name and value in a dataset actually means. This section provides formal definitions, allowed value ranges, and descriptions for every field returned by the AltIndex API, so you can integrate with confidence and interpret results correctly.

How to Read the Dictionary Tables

Each dataset page contains tables with the following columns:

ColumnPurpose
Variable NameThe exact field name as it appears in the API JSON response
TypeData type (string, integer, float, date, object, array)
Allowed ValuesRange, enumeration, or format constraint for valid values
DefinitionA concise, formal definition of the variable
DescriptionExtended explanation with platform-specific notes, edge cases, and context

Null handling: Social metric fields are nullable. When a metric is not available for a given platform or date, the field is omitted from the response rather than returned as null. See the REST API Social reference for the platform-metric availability matrix.


Datasets

Entities

Company and entity metadata returned by the GET /api/entities and GET /api/entities/{ticker} endpoints. Includes ticker symbols, company names, industry classifications, and the social handle mappings that power every social data endpoint.

Social Followers

Daily follower and subscriber counts across 8 social platforms: Instagram, X (Twitter), Facebook, Threads, TikTok, Pinterest, YouTube, and Reddit. Returned by the GET /api/social/{platform}/{ticker} endpoints.

Mentions & Sentiment

Mention counts and sentiment scores derived from public discussion data on Reddit, Stocktwits, X (Twitter), and 4chan /biz/. Returned by the GET /api/social/{platform}/{ticker} endpoints.


Data Coverage

Social Followers

Daily follower / subscriber counts for company-linked social accounts across 9 platforms.

PlatformMetric
InstagramFollower count
FacebookFollower count
X (Twitter)Follower count
ThreadsFollower count
TikTokFollower count
PinterestFollower count
YouTubeFollower count
RedditFollower count
StocktwitsFollower count

Social Mentions & Sentiment

Mention counts and sentiment scores derived from public discussion data.

SourceMetrics
RedditMention counts + sentiment (posts & comments across investing subreddits)
StocktwitsDaily mention counts + sentiment
X (Twitter)Cashtag mention counts + sentiment
4chan /biz/Daily mention counts

Additional Datasets

DatasetDescription
Job PostingsOpen job counts from LinkedIn, Glassdoor, and Indeed -- 371,543+ postings tracked by department and location
Employee HeadcountDaily employee count snapshots from LinkedIn and TipRanks -- track workforce expansion and contraction
Employee ReviewsGlassdoor and Indeed ratings and review trends
Web TrafficMonthly website visitor estimates
App IntelligenceiOS and Android download trends plus 797,821+ user reviews
News Coverage460,040+ articles with AI-powered categorization
Insider TransactionsSEC Form 4 filings tracking insider buying and selling
Congressional TradingStock trades by US Congress members

Coverage Summary

MetricValue
Entities covered~2,527 (stocks, ETFs, and crypto)
Historical depth7+ years (since Oct 2018)
Timeline records5.6M+
Social platforms9
Reddit mentions tracked432,054+

Company entities and their social handle mappings are available through the GET /api/entities and GET /api/entities/{ticker} endpoints. See Knowledge Graph for details on how we map tickers to social accounts.


Related Pages