<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hetappi</author_name>
  <author_url>https://blog.hatena.ne.jp/hetappi/</author_url>
  <blog_title>へたっぴ日記</blog_title>
  <blog_url>https://hetappi.hatenadiary.org/</blog_url>
  <categories>
    <anon>株</anon>
    <anon>Perl</anon>
  </categories>
  <description>まずは？株価を取得しよう。ネット証券にログインすればリアルタイムな株価が取得できるんだけど、そこまでは必要ないのでYahoo!ファイナンスさんから。 #!/usr/bin/perl -w use strict; use warnings; use HTTP::Request::Common; use LWP::UserAgent; sub get_stock_price { my ($code) = @_; my $url = sprintf('http://quote.mobile.yahoo.co.jp/f?a=d&amp;sy=%s&amp;k=', $code); my $response = LWP…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhetappi.hatenadiary.org%2Fentry%2F20070313%2F1173800678&quot; title=&quot;株価を取得する - へたっぴ日記&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-03-13 00:44:38</published>
  <title>株価を取得する</title>
  <type>rich</type>
  <url>https://hetappi.hatenadiary.org/entry/20070313/1173800678</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
