Hi
I am trying to set up a weekly download that loads the interday summary for the last five years. Additionally, I need the market cap for the last three months. In this regard I have a couple of questions below. For reference, I am including my code:
- Can you please help me with the token logic: I have it set up now that it request a new one every couple of minutes but still I am getting "401 Unauthorized" response after a couple hundred securities. I am aware of this Tutorials | Devportal article but it does not really help me. I already use a refresh logic that is based on an LSEG python sample. Please advise. This is the most important issue.
- What adjustment method is the one that gets closest to Datastream return index?
- Is there a way to retrieve the market cap together with the interday summary so that only one request needs to be sent?
- Per my understanding I can request more than one interday-summary at once. For how many instruments can it be requested at once?
- By what time are interday-summaries updated for previous date? And when is marketcap usually updated?