FinancialReports
    FinancialReports
    • FinancialReports API Documentation
    • Changelog
    • Companies
      • List Companies
        GET
      • Retrieve Company Details
        GET
    • Filings
      • List Filings
        GET
      • Retrieve Filing Markdown
        GET
      • Retrieve Filing Details
        GET
    • Filing Types
      • Understanding Filing Types
      • List Filing Types
        GET
      • Retrieve Filing Type
        GET
    • Languages
      • Understanding Language Codes
      • List Languages
        GET
      • Retrieve Language
        GET
    • ISIC Classifications
      • Understanding ISIC Classification
      • List ISIC Classes
        GET
      • Retrieve ISIC Class
        GET
      • List ISIC Divisions
        GET
      • Retrieve ISIC Division
        GET
      • List ISIC Groups
        GET
      • Retrieve ISIC Group
        GET
      • List ISIC Sections
        GET
      • Retrieve ISIC Section
        GET
    • Countries
      • Understanding Country Codes
      • List Countries
        GET
      • Retrieve Country
        GET
    • Sources
      • Understanding Data Sources
      • List Data Sources
      • Retrieve Data Source
    • Watchlist
      • Get User's Watchlist
      • Add Company to Watchlist
      • Remove Company from Watchlist
    • schema
      • schema_retrieve

    Changelog

    2025-08-16#

    [Docs] 📝#

    Added new documentation pages explaining the standards for ISIC Classification, Language Codes, Country Codes, and Data Sources (OAMs).

    [Improved] ✨#

    The GET /api/companies/ endpoint now supports a view=full query parameter. This allows users to retrieve the complete company object for each item in the list, restoring access to detailed fields in response to user feedback.

    [Fixed] 🐛#

    The isins field on the Company object was not appearing in the API documentation for the /companies list and detail endpoints. This has been corrected, and the schema now accurately reflects that isins is an array of strings.

    2025-08-12#

    [Improved] ✨#

    Performance: The list endpoints for /api/filings/ and /api/companies/ now return a simplified "summary" response. This significantly reduces payload size and improves response times for list-based queries. The full object details remain available via the detail endpoints (e.g., /api/filings/{id}/).
    API Structure: Access to processed filing content is now more intuitive. The markdown_url field in the /api/filings/{id}/ response now links directly to a nested endpoint (/api/filings/{filing_id}/markdown/), logically connecting the content to its parent filing.
    Documentation: The API documentation has been updated to reflect all recent changes and enhancements.

    [New] 🚀#

    New Endpoints: Added two foundational endpoints to provide metadata:
    GET /api/countries/: Returns a list of all supported countries and their ISO codes.
    GET /api/languages/: Returns a list of all supported filing languages.
    New Filtering: Added two new query parameters to the GET /api/filings/ endpoint to allow filtering by modification date, useful for data synchronization:
    updated_date_from
    updated_date_to

    [Removed] 🗑️#

    The standalone GET /api/processed-filings/{id}/ endpoint has been removed in favor of the new nested markdown content endpoint for better API design and performance.
    Modified at 2025-08-16 09:52:57
    Previous
    FinancialReports API Documentation
    Next
    List Companies
    Built with