Skip to content
View yoonbae81's full-sized avatar

Block or report yoonbae81

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. yQuant yQuant Public

    An automated stock trading system in C# using RX.NET and Hexagonal Architecture for efficient stock trading.

    C#

  2. librarian librarian Public

    Organize e-books as per Korean Decimal Classification (KDC)

    C#

  3. yhistory yhistory Public

    Provide cached market data from NAVER, Daum, and Yahoo.

    Python 1

  4. ymarket ymarket Public

    Scripts for preparing stock symbols and time-series data including OHLC prices

    Python 3 1

  5. 클리앙 쀑고μž₯ν„° λͺ¨λ‹ˆν„°λ§ 클리앙 쀑고μž₯ν„° λͺ¨λ‹ˆν„°λ§
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    ### Configuration ################################################
    4
    CLIEN_USERID     = 'XXXXXXXX'
    5
    CLIEN_PASSWD     = 'XXXXXXXX'
  6. Convert ticker-based files from stoo... Convert ticker-based files from stooq.com into date-based files
    1
    #!/usr/bin/env python3
    2
    """
    3
    Convert ticker-based files from https://stooq.com/db/h/ into date-based files
    4
    """
    5