Download 10-K filings and time of receipt with Filings API

JHaddinga
JHaddinga Newcomer
edited June 12 in Refinitiv Data Platform

Hi, I had a question on using the Filings API (described here: https://developers.lseg.com/en/article-catalog/article/introduction-to-filings---python) : Is it possible to download both the document and its metadata at the same time?

I need to download the 10-K filings for multiple companies and also need the exact time when they were filed. In LSEG Workspace I can see the "Receipt Date" (which also carries the exact time) and I was wondering whether this information can be retrieved by the API as well. (It's fine if document and metadata cannot be downloaded simultaneously: I would then link both together by using the DCN)

If not, how can I access it? When I go through the Advanced Filings in LSEG Workspace, I cannot see an option to download the table which carries the Receipt Date (only the documents themselves). It would also be enough if the time could be added to the title of the downloaded document (but this also seems unavailable).

Thanks for your help.

Tagged:

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @JHaddinga

    Thank you for reaching out to us.

    This could be the OnPremDateReceived field in the DocumentSummary.

        FilingDocument {
    
          Identifiers {
    
            OrganizationId
    
            Dcn
    
          }
    
          DocId
    
          FinancialFilingId
    
          DocumentSummary {
    
            DocumentTitle
    
            FeedName
    
            FormType
    
            HighLevelCategory
    
            MidLevelCategory
    OnPremDateReceived
            FilingDate         SecAccessionNumber         SizeInBytes       }       FilesMetaData {         FileName         MimeType       }     }   }