-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.env.example
More file actions
42 lines (34 loc) · 2.2 KB
/
Copy path.env.example
File metadata and controls
42 lines (34 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# DartLab 데이터 공급자 자격증명 (.env)
# 이 파일을 복사해 .env 로 두고 값을 채우세요. 또는:
# dartlab.gather.setCredential("dataGoKr", "<키>") (암호화 저장)
# 상태 확인: dartlab.gather.credentialStatus() / python -m dartlab.gather.credentials
# [dart] 금융감독원 OpenDART — 한국 공시·재무 원본 (정기보고서·재무제표)
# 발급: https://opendart.fss.or.kr/
# 주의: 키 90일 만료 — 갱신 필요. 멀티키는 DART_API_KEYS(콤마 구분).
DART_API_KEY=
# DART_API_KEYS= # (선택) 멀티키 — 콤마 구분
# [dataGoKr] 공공데이터포털 (data.go.kr) — 금융위 주가시세 · 관세청 수출입 무역통계 · 국민연금 가입사업장
# 발급: https://www.data.go.kr
# 신청: 단일 계정 인증키 1개로 공통. 활용신청(자동승인): 금융위_주식시세정보 · 관세청_품목별 수출입실적(15101609) · 국민연금공단_국민연금 가입 사업장 내역(3046071).
# 주의: Decoding 키 사용 (httpx params 가 serviceKey 를 1회 URL-encode).
DATA_GO_KR_KEY=
# [ecos] 한국은행 ECOS — 한국 거시 시계열 (macro/ecos 패널)
# 발급: https://ecos.bok.or.kr/api/#/
ECOS_API_KEY=
# [fred] FRED (미 세인트루이스 연준) — 미국 거시·산업 시계열 (macro/fred 패널)
# 발급: https://fred.stlouisfed.org/docs/api/api_key.html
# 주의: 콤마 구분 멀티키 지원 (429 시 자동 rotate).
FRED_API_KEY=
# [hf] Hugging Face — parquet 데이터셋 read(공개는 토큰 불필요) + 운영자 업로드
# 발급: https://huggingface.co/settings/tokens
HF_TOKEN=
# [krx] KRX 정보데이터시스템 — 한국거래소 시세 (제3자 재배포 금지 — 비공개 캐시 전용)
# 발급: http://data.krx.co.kr
KRX_API_KEY=
# [openfigi] OpenFIGI (Bloomberg) — 심볼로지 매핑 (선택 — 미설정 시 rate-limit 낮춤)
# 발급: https://www.openfigi.com/api
OPENFIGI_API_KEY=
# [landing] Cloudflare Web Analytics — 공개 beacon site token 또는 Cloudflare 제공 script snippet
# Cloudflare Web Analytics site hostname: eddmpython.github.io
# 미설정 시 랜딩 빌드에 analytics beacon 을 로드하지 않음.
VITE_CLOUDFLARE_WEB_ANALYTICS_TOKEN=