배당기준일 주식을 보유하고 있으면 배당금을 받을 수 있다. 12월 결산법인 배당금의 기준일은 12월 31일이다. 하지만 12월 31일은 휴장일이기 때문에 12월 30일까지 주식명부에 등록되어야 한다. 주식은 T+2일 결제이기 때문에 12월 30일로부터 T-2일에는 주식
1. 데이터 수집 및 가공 Source: 키움 Open API에서 실시간 데이터 수신 with Python Database: Influx DB 대상: ETF-선물 종목 Bid/Ask 호가, 잔량, NAV 등 가격 데이터 수집 중복 데이터 저장을 방지하기 위해 Bid/Ask 호가가 바뀔 때 DB에 저장 ETF-선물, 선물 근월물-차월물 스프레드 계...
회사에서 작성한 코드는 못 올리고 설명 위주로 작성 예정시각화부터 성능 최적화까지 다루기간단한 분석부터 시작백테스팅 결과 매주 작성주식, ETF와 선물 시장에 중점
금융수학 개론파생상품 이론수리통계학회귀분석시계열분석데이터 수집관계형 데이터베이스시계열 데이터베이스데이터 시각화통계 분석최적화Python, C/C++, Go
ETF와 선물 모두 베타(Beta)에 투자할 수 있는 방법이다.전체 시장 대비 어떤 종목 또는 포트폴리오의 변동성. 시장에 대한 민감도라고 할 수 있다.레버리지 효과가 크다.운용 보수가 없다.매일 23시간, 6일 동안 장이 열린다.기초 지수와의 추적 오차가 거의 나지
주식시장에서 거래가 가능한 펀드설정/해지가 자유로운 개방형 펀드특정 지수를 따라가는 인덱스 펀드거래소에 상장현물로 설정/해지인덱스 펀드와 주식의 특성을 모두 가짐일반 펀드와 달리 거래소를 통해 매수/매도의 형태로 투자설정/해지는 주로 기관투자자나 차익거래자들이 시행AP
표준편차(Standard deviation): 총위험 또는 변동성베타(Beta): 시장대비 민감도샤프지수(Sharp ratio): 위험 한 단위를 감수할 때 얻을 수 있는 초과수익의 정도(수익률 - 무위험수익률) / 수익률의 표준편차젠센알파지수(Jensen's alph
KOSPI, KOSDAQ, NASDAQ 등 국내외 시장의 데이터를 수집해 MACD 전략을 적용하여 시그널이 나타난 종목의 기술적 지표를 차트로 나타내었다. 연합인포맥스 ExcelKOSPI200, KOSDAQ150, 국내상장ETF, NASDAQ100, NIKKEI225
MACD(Trend)추세(Trend) 변화를 감지하는 도구MACD: 12일 EMA - 26일 EMASignal: MACD의 9일 EMAMACD와 Signal의 교차점: 12일 EMA와 26일 EMA의 격차가 최대. 곧 EMA들도 교차할 것으로 예상 가능EMA의 선행지표
Day 8 3Sum 문제 Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array whi
You are given a map in form of a two-dimensional integer grid where 1 represents land and 0 represents water.Grid cells are connected horizontally/ver
Given a non-empty array of digits representing a non-negative integer, plus one to the integer.The digits are stored such that the most significant di
The Hamming distance between two integers is the number of positions at which the corresponding bits are different.Given two integers x and y, calcula
Write a program to find the n-th ugly number.Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. Example:Note: is typically t
Day3 Prison Cells After N Days 문제 There are 8 prison cells in a row, and each cell is either occupied or vacant. Each day, whether the cell is occupi
Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root).Binar
You have a total of n coins that you want to form in a staircase shape, where every k-th row must have exactly k coins.Given n, find the total number