Aegwah Actuals — free sample ZIP
=================================

What this is
------------
A free evaluation slice of the paid Aegwah Actuals schema:
- 10 tickers (AAPL, MSFT, NVDA, AMZN, GOOGL, META, TSLA, JPM, MA, JNJ)
- Last 5 years of as-filed GAAP EPS rows (same fields as the full product)
- Includes announcement_time / announcement_date when present
- Optional Form 4 open-market sample under insiders/ when available

This is research data documentation — not investment advice.

Full universe (502 tickers, 16+ years)
--------------------------------------
https://aegwah.com/#pricing

How to load (Python)
--------------------
  import json, pandas as pd
  rows = json.loads(open("json/AAPL_earnings_actuals_adjusted.json").read())
  df = pd.DataFrame(rows)
  print(df[["fiscal_quarter", "eps_diluted_gaap", "announcement_time"]].head())

License / use
-------------
Personal evaluation and non-redistribution. Do not republish the raw files.
Primary source: SEC EDGAR public filings.
