Get one RWA source history
get_rwa_historyReturns free normalized observations for one tracked instrument, one reconstructible recorder source and one inclusive date window. Every point carries value, date, source id, revision and source-time versus read-time dating. Omit source_id to list the instrument's audited sources. The five current-only issuer series return HISTORY_SOURCE_RESERVED with the data-use URL, never an empty gap. Shares the instrument view's three-ticker rolling-hour breadth limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | No | tracked instrument ticker, case-insensitive. Omit it to list tickers and audited history sources. | |
| date_to | No | inclusive last observation date in YYYY-MM-DD form; required with source_id | |
| date_from | No | inclusive first observation date in YYYY-MM-DD form; required with source_id | |
| source_id | No | one source id belonging to ticker. Omit it to list that instrument's sources without observations. |