Stock price information API
You can get information about stock price.
Daily stock price information
Stock price data available since January 2017.
Stock price consists before and after adjustment of stock splits and reverse stock splits (Rounded to two decimal places)
In your request message, either "code" or "date" must be specified. Combination of parameter in the request and results are as below.
All historical stock prices of a specific issue.
Stock prices of a specific issue for the specified period
All listed issue prices for the specific date.
Get daily stock prices
GET
https://api.jpx-jquants.com/v1/prices/daily_quotes
Either "code" or "date" must be specified.
"*" Required.
Query Parameters
code
String
issue code
οΌe.g. 27800 or 2780οΌ
If a 4-digit issue code is specified, only the data of common stock will be obtained for the issue on which both common and preferred stocks are listed.
from
String
starting point of data period
οΌe.g. 20210901 or 2021-09-01οΌ
to
String
end point of data period
οΌe.g. 20210907 or 2021-09-07οΌ
date
String
date of data
οΌe.g. 20210907 or 2021-09-07οΌ
Headers
Authorization*
String
Access Key
Code
Issue code
String
86970
Date
Date
String
20170113
Open
Open Price (before adjustment)
Number
1683
Close
Close price (before adjustment)
Number
1692
Low
Low price (before adjustment)
Number
1673
High
High price (before adjustment)
Number
1704
Volume
Volume (before Adjustment)
Number
1646200
TurnoverValue
Trading Value
Number
2778858800
AdjustmentFactor
Adjustment factor
Number
0.5οΌAn example of stock split 1:2οΌ
AdjustmentOpen
Adjusted open price
Number
841.5
AdjustmentClose
Adjusted close price
Number
846
AdjustmentLow
Adjusted low price
Number
836.5
AdjustmentHigh
Adjusted high price
Number
852
AdjustmentVolume
Adjusted volume
Number
3292400
*All prices, the volume and trading value are Null for October 1, 2020 due to system failure.
Last updated