watchlist.remove

write

Remove from watchlist

Removes symbols from the watchlist; symbols not on the list are ignored.

Free with an account. Requires a key or OAuth token with the write scope.

Input

FieldTypeDescription
symbols*string[]Ticker symbols

* required

Output

Returned under data; every response also carries meta with freshness, as_of and truncated.

FieldTypeDescription
dry_run*booleanTrue when dry_run was requested: nothing was persisted; other fields show the would-be result
symbols*string[]Watchlist after this call, in the order symbols were added
removed*string[]Symbols that were on the list and are now gone

* required

Example request

curl -X POST "https://impliedoptions.com/api/v1/tools/watchlist.remove" \
  -H "Authorization: Bearer <YOUR_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "args": {
      "symbols": [
        "NVDA"
      ]
    }
  }'

Rendered result: /performance?tab=watchlist

Run

Log in to run this tool.
watchlist.removeRemove from watchlistFreeWrites

Ticker symbols. Comma-separated.

Writes to your account.