Skip to main content
POST
/
api
/
jpx
/
listings
/
reit
/jpx/listings/reit
curl --request POST \
  --url https://api.anysite.io/api/jpx/listings/reit \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300
}
'
[
  {
    "market_name": "<string>",
    "@type": "@jpx_reit_market_summary",
    "volume": "<string>",
    "turnover": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Number of REIT/ETF market entries to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

market_name
string
required
@type
string
default:@jpx_reit_market_summary
volume
string | null
turnover
string | null