get https://api.ortex.com/api/v1/stock///options/sentiment/pcr
API to retrieve Put / Call Ratio (PCR) sentiment for a given ticker based on options data.
Available Data Points:
- current_date: The most recent trading date for the data.
- PCR_oi_current: Current Put/Call Ratio calculated from open interest.
- PCR_vol_current: Current Put/Call Ratio calculated from traded volume.
- past_date: Reference date for the past comparison.
- PCR_oi_past: Put/Call Ratio from open interest on the past date.
- PCR_vol_past: Put/Call Ratio from traded volume on the past date.
- PCR_oi_week_ago: Put/Call Ratio from open interest one week ago.
- PCR_vol_week_ago: Put/Call Ratio from traded volume one week ago.
- PCR_oi_now: Latest Put/Call Ratio from open interest.
- PCR_vol_now: Latest Put/Call Ratio from traded volume.
- PCR_oi_yesterday: Put/Call Ratio from open interest for the previous trading day.
- PCR_vol_yesterday: Put/Call Ratio from traded volume for the previous trading day.
Try it out! You can test the API with the trial key TEST
. Simply include it in your request headers; either here, or add the header "Ortex-Api-Key": "TEST"
to your http request.
Trial key restrictions: A list of randomly selected rows will be returned
Get full access! Get a key at app.ortex.com/apis