Targetare.ro icon

Targetare.ro

Get data from Targetare.ro API

Overview

This node integrates with the Targetare.ro API to retrieve financial information about a company using its unique CUI (tax identification number). It is useful for scenarios where users need to access detailed financial data of companies for analysis, reporting, or verification purposes. For example, a financial analyst could use this node to fetch financial records of a company before making investment decisions.

Use Case Examples

  1. Fetch financial data of a company by providing its CUI to verify its financial health.
  2. Automate the retrieval of company financials for periodic reporting or auditing.

Properties

Name Meaning
CUI The unique tax identification number (CUI) of the company to look up.
Request Options Additional settings to control the request behavior, including batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • companyFinancialData - The financial information of the company retrieved from the API, structured as JSON.

Dependencies

  • Requires an API key credential for Targetare.ro API authentication.

Troubleshooting

  • Ensure the provided CUI is valid and correctly formatted; invalid CUIs will result in errors or empty responses.
  • If SSL certificate validation fails and the request is blocked, enable the 'Ignore SSL Issues' option to bypass this check (not recommended for production).
  • Check proxy settings if requests fail due to network restrictions.
  • Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.

Links

Discussion