Stock Metadata
stock_metadataGet metadata for a stock ticker: company name, description, exchange code, and the date range of available EOD price data. Example: stock_metadata({ ticker: "AAPL" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol, e.g. "AAPL". Share classes accept either separator — "BRK.B" and "BRK-B" both work. | |
| _apiKey | No | Optional — your own Tiingo API key for higher limits; omit to use the shared Pipeworx key. |