<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dogwood008</author_name>
  <author_url>https://blog.hatena.ne.jp/dogwood008/</author_url>
  <blog_title>株のシステムトレードをしよう - 1から始める株自動取引システムの作り方</blog_title>
  <blog_url>https://how-to-make-stock-trading-system.dogwood008.com/</blog_url>
  <categories>
  </categories>
  <description>下記のような感じで、特定の月のみのプロットが可能になる。 import seaborn as sns %matplotlib inline stock_code: str = '7974' df = cli.get_prices_daily_quotes(f'{stock_code}0') df.index = df['Date'] sns.lineplot('Date', 'AdjustmentClose', data=df['2022-08']) 2022年8月の7974: 任天堂の調整後終値</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhow-to-make-stock-trading-system.dogwood008.com%2Fentry%2Fj-quants-api-monthly-plotting&quot; title=&quot;J-Quants APIで取得した四本値のうち、今月分のみをグラフにプロットする - 株のシステムトレードをしよう - 1から始める株自動取引システムの作り方&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/d/dogwood008/20220823/20220823234536.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-08-23 23:50:35</published>
  <title>J-Quants APIで取得した四本値のうち、今月分のみをグラフにプロットする</title>
  <type>rich</type>
  <url>https://how-to-make-stock-trading-system.dogwood008.com/entry/j-quants-api-monthly-plotting</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
