I am looking to get the average bid/ask price for the last 30 days. After playing with the get_data() function, I was able to get daily requests. However, there is no documentation for changing the frequency. The best resources I could find are below (and this took about 15 minutes to find).
https://community.developers.refinitiv.com/questions/52700/get-data-specify-time-interval.html
Two things:
1. Is there documentation of the fields for each function? If not, can this please be added. It's very inefficient to search through the forum for notation that should be in the docs.
2. How do you change the interval in get_data() to hourly, tick, minute, etc.?
Thanks in advance!