When requesting bars from the RDP API what bar intervals are avalible ? Is it only the intervals listed in the Interval enum ?
When requesting bars from the RDP API what bar intervals are avalible ? Is it only the intervals listed in the Interval enum ?
Yes, those are the only available intervals. Depending on the interval you choose, the underlying RDLibrary will invoke either interday or intraday REST API endpoint.
/data/historical-pricing/v1/views/intraday-summaries /data/historical-pricing/v1/views/interday-summaries