Stock Price Timeseries
Snowflake table name : CYBERSYN.STOCK_PRICE_TIMESERIES
Name | Description | Type | Example |
---|---|---|---|
| Alphanumeric code that represents a specific publicly traded security on the NASDAQ exchange. | VARCHAR |
|
| Type of security. | VARCHAR |
|
| The exchange code for the primary trading venue of a security. | VARCHAR |
|
| The exchange name for the primary trading venue of a security. | VARCHAR |
|
| Unique identifier for a variable, joinable to the timeseries table. | VARCHAR |
|
| Human-readable unique name for the variable. | VARCHAR |
|
| Date associated with the value. | DATE |
|
| Value reported for the variable. | FLOAT |
|
Last updated