The DailyWeeklyMonthlyBarsRequest object is used as an input in GetDailyWeeklyMonthlyBars API. This API is used to request for daily, weekly and monthly bars.
DailyWeeklyMonthlyBarsRequest
| Field Name | Data Type | Accepted Values/Examples |
|---|---|---|
| DaysBack | google.protobuf.Int32Value | The number of days worth of bars to retrieve |
| Interim | Interval | Refer to the section Interval |
| RequestId | google.protobuf.Int32Value | A user-supplied request ID that can be used to disambiguate response data |
| StopDate | google.protobuf.Timestamp | Stop date (LME - used with start date only) |
| Symbol | string | Valid ticker symbol (e.g., AAPL, IBM, VOD.LSE) |
| UserToken | string | A server generated GUID that is given as response to the client during the first login |