Option PCR Sentiment

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.

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

Path Params
string
required

Exchange symbol (e.g. "nyse", "nasdaq"), MIC code (e.g. "xnys", "xnas") or two character ISO country code (e.g "us", "ca" for ALL country exchanges)

string
required

Ticker symbol

Query Params
string

Format yyyy-mm-dd. Returns data up to as_of_date value (default: today).

string

Consider contracts that expire in the following days_fwd days. (Default 1000 days)

Responses

400

Invalid request parameters

403

Not authorized

404

Data not found

429

Rate limit exceeded

500

Internal server error

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json