[php] 자사주시세정보 API 서비스 예제 > 팁앤테크

본문 바로가기
사이트 내 전체검색

팁앤테크

[php] 자사주시세정보 API 서비스 예제

페이지 정보

본문

<?php
        //1. 아래 code= 부분에 종목코드를 넣어주세요.
        $url = "https://asp.koscom.co.kr/listservice/getStockInfoXML?code=005930&auth_key=Y0va9PYmoKiqWJ7oSVFiyIy2aVHq7lXj&gubun=K";
        $data = preg_replace("/\n+/", "", file_get_contents($url));
        $xml = simplexml_load_string($data);

        $NowTime = date("Y-m-d H:i:s",time());

        $value_disInfo = Count($xml->disInfo);
        for($i=0;$i<$value_disInfo;$i++) {
        $disInfo[$i][0] = $xml->disInfo[$i]['distime'];
        $disInfo[$i][1] = $xml->disInfo[$i]['disAcpt_no'];
        $disInfo[$i][2] = $xml->disInfo[$i]['disTitle'];
        $disInfo[$i][3] = $xml->disInfo[$i]['submitOblgNm'];
        }
    ?>
        <span class="date_time"><span class="time_img"></span><?php echo $NowTime?> 기준</span>
            <table id="disInfo">
            <colgroup>
                <col style="width:15%;"/>
                <col style="width:15%;"/>
                <col />
                <col style="width:15%;" />
            </colgroup>
                <tr>
                    <th>번호</th>
                    <th>일자</th>
                    <th>공시제목</th>
                    <th>제출의무자</th>
                </tr>
                <?php if($value_disInfo > 0){ ?>
                <?php for($k=0; $k<$value_disInfo;$k++) {?>
                <tr>
                    <td><?php echo $value_disInfo-$k?></td>
                    <td><?php echo substr($disInfo[$k][0],0,4);?>/<?php echo substr($disInfo[$k][0],4,2);?>/<?php echo substr($disInfo[$k][0],6,2);?></td>
                    <td><a href="#" onclick="window.open('http://kind.krx.co.kr/common/disclsviewer.do?method=search&acptno=<?php echo $disInfo[$k][1]?>','공시상세보기','width=1200,height=800,top=100,left=350,toolbar=no,menubar=no,scrollbars=no,resizable=yes');return false;"><?php echo $disInfo[$k][2]?></a></td>
                    <td><?php echo $disInfo[$k][3]?></td>
                </tr>
                <?php } ?>
                <?php } else {?>
                <tr>
                    <td colspan="4">데이터가 없습니다.</td>
                </tr>
                <?php } ?>
            </table>

추천0

댓글목록

등록된 댓글이 없습니다.

Total 825건 2 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 추천 날짜
800 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16032 0 08-12
799 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14648 0 06-19
798 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15061 0 06-23
797 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14073 0 05-22
796 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12424 0 05-26
795 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14817 0 06-01
794 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15277 0 06-01
793 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18633 0 06-03
792 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16319 0 05-21
791 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13519 0 01-02
790 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16106 0 01-12
789 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18914 0 01-20
788 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15378 0 03-20
787 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 26129 0 03-20
786 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14043 0 03-20
785 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18481 0 11-01
784 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13274 0 04-10
783 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20685 0 04-20
782 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13816 0 05-08
781 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15682 0 05-12
780 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15517 0 01-19
779 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11977 0 01-07
778 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20673 0 01-23
777 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18026 0 11-01
776 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18136 0 02-14

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
5,334
어제
6,202
최대
7,259
전체
1,247,084
Copyright (c) 株式会社YHPLUS. All rights reserved.