SFTP Specifications

This section describes the usage and specifications of the SFTP

SFTP Connection Configurations

The SFTP connection details are as follows.

Item
Value

host name

sftp-v2.jquants-pro.com

username

username registered with J-Quants Pro

password

password registered with J-Quants Pro

port number

port 22

circle-info

No need for a private key or public key.

Examples

Here are examples of methods for establishing SFTP connection.

  • With SFTP command [Powershell(Windows), terminal(Mac), Linux etc.]

// connect using SFTP commands
sftp -o User=xxxx@xxx.xxx sftp-v2.jquants-pro.com
circle-info
  • If you see the message 'Are you sure you want to continue connecting (yes/no/[fingerprint])?', then please enter 'yes' to proceed.

  • You'll receive a password prompt, so go ahead and enter the password you used for your J-Quants for Pro registration.

If you see the message 'Connected to sftp-v2.jquants-pro.com', your connection has been successfully established.

  • With SFTP client [WinSCP, Cyberduck etc.]

This is an example using Cyberduck, but the process is similar for other SFTP clients.

From the 'New Connection', input the following details and proceed to connect. (Please enter the username and password you've registered with J-Quants for Pro.)

example of Cyberduck

If you've been authenticated and can view the directory, your connection has been successfully established.

Provided datasets

The following is information about the data that can be obtained through an SFTP connection.

Available data and periods

Data
Data period
Column definition

Listed Issue Information

Begging of Data period to recently

API Specifications

>Listed Issue Information

>Data Itemarrow-up-right

Listed Shares Flash Data

Same as above

API Specifications

>Listed Shares Flash Data

>Data Itemarrow-up-right

Listed Shares Corporate Action Factors

Same as above

API Specifications

>Listed Shares Corporate Action Factors

>Data Itemarrow-up-right

Stock Prices (OHLC)

Same as above

API Specifications

>Stock Prices (OHLC)

>Data Itemarrow-up-right

ToSTNeT Super Large Lot

Same as above

API Specifications

>ToSTNeT super large lot

>Data Itemarrow-up-right

Trading by Type of Investors

Same as above

API Specifications

>Trading by Type of Investors

>Data Itemarrow-up-right

Detail Breakdown Trading Data

Same as above

API Specifications

>Breakdown Trading Data

>Data Itemarrow-up-right

Margin Trading Outstandings(Issues Subject to Daily Publication)

Same as above

API Specifications

>Margin Trading Outstandings(Issues Subject to Daily Publication)

>Data Itemarrow-up-right

Margin Trading Outstandings (Weekly)

Same as above

API Specifications

>Margin Trading Outstandings (Weekly)

>Data Itemarrow-up-right

Outstanding Short Selling Positions Reported

Same as above

API Specifications

>Outstanding Short Selling Positions Reported

>Data Itemarrow-up-right

Financial Data

Same as above

API Specifications

>Financial Data

>Data Itemarrow-up-right

Financial Statement Data(BS/PL/CF)

Same as above

API Specifications

>Financial Statement Data(BS/PL/CF)

>Data Itemarrow-up-right

Earnings Announcement Dates & Times

Same as above

API Specifications

>Earnings Announcement Dates & Times

>Data Itemarrow-up-right

Derivatives Trading Volume by Participants

Same as above

API Specifications

>Derivatives Trading Volume by Participants

>Data Itemarrow-up-right

Open Interest by Trading Participant

Same as above

API Specifications

>Derivatives Open Interest by Participant

>Data Itemarrow-up-right

Open Interest by Trading Issue

Same as above

API Specifications

>Derivatives Open Interest by Issue

>Data Itemarrow-up-right

Off-Auction Distribution

Same as above

API Specifications

>Off-Auction Distribution

>Data Itemarrow-up-right

Share Buyback Information (TDnet)

Same as above

API Specifications

>Share Buyback Information (TDnet)

>Data Itemarrow-up-right

Share Buyback Information (EDINET)

Same as above

API Specifications

>Share Buyback Information (EDINET)

>Data Itemarrow-up-right

Off-Auction Share Buyback

Same as above

API Specifications

>Off-Auction Share Buyback

>Data Itemarrow-up-right

Corporate Action Data

Same as above

API Specifications

>Corporate Action Data

>Data Itemarrow-up-right

circle-info

The data periods is subject to change.

Directory structure

Files are located under directories with the names of the available APIs for each user.

circle-info

Files are separated on an annual basis. The file names indicate the time period covered by each file.

Data up to the previous month is stored in the "historical" directory, while the current month's data is placed in the "live" directory as daily or weekly files.

For Listed Shares Flash Data, there are no "historical" or "live" directories, and all data up to that day is stored in a single file.

Additionally, "Trading by Type of Investors" information is separated into "volume" and "value" folders, containing quantity-based and monetary value-based data respectively.

For "Trading by Type of Investors" information, data in terms of volume and value are respectively divided into "trades_spec_vloume" and "trades_spec_value" files.

Trading by Type of Investors (/markets/trades_spec)

For financial data,"statements" contains two subdirectories: "statements" and "fs_details". Financial Data (/fins/statements) is located within "statements", and Financial Statement Data(BS/PL/CF) (/fins/fs_details) is located within "fs_details".

Financial Data (/fins/statements)

Financial Statement Data(BS/PL/CF) (/fins/fs_details)

For derivatives data, "volume_by_participant" contains three subdirectories: "volume_by_participant", "open_interest_by_participant" and "open_interest_by_issue". Volume by Participant (/derivatives/volume_by_participant) is located within "volume_by_participant", Open Interest by Participant (/derivatives/open_interest_by_participant) is located within "open_interest_by_participant", and Open Interest by Issue (/derivatives/open_interest_by_issue) is located within "open_interest_by_issue".

Derivatives Trading Volume by Participant (/derivatives/volume_by_participant)

Open Interest by Trading Participant (/derivatives/open_interest_by_participant)

Open Interest by Issue (/derivatives/open_interest_by_issue)

Last updated