<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>주식 Archives - 공노리</title>
	<atom:link href="https://golfmembership.co.kr/category/uncategorized/%EC%A3%BC%EC%8B%9D/feed/" rel="self" type="application/rss+xml" />
	<link>https://golfmembership.co.kr/category/uncategorized/주식/</link>
	<description>세상 모든 골프장</description>
	<lastBuildDate>Wed, 15 Jul 2026 04:24:42 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://i0.wp.com/golfmembership.co.kr/wp-content/uploads/2024/04/cropped-logo-1.png?fit=32%2C32&#038;ssl=1</url>
	<title>주식 Archives - 공노리</title>
	<link>https://golfmembership.co.kr/category/uncategorized/주식/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">223293181</site>	<item>
		<title>미국증시 JP모건체이스 실적발표 일정</title>
		<link>https://golfmembership.co.kr/jpm/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 15 Jul 2026 04:24:39 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[주식]]></category>
		<guid isPermaLink="false">https://golfmembership.co.kr/?p=2950</guid>

					<description><![CDATA[<p>JP모건체이스 2분기 실적 발표 총정리 2025 · 2Q EARNINGS SEASON 이번 주 미국 주요 기업실적 발표 일정 총정리 JP모건체이스를 시작으로 미국 2분기 어닝시즌이 본격 개막합니다. 금융주 실적이 향후 미국 증시의 방향을 가늠할 첫 시험대가 됩니다. 📊 JPMorgan Chase &#160;·&#160; NYSE: JPM EARNINGS CALENDAR JP모건을 시작으로 실적 시즌 개막 이번 주는 금융주 실적 발표가 가장 먼저 ... <a title="미국증시 JP모건체이스 실적발표 일정" class="read-more" href="https://golfmembership.co.kr/jpm/" aria-label="미국증시 JP모건체이스 실적발표 일정에 대해 더 자세히 알아보세요">더 읽기</a></p>
<p>The post <a href="https://golfmembership.co.kr/jpm/">미국증시 JP모건체이스 실적발표 일정</a> appeared first on <a href="https://golfmembership.co.kr">공노리</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JP모건체이스 2분기 실적 발표 총정리</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&amp;display=swap" rel="stylesheet">
<style>
  :root{
    --point:#780000;
    --point-soft:#78000012;
    --point-mid:#a83232;
    --ink:#1a1a1a;
    --sub:#5c5c5c;
    --line:#ececec;
    --bg:#ffffff;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  body{
    font-family:'Noto Sans KR',sans-serif;
    background:#f7f7f8;
    color:var(--ink);
    line-height:1.75;
    -webkit-font-smoothing:antialiased;
  }
  .wrap{
    max-width:820px;
    margin:0 auto;
    background:var(--bg);
    padding:0 0 80px;
  }

  /* ===== Hero ===== */
  .hero{
    background:linear-gradient(160deg,#780000 0%,#5a0000 100%);
    color:#fff;
    padding:64px 40px 56px;
    position:relative;
    overflow:hidden;
  }
  .hero::after{
    content:"";
    position:absolute;
    right:-80px;top:-80px;
    width:280px;height:280px;
    background:rgba(255,255,255,.06);
    border-radius:50%;
  }
  .hero .tag{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    background:rgba(255,255,255,.15);
    padding:6px 14px;
    border-radius:20px;
    margin-bottom:20px;
  }
  .hero h1{
    font-size:34px;
    font-weight:900;
    line-height:1.35;
    margin-bottom:16px;
    position:relative;z-index:1;
  }
  .hero p{
    font-size:16px;
    color:#fff;
    opacity:.9;
    max-width:560px;
    position:relative;z-index:1;
  }
  .hero .ticker{
    margin-top:28px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff;
    color:var(--point);
    font-weight:900;
    font-size:15px;
    padding:10px 20px;
    border-radius:10px;
  }

  /* ===== Section ===== */
  section{padding:52px 40px;border-bottom:1px solid var(--line);}
  .kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--point);
    font-weight:700;
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:14px;
  }
  .kicker::before{
    content:"";
    width:22px;height:2px;
    background:var(--point);
  }
  h2{
    font-size:25px;
    font-weight:900;
    margin-bottom:22px;
    line-height:1.4;
  }
  h2 .hl{color:var(--point);}
  p{font-size:15.5px;color:#333;margin-bottom:14px;}
  p.lead{font-size:17px;color:var(--sub);}

  /* ===== Schedule table ===== */
  .sched{
    width:100%;
    border-collapse:collapse;
    margin-top:8px;
    font-size:15px;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 2px 20px rgba(0,0,0,.04);
  }
  .sched thead th{
    background:var(--point);
    color:#fff;
    font-weight:700;
    padding:15px 18px;
    text-align:left;
  }
  .sched tbody td{
    padding:15px 18px;
    border-bottom:1px solid var(--line);
    background:#fff;
  }
  .sched tbody tr:first-child td{
    background:var(--point-soft);
    font-weight:700;
  }
  .sched .tk{
    display:inline-block;
    font-weight:700;
    color:var(--point);
    background:var(--point-soft);
    padding:2px 10px;
    border-radius:6px;
    font-size:13px;
  }
  .sched tbody tr:last-child td{border-bottom:none;}

  /* ===== Chart card ===== */
  .chart-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    padding:28px 26px 22px;
    margin:22px 0;
    box-shadow:0 4px 24px rgba(0,0,0,.05);
  }
  .chart-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:6px;
  }
  .chart-head h3{font-size:18px;font-weight:900;}
  .chart-no{
    font-size:12px;font-weight:700;color:#fff;
    background:#555;border-radius:20px;
    padding:4px 12px;white-space:nowrap;
  }
  .legend{
    display:flex;gap:18px;margin:10px 0 6px;
    font-size:13px;color:var(--sub);font-weight:500;
  }
  .legend span{display:inline-flex;align-items:center;gap:6px;}
  .dot{width:11px;height:11px;border-radius:50%;display:inline-block;}
  .dot.point{background:var(--point);}
  .dot.gray{background:#c3c8cf;}
  .dot.dark{background:#3a3f47;}
  .dot.hollow{border:2px solid #3a3f47;background:#fff;}
  .chart-cap{
    text-align:center;font-size:12.5px;color:#999;margin-top:14px;
  }
  svg{width:100%;height:auto;display:block;}

  /* ===== Point boxes ===== */
  .pointbox{
    background:var(--point-soft);
    border-left:4px solid var(--point);
    border-radius:0 12px 12px 0;
    padding:20px 24px;
    margin:22px 0;
  }
  .pointbox strong{color:var(--point);}

  .checklist{list-style:none;margin:18px 0;}
  .checklist li{
    position:relative;
    padding:14px 18px 14px 52px;
    background:#fafafa;
    border:1px solid var(--line);
    border-radius:12px;
    margin-bottom:12px;
    font-size:15.5px;
    font-weight:500;
  }
  .checklist li::before{
    content:"";
    position:absolute;left:18px;top:50%;transform:translateY(-50%);
    width:22px;height:22px;border-radius:50%;
    background:var(--point);
    display:flex;
  }
  .checklist li::after{
    content:"✓";
    position:absolute;left:24px;top:50%;transform:translateY(-50%);
    color:#fff;font-size:12px;font-weight:900;
  }
  .checklist li .num{color:var(--point);font-weight:900;}

  /* ===== KPI ===== */
  .kpi-grid{display:flex;gap:16px;flex-wrap:wrap;margin:8px 0;}
  .kpi{
    flex:1;min-width:200px;
    border:1px solid var(--line);
    border-radius:16px;
    padding:24px;
    text-align:center;
    background:#fff;
    box-shadow:0 4px 20px rgba(0,0,0,.04);
  }
  .kpi .lbl{font-size:13px;color:var(--sub);margin-bottom:6px;font-weight:500;}
  .kpi .val{font-size:34px;font-weight:900;color:var(--point);line-height:1.1;}
  .kpi .unit{font-size:14px;color:#888;margin-top:4px;}

  /* pill list */
  .pill-row{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 6px;}
  .pill{
    background:var(--point-soft);color:var(--point);
    font-weight:700;font-size:13.5px;
    padding:8px 16px;border-radius:30px;
  }

  footer{
    text-align:center;padding:40px;color:#aaa;font-size:13px;
  }
  footer .src{color:var(--point);font-weight:700;}

  @media(max-width:560px){
    .hero{padding:44px 24px 40px;}
    .hero h1{font-size:26px;}
    section{padding:40px 22px;}
    h2{font-size:21px;}
    .kpi .val{font-size:28px;}
  }
</style>


<div class="wrap">

  <!-- HERO -->
  <div class="hero">
    <span class="tag">2025 · 2Q EARNINGS SEASON</span>
    <h1>이번 주 미국 주요 기업<br>실적 발표 일정 총정리</h1>
    <p>JP모건체이스를 시작으로 미국 2분기 어닝시즌이 본격 개막합니다. 금융주 실적이 향후 미국 증시의 방향을 가늠할 첫 시험대가 됩니다.</p>
    <div class="ticker"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4ca.png" alt="📊" class="wp-smiley" style="height: 1em; max-height: 1em;" /> JPMorgan Chase &nbsp;·&nbsp; NYSE: JPM</div>
  </div>

  <!-- 일정 -->
  <section>
    <span class="kicker">EARNINGS CALENDAR</span>
    <h2>JP모건을 시작으로 <span class="hl">실적 시즌 개막</span></h2>
    <p class="lead">이번 주는 금융주 실적 발표가 가장 먼저 진행되며, 향후 증시 분위기를 가늠할 중요한 기준이 될 전망입니다.</p>
    <table class="sched">
      <thead>
        <tr><th>기업</th><th>티커</th><th>발표일 (미국 기준)</th></tr>
      </thead>
      <tbody>
        <tr><td>JP모건체이스</td><td><span class="tk">JPM</span></td><td>7월 14일 · 장 시작 전</td></tr>
        <tr><td>뱅크오브아메리카</td><td><span class="tk">BAC</span></td><td>7월 14일 · 장 시작 전</td></tr>
        <tr><td>존슨앤드존슨</td><td><span class="tk">JNJ</span></td><td>7월 15일 · 장 시작 전</td></tr>
        <tr><td>모건스탠리</td><td><span class="tk">MS</span></td><td>7월 15일 · 장 시작 전</td></tr>
        <tr><td>유나이티드헬스</td><td><span class="tk">UNH</span></td><td>7월 16일 · 장 시작 전</td></tr>
      </tbody>
    </table>
    <p style="margin-top:18px;">이번 시즌 시장의 관심이 가장 먼저 집중되는 기업은 단연 <strong>JP모건체이스</strong>입니다.</p>
  </section>

  <!-- 기업소개 -->
  <section>
    <span class="kicker">ABOUT COMPANY</span>
    <h2>JP모건체이스는<br><span class="hl">어떤 기업일까?</span></h2>
    <p>JP모건체이스는 개인금융, 기업금융, 투자은행(IB), 자산관리까지 모두 운영하는 <strong>세계 최대 규모의 종합 금융그룹</strong>입니다. 미국 은행주 가운데 시가총액 1위를 유지하며 글로벌 금융시장 전체를 대표합니다.</p>
    <div class="pointbox">
      이번 실적은 JP모건 한 곳의 성적표를 넘어 <strong>미국 소비 경기, 기업 투자 심리, 금융시장 유동성, 향후 금리 환경</strong>까지 함께 확인할 수 있는 중요한 지표로 받아들여집니다.
    </div>
    <div class="pill-row">
      <span class="pill">미국 소비 경기</span>
      <span class="pill">기업 투자 심리</span>
      <span class="pill">금융시장 유동성</span>
      <span class="pill">향후 금리 환경</span>
    </div>
  </section>

  <!-- 체크포인트 -->
  <section>
    <span class="kicker">KEY CHECKPOINT</span>
    <h2>이번 분기 실적의 <span class="hl">핵심 체크포인트</span></h2>
    <p>올해 2분기는 AI 투자 확대와 지정학적 이슈로 시장 변동성이 커지면서 주식·채권 거래가 활발했습니다. 그 결과 투자은행들의 트레이딩 부문 실적은 지난해보다 크게 증가했을 것으로 예상됩니다.</p>
    <p>여기에 JP모건은 최근 대형 IPO 주관에도 적극 참여하며 <strong>투자은행(IB) 수수료 수익</strong> 역시 늘었을 것으로 전망됩니다.</p>
    <div class="pill-row">
      <span class="pill"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 트레이딩 수익 증가</span>
      <span class="pill"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> IB 수수료 확대</span>
    </div>
  </section>

  <!-- NII -->
  <section>
    <span class="kicker">THE REAL FOCUS</span>
    <h2>진짜 시장이 보는 건<br><span class="hl">순이자수익(NII)</span></h2>
    <p>시장이 가장 주목하는 항목은 따로 있습니다. 바로 <strong>순이자수익(Net Interest Income, NII)</strong>입니다. 대출 이자와 예금 이자의 차이로, 은행의 핵심 수익원입니다.</p>
    <p>지난 분기 JP모건은 호실적을 냈음에도 연간 NII 전망을 보수적으로 제시하며 주가가 하락한 바 있습니다. 이번에도 <strong>연준(Fed)의 금리 전망, 미국 경기 흐름, 향후 NII 가이던스</strong>가 주가를 결정하는 핵심 변수로 꼽힙니다.</p>
  </section>

  <!-- 시장 예상치 + 차트 3/3 -->
  <section>
    <span class="kicker">CONSENSUS</span>
    <h2>시장 예상치는?</h2>
    <div class="kpi-grid">
      <div class="kpi">
        <div class="lbl">예상 매출</div>
        <div class="val">약 510억</div>
        <div class="unit">달러 (Revenue)</div>
      </div>
      <div class="kpi">
        <div class="lbl">예상 주당순이익</div>
        <div class="val">5.66</div>
        <div class="unit">달러 (EPS)</div>
      </div>
    </div>
    <p style="margin-top:18px;">JP모건은 꾸준히 예상치를 웃도는 실적을 발표해왔지만, 이번에도 실적 자체보다 <strong>향후 전망(가이던스)</strong>이 더 중요하게 평가될 가능성이 높습니다.</p>

    <!-- 차트 2/3 : 매출액 -->
    <div class="chart-card">
      <div class="chart-head">
        <h3>최근 4개 분기 매출액</h3>
        <span class="chart-no">2 / 3</span>
      </div>
      <div class="legend">
        <span><i class="dot point"></i>실제 발표치</span>
        <span><i class="dot hollow"></i>시장예상치</span>
      </div>
      <svg viewBox="0 0 620 300" preserveAspectRatio="xMidYMid meet">
        <!-- y grid: 44,47,51 map -->
        <!-- scale: value 43 -> y260, value 52 -> y40 => y = 260 - (v-43)*(220/9) -->
        <g font-family="Noto Sans KR" font-size="13" fill="#999">
          <line x1="70" y1="40" x2="600" y2="40" stroke="#eee"></line>
          <line x1="70" y1="113" x2="600" y2="113" stroke="#eee"></line>
          <line x1="70" y1="186" x2="600" y2="186" stroke="#eee"></line>
          <text x="35" y="45">51</text>
          <text x="35" y="118">47</text>
          <text x="35" y="191">44</text>
          <text x="35" y="20" fill="#666">(십억달러)</text>
        </g>
        <!-- bars: baseline y=260 -->
        <!-- categories x: 115,215,315,415,540(this q hollow only) -->
        <!-- 4Q전 45.5 -->
        <rect x="90" y="199" width="55" height="61" rx="4" fill="#780000"></rect>
        <!-- 3Q전 46.7 -->
        <rect x="188" y="170" width="55" height="90" rx="4" fill="#780000"></rect>
        <!-- 2Q전 46.4 -->
        <rect x="286" y="177" width="55" height="83" rx="4" fill="#780000"></rect>
        <!-- 1Q전 50.4 -->
        <rect x="384" y="79" width="55" height="181" rx="4" fill="#780000"></rect>
        <!-- consensus hollow circles -->
        <circle cx="117" cy="223" r="8" fill="#fff" stroke="#3a3f47" stroke-width="2.5"></circle>
        <circle cx="215" cy="211" r="8" fill="#fff" stroke="#3a3f47" stroke-width="2.5"></circle>
        <circle cx="313" cy="150" r="8" fill="#fff" stroke="#3a3f47" stroke-width="2.5"></circle>
        <circle cx="411" cy="118" r="8" fill="#fff" stroke="#3a3f47" stroke-width="2.5"></circle>
        <circle cx="540" cy="40" r="8" fill="#fff" stroke="#3a3f47" stroke-width="2.5"></circle>
        <!-- $51 label -->
        <g>
          <rect x="500" y="70" width="70" height="30" rx="6" fill="#eee"></rect>
          <text x="535" y="90" text-anchor="middle" font-family="Noto Sans KR" font-size="15" font-weight="700" fill="#333">$51</text>
        </g>
        <!-- x labels -->
        <g font-family="Noto Sans KR" font-size="13" fill="#555" text-anchor="middle" font-weight="500">
          <text x="117" y="285">4분기 전</text>
          <text x="215" y="285">3분기 전</text>
          <text x="313" y="285">2분기 전</text>
          <text x="411" y="285">1분기 전</text>
          <text x="540" y="285">이번 분기</text>
        </g>
      </svg>
      <div class="chart-cap">출처: Bloomberg</div>
    </div>

    <!-- 차트 3/3 : EPS -->
    <div class="chart-card">
      <div class="chart-head">
        <h3>최근 4개 분기 주당순이익(EPS)</h3>
        <span class="chart-no">3 / 3</span>
      </div>
      <div class="legend">
        <span><i class="dot point"></i>실제 발표치</span>
        <span><i class="dot hollow"></i>시장예상치</span>
      </div>
      <svg viewBox="0 0 620 300" preserveAspectRatio="xMidYMid meet">
        <!-- y: 4.7,5.3,6.0 ; scale 4.5->y260, 6.1->y40 -> y=260-(v-4.5)*(220/1.6) -->
        <g font-family="Noto Sans KR" font-size="13" fill="#999">
          <line x1="70" y1="60" x2="600" y2="60" stroke="#eee"></line>
          <line x1="70" y1="156" x2="600" y2="156" stroke="#eee"></line>
          <line x1="70" y1="219" x2="600" y2="219" stroke="#eee"></line>
          <text x="35" y="65">6.0</text>
          <text x="35" y="161">5.3</text>
          <text x="35" y="224">4.7</text>
          <text x="35" y="30" fill="#666">(달러)</text>
        </g>
        <!-- actual filled yellow -->
        <!-- 4Q전 실제 4.99 -->
        <circle cx="117" cy="192" r="9" fill="#780000"></circle>
        <!-- 3Q전 실제 5.07 -->
        <circle cx="215" cy="181" r="9" fill="#780000"></circle>
        <!-- 2Q전 실제 4.68 -->
        <circle cx="313" cy="235" r="9" fill="#780000"></circle>
        <!-- 1Q전 실제 5.94 -->
        <circle cx="411" cy="62" r="9" fill="#780000"></circle>
        <!-- consensus hollow -->
        <circle cx="117" cy="233" r="9" fill="#fff" stroke="#3a3f47" stroke-width="2.5"></circle>
        <circle cx="215" cy="203" r="9" fill="#fff" stroke="#3a3f47" stroke-width="2.5"></circle>
        <circle cx="313" cy="181" r="9" fill="#fff" stroke="#3a3f47" stroke-width="2.5"></circle>
        <circle cx="411" cy="145" r="9" fill="#fff" stroke="#3a3f47" stroke-width="2.5"></circle>
        <circle cx="540" cy="105" r="9" fill="#fff" stroke="#3a3f47" stroke-width="2.5"></circle>
        <!-- $5.66 label -->
        <g>
          <rect x="495" y="140" width="86" height="30" rx="6" fill="#eee"></rect>
          <text x="538" y="160" text-anchor="middle" font-family="Noto Sans KR" font-size="14" font-weight="700" fill="#333">$5.66</text>
        </g>
        <g font-family="Noto Sans KR" font-size="13" fill="#555" text-anchor="middle" font-weight="500">
          <text x="117" y="285">4분기 전</text>
          <text x="215" y="285">3분기 전</text>
          <text x="313" y="285">2분기 전</text>
          <text x="411" y="285">1분기 전</text>
          <text x="540" y="285">이번 분기</text>
        </g>
      </svg>
      <div class="chart-cap">출처: Bloomberg</div>
    </div>
  </section>

  <!-- 발표 후 주가 반응 (차트 1/3) -->
  <section>
    <span class="kicker">PRICE REACTION</span>
    <h2>실적 발표 후 <span class="hl">주가는 어땠을까?</span></h2>
    <p>최근 4개 분기를 보면 JP모건은 실적 자체는 양호했지만, <strong>발표 이후 단기적으로 주가가 약세를 보이는 경우가 많았습니다.</strong> 투자자들이 현재 실적보다 향후 금리·NII 전망과 경기 방향을 더 중요하게 평가했기 때문입니다.</p>

    <div class="chart-card">
      <div class="chart-head">
        <h3>실적 발표 전후 주가 반응</h3>
        <span class="chart-no">1 / 3</span>
      </div>
      <div class="legend">
        <span><i class="dot point"></i>최근 4개 분기 평균</span>
        <span><i class="dot gray"></i>최대·최소</span>
      </div>
      <svg viewBox="0 0 620 300" preserveAspectRatio="xMidYMid meet">
        <!-- y: 4,0,-7 ; scale +4->y50, -7->y250 -> y=130-v*(200/11) approx: 0->y130 -->
        <!-- compute y: y = 130 - v*(180/11) -->
        <g font-family="Noto Sans KR" font-size="13" fill="#999">
          <text x="30" y="20" fill="#666">(%)</text>
          <text x="35" y="60">4</text>
          <text x="35" y="135">0</text>
          <text x="35" y="255">-7</text>
        </g>
        <!-- zero line -->
        <line x1="70" y1="130" x2="600" y2="130" stroke="#333" stroke-width="1.5"></line>
        <!-- range band (max-min) polygon, x:100,220,340,460,570 -->
        <path d="M100,130 L220,105 L340,138 L460,150 L570,110
                 L570,148 L460,235 L340,220 L220,150 L100,130 Z" fill="#e6ecec" opacity="0.75"></path>
        <!-- average line yellow -->
        <!-- D-2:0(130) D-1:-0.6(140) 당일:-1.8(159) D+1:-2.7(174) D+2:-1.6(156) -->
        <polyline points="100,130 220,140 340,159 460,174 570,156" fill="none" stroke="#780000" stroke-width="4"></polyline>
        <circle cx="100" cy="130" r="8" fill="#fff" stroke="#780000" stroke-width="4"></circle>
        <circle cx="220" cy="140" r="8" fill="#fff" stroke="#780000" stroke-width="4"></circle>
        <circle cx="340" cy="159" r="8" fill="#fff" stroke="#780000" stroke-width="4"></circle>
        <circle cx="460" cy="174" r="8" fill="#fff" stroke="#780000" stroke-width="4"></circle>
        <circle cx="570" cy="156" r="8" fill="#fff" stroke="#780000" stroke-width="4"></circle>
        <!-- annotation -->
        <g>
          <rect x="120" y="55" width="150" height="46" rx="8" fill="#eee"></rect>
          <text x="195" y="74" text-anchor="middle" font-family="Noto Sans KR" font-size="13" font-weight="700" fill="#444">실적 발표 이후</text>
          <text x="195" y="92" text-anchor="middle" font-family="Noto Sans KR" font-size="13" font-weight="700" fill="var(--point)">주가 하락 경향</text>
        </g>
        <g font-family="Noto Sans KR" font-size="13" fill="#555" text-anchor="middle" font-weight="500">
          <text x="100" y="278">D-2</text>
          <text x="220" y="278">D-1</text>
          <text x="340" y="278">발표당일</text>
          <text x="460" y="278">D+1</text>
          <text x="570" y="278">D+2</text>
        </g>
      </svg>
      <div class="chart-cap">최근 4개 분기 실적 발표 전후 2일의 주가 흐름 평균치 · Bloomberg</div>
    </div>
  </section>

  <!-- 투자 포인트 -->
  <section style="border-bottom:none;">
    <span class="kicker">INVESTMENT POINT</span>
    <h2>이번 실적에서<br><span class="hl">꼭 확인할 3가지</span></h2>
    <p>이번 JP모건 실적은 은행 한 곳의 발표가 아니라, 미국 금융주의 방향성과 향후 증시 분위기를 가늠할 첫 번째 시험대가 될 가능성이 큽니다.</p>
    <ul class="checklist">
      <li><span class="num">01.</span>&nbsp; 시장 예상치를 뛰어넘는 실적을 발표하는가?</li>
      <li><span class="num">02.</span>&nbsp; 순이자수익(NII) 전망이 상향되는가?</li>
      <li><span class="num">03.</span>&nbsp; 경영진이 경기·금리 전망에 어떤 메시지를 내는가?</li>
    </ul>
    <div class="pointbox">
      이번 시즌은 금융주를 시작으로 <strong>빅테크 실적 발표</strong>까지 이어집니다. 앞으로 발표될 기업들의 실적과 전망이 미국 증시의 새로운 흐름을 만들어갈 것으로 예상됩니다.
    </div>
  </section>

  <footer>
    데이터 출처 : <span class="src">Bloomberg</span> · 본 콘텐츠는 투자 참고용이며 투자 권유가 아닙니다.
  </footer>

</div>
<p>The post <a href="https://golfmembership.co.kr/jpm/">미국증시 JP모건체이스 실적발표 일정</a> appeared first on <a href="https://golfmembership.co.kr">공노리</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2950</post-id>	</item>
	</channel>
</rss>
