Add Alpha Vantage event calendar provider
This commit is contained in:
parent
9bace6932e
commit
dd32be7717
8 changed files with 237 additions and 8 deletions
12
.env.example
12
.env.example
|
|
@ -80,12 +80,16 @@ CLASSIFIER_0DTE_MIN_PREMIUM=20000
|
|||
CLASSIFIER_0DTE_MIN_SIZE=400
|
||||
|
||||
# Smart money refdata
|
||||
# Optional JSON event-calendar file used by compute for event-driven profile enrichment.
|
||||
# Example row:
|
||||
# [{"symbol":"AAPL","event_date":"2025-01-31T21:00:00Z","event_kind":"earnings","announced_ts":"2024-12-20T21:00:00Z"}]
|
||||
SMART_MONEY_EVENT_CALENDAR_PATH=
|
||||
# Optional JSON event-calendar cache used by compute for event-driven profile enrichment.
|
||||
SMART_MONEY_EVENT_CALENDAR_PATH=data/event-calendar.json
|
||||
# Refdata service also accepts REFDATA_EVENT_CALENDAR_PATH; if unset it falls back to SMART_MONEY_EVENT_CALENDAR_PATH.
|
||||
REFDATA_EVENT_CALENDAR_PATH=
|
||||
# Set to alpha_vantage to refresh the JSON cache from Alpha Vantage's EARNINGS_CALENDAR CSV endpoint.
|
||||
REFDATA_EVENT_CALENDAR_PROVIDER=
|
||||
ALPHA_VANTAGE_API_KEY=
|
||||
ALPHA_VANTAGE_EARNINGS_HORIZON=3month
|
||||
ALPHA_VANTAGE_EARNINGS_SYMBOL=
|
||||
REFDATA_EVENT_CALENDAR_REFRESH_MS=86400000
|
||||
|
||||
# Replay service
|
||||
REPLAY_ENABLED=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue