Documentation
¶
Overview ¶
Example: Earnings Analyzer
Concurrent data pipeline that fetches earnings data for a watchlist, correlates each earnings report with the stock's price reaction using candle data, and optionally fetches related news headlines. Outputs a summary report ranked by earnings surprise magnitude.
Usage:
export MARKETDATA_TOKEN="your-api-key" go run ./examples/earnings-analyzer go run ./examples/earnings-analyzer -symbols AAPL,MSFT,GOOG -quarters 4 go run ./examples/earnings-analyzer -symbols TSLA -quarters 8 -news
Click to show internal directories.
Click to hide internal directories.