퀀트 투자/FinRL

[FinRL] CH3. 플랫폼 구성-(1)Data

SKY-STONE 2024. 1. 11. 09:52

Financial Reinforcement Learning(FinRL) Platform

Contents

  1. Installation
  2. Framework Overview
  3. Main Component
    • Data
    • Train
    • Backtest
  4. Examples

 

CH3. Main Component - (1)Data

Introduction
  • 강화 학습을 위해 yahoo finance API를 통해 주가 데이터를 다운로드 후 데이터 가공을 진행 
  • API 로드(Part1): 각종 코드에서 사용될 API를 설치하고 Import
  • 데이터 다운로드(Part2): yahoo finance API를 통해 OHLCV* 데이터를 다운로드
  • 데이터 가공(Part3): OHLCV* 데이터에 MACD, RSI, Turbulence Index를 추가 및 가공   
  • 데이터 저장(Part4): 가공된 데이터를 CSV 파일로 저장

*OHLCV: Open, High, Low, Close, Volume

 

 

GitHub - AI4Finance-Foundation/FinRL-Tutorials: Tutorials. Please star.

Tutorials. Please star. . Contribute to AI4Finance-Foundation/FinRL-Tutorials development by creating an account on GitHub.

github.com


Stock_NeurIPS2018_1_Data