get_stock_price
Retrieve the USD price for a Robinhood stock token by ticker symbol. Checks both standard and Robinhood-specific naming conventions for the Chainlink oracle.
Instructions
USD price for a Robinhood Stock Token by ticker. Stock feeds are standalone Chainlink aggregators discoverable only by their description string — both 'Robinhood AAPL / USD' and 'RHAAPL / USD' conventions exist, and this checks for either.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Equity ticker, e.g. AAPL, TSLA, SPY | |
| maxAgeSeconds | No | Flag the price stale beyond this age. Omit for no staleness verdict. |