Skip to main content
POST
/
api
/
jpx
/
equities
/
ex-rights
/jpx/equities/ex-rights
curl --request POST \
  --url https://api.anysite.io/api/jpx/equities/ex-rights \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300
}
'
[
  {
    "ex_date": "<string>",
    "code": "<string>",
    "name": "<string>",
    "@type": "@jpx_ex_rights_record",
    "market": "<string>",
    "event_type": "<string>",
    "record_date": "<string>",
    "record_date_effect": "<string>",
    "ex_date_other": "<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 ex-rights 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

ex_date
string
required
code
string
required
name
string
required
@type
string
default:@jpx_ex_rights_record
market
string | null
event_type
string | null
record_date
string | null
record_date_effect
string | null
ex_date_other
string | null