mirror of
https://github.com/shawnkim1997/All-in-one-Financial-Analysis.git
synced 2026-08-20 14:18:05 +00:00
17 lines
411 B
Bash
17 lines
411 B
Bash
# Copy to atlas-terminal/.env or project root .env (see README)
|
|
|
|
GOOGLE_API_KEY=
|
|
SEC_EDGAR_EMAIL=
|
|
|
|
# Required for encrypted server-side credential storage.
|
|
# Generate with:
|
|
# python -c "import secrets; print(secrets.token_urlsafe(32))"
|
|
ATLAS_MASTER_KEY=
|
|
|
|
# Optional
|
|
FMP_API_KEY=
|
|
ECOS_API_KEY=
|
|
DART_API_KEY=
|
|
# Japan EDINET API v2 (optional — 有価証券報告書 download in Filings)
|
|
EDINET_SUBSCRIPTION_KEY=
|