Identifiers Held By a Stock As-Of a Date
get_identifiers_asofRetrieve the symbol and ISIN a company used on a specific date for accurate historical labeling and rename explanations.
Instructions
The REVERSE of resolve_identifier_asof: given a stock_id and a date, return which symbol and ISIN that company held at that time. USE THIS to label historical output correctly — e.g. reporting a 2019 backtest position under the ticker it actually traded as then, rather than its current name. Also useful for explaining a rename to a user who is confused why a symbol they remember no longer resolves. stock_id comes from other tools' meta.stock_id; this tool does not accept a symbol. Coverage bounds are stated in the response — outside them the answer is out_of_coverage, not 'no identifiers'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | As-of date, YYYY-MM-DD. Defaults to today (IST) when omitted. | |
| stock_id | No | REQUIRED. The internal stock id, as returned in other tools' meta.stock_id. |