[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건 32 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 추천 날짜
50 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4404 0 01-01
49 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4237 0 02-15
48 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4358 0 02-22
47 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4238 0 02-26
46 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4254 0 02-27
45 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3918 0 02-27
44 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6145 0 02-28
43 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3798 0 03-03
42 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3541 0 03-10
41 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5322 0 02-28
40 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5793 0 02-28
39 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4215 0 02-26
38 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5252 0 02-28
37 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4869 0 02-28
36 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3373 0 04-16
35 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4413 0 03-12
34 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3399 0 03-26
33 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3786 0 03-29
32 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3638 0 06-03
31 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3038 0 06-09
30 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5653 0 07-06
29 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3644 0 07-08
28 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3693 0 07-08
27 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3197 0 08-03
26 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3205 0 08-04

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
875
어제
7,570
최대
8,371
전체
1,649,295
Copyright (c) 株式会社YHPLUS. All rights reserved.