Filings API

Table of contents

Query parameters

The below metadata endpoints will provide you with access to all the query parameters.

For DocumentTypes

https://www.filingsexpert.com/api/v1/fe/metadata/documentTypes

One use case for documentTypes is when you are wanting high level exclusions e.g. All docs for company XYZ but NOT any RIS docs to be returned in the result. You can then use NOT documentType:5

Example Query

Vodafone and RIS

https://www.filingsexpert.com/api/v1/fe/documents?query=company:72376 AND documentType:5

Vodafone NOT RIS

https://www.filingsexpert.com/api/v1/fe/documents?query=company:72376 AND NOT documentType:5

Classifications

Classifications are more granular types of documents

https://www.filingsexpert.com/api/v1/fe/metadata/classifications

Languages

https://www.filingsexpert.com/api/v1/fe/metadata/languages

Example
Flexigroup Ltd AND ((Annual Results AND Reports) OR (INVESTOR PRESENTATIONS AND TRANSCRIPTS (CO FILINGS) OR INVESTOR PRESENTATIONS AND TRANSCRIPTS (EQUITY) OR INVESTOR PRESENTATIONS AND TRANSCRIPTS (DEBT) OR INVESTOR PRESENTATIONS AND TRANSCRIPTS (M&A)))AND Issuedate greater than 2015-01-01 sorted by date AND English only AND return 1 doc (which because its sorted by date desc means its will be the latest doc that fits that criteria)

https://www.filingsexpert.com/api/v1/fe/documents?query=(company:452295) AND ((classification:348 AND classification:371) OR (classification:801 OR classification:802 OR classification:803 OR classification:804)) AND (issueDate:[2015-01-01 TO *])&sort=date&language:1&limit=1

Countries

https://www.filingsexpert.com/api/v1/fe/metadata/countries

Markets

https://www.filingsexpert.com/api/v1/fe/metadata/markets

Sectors

https://www.filingsexpert.com/api/v1/fe/metadata/sectors