1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

PostmanでAlpha Vantage APIを使って米国株価を取得する

Last updated at Posted at 2021-01-11

WebAPIの練習にPostmanを使ってみました。

日本株価の取得は記事が多数ありましたが米国株は比較的少なかったこと、英語記事にてBest Stock Market APIsに選ばれていたAlpha Vantage APIを使ったものとなると見当たらなかったので試すことにしました。

#1 Alpha Vantage API
サイトはこちら
https://rapidapi.com/alphavantage/api/alpha-vantage/endpoints

ユーザ登録したら https://www.alphavantage.co/documentation/ 下図の矢印のhereという場所を押します。

スクリーンショット 2021-01-12 0.11.47.png

GET FREE API KEYからAPIキーを取得します。

スクリーンショット 2021-01-12 0.17.00.png

#2 Postman
Paramに https://www.alphavantage.co/documentation/ に記載されたパラメータを入力してSendすると
指定した銘柄の株価を含むJSONデータが返ってきます。

スクリーンショット 2021-01-12 0.18.42.png

要はホストに対しパラメータ、APIキーをHTTPリクエストすれば、JSONが返ってくるのだと理解しました。

以上。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?