Parameters¶
Overview¶
Introduction about query in the spectrum level
Headers¶
Query¶
Field¶
-
QueryTicker
-
from_date
-
to_date
-
range
-
quarter
Controls the display frequency of the data returned.
D = Daily W = Weekly, based on the last day of the week of the start date. M = Monthly, based on the last trading day of the month. AM = Monthly, based on the start date (e.g., if the start date is June 16, data is displayed for June 16, May 16, April 16 etc.). CQ = Quarterly based on the last trading day of the calendar quarter (March, June, September, or December). FQ = Fiscal Quarter of the company. AY = Actual Annual, based on the start date. CY = Calendar Annual, based on the last trading day of the calendar year. FY = Fiscal Annual, based on the last trading day of the company's fiscal year. Available values : D, W, M, AM, CQ, FQ, AY, CY, FY
The params for datetime¶
Date formats supported following format:
Format | Example | Supported |
---|---|---|
YYYY-MM-DD (extended) | 2018-04-29 | ✅ |
YYYY-MM (extended) | 2018-04 | ✅ |
YYYYMMDD (basic) | 20180429 | ✅ |
YYYY-Www-D (week date) | 2009-W01-1 | ✅ |
YYYY-Www (week date) | 2009-W01 | ✅ |
YYYYWwwD (week date) | 2009W011 | ✅ |
YYYYWww (week date) | 2009W01 | ✅ |
YYYY-DDD (ordinal date) | 1981-095 | ✅ |
YYYYDDD (ordinal date) | 1981095 | ✅ |