FinancialReports
  1. Watchlist
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
    • Retrieve Country
  • Sources
    • Understanding Data Sources
    • List Data Sources
    • Retrieve Data Source
  • Watchlist
    • Get User's Watchlist
      GET
    • Add Company to Watchlist
      POST
    • Remove Company from Watchlist
      DELETE
  • schema
    • schema_retrieve
  1. Watchlist

Add Company to Watchlist

POST
/watchlist/companies/
Access Level Required: Requires Level 1 Plan or higher.

Adds a specified company to the authenticated user's watchlist.

Request

Header Params

Body Params application/x-www-form-urlencoded

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.financialreports.eu/watchlist/companies/' \
--header 'x-api-key;' \
--data-urlencode 'company_id='

Responses

🟢201Created
application/json
Company successfully added to the watchlist.
Body

Example
{
    "status": "success",
    "message": "Company added to watchlist.",
    "company_id": 14
}
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-08-16 09:53:31
Previous
Get User's Watchlist
Next
Remove Company from Watchlist
Built with