Hi I'm making requests to download TickHistoryMarketDepth data.
"ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TickHistoryMarketDepthExtractionRequest", "IdentifierList": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers": [{ "Identifier": f"{ticker}", "IdentifierType": "Ric", }],
When does this data become available for all exchanges? I'm making a post request to post_url = URL_BASE + "/Extractions/ExtractRaw".
The exchanges I'm trying to download ticker data from are suffixes = [".NYO", ".ARC", ".ITC", ".DEX", ".BAT"]
I notice if I download too early, the csvs aren't there or are empty. If I'm trying to download data for 2025-02-24… when should I start the download process?