GET
/
api
/
v1
/
calls
curl --request GET \
  --url https://api.finvera.news/delivery/api/v1/calls
{
  "data": [
    {
      "call_id": "302a052c-14e6-406e-b6a6-5bce71d2bfdb",
      "call_title": "OFG Bancorp reports strong Q1 results, raises dividend 20% amid loan growth",
      "headline": "OFG Bancorp generates $1 EPS with solid loan growth and digital innovation.",
      "symbol": "OFG",
      "exchange": "ALL",
      "figis": [
        "BBG016K9RJN7",
        "BBG001S9J8R0"
      ],
      "name": "",
      "start_time": "2025-04-23T11:34:15-04:00",
      "end_time": "2025-04-23T12:11:15-04:00",
      "duration": 37,
      "status": "COMPLETED",
      "created_at": "2025-04-23T15:34:15Z",
      "updated_at": "2025-04-23T16:11:15Z",
      "transcripts": [
        {
          "transcript_id": "914369e3-cc94-4e2b-9172-042c9b9e34ca",
          "text": "Please stand by. Your program is about to begin. If you need assistance... You may disconnect at any time.",
          "language": "en-US",
          "confidence_score": 0.9542389225423727,
          "segments": null,
          "type": "NON_LIVE"
        }
      ],
      "securities": [
        {
          "figi": "BBG016K9RPW3",
          "isin": "GB00BNGFHX14",
          "name": "OCTOPUS FUTURE GENERATIONS V",
          "symbol": "OFG",
          "mic_code": "XLON",
          "figi_composite": "BBG016K9RJH4",
          "figi_share_class": "BBG016K9RJN7",
          "refinitiv_exch_code": "LSE"
        },
        {
          "figi": "BBG000F5VMF2",
          "isin": "PR67103X1020",
          "name": "OFG BANCORP",
          "symbol": "OFG",
          "mic_code": "XNYS",
          "figi_composite": "BBG000F5VMF2",
          "figi_share_class": "BBG001S9J8R0",
          "refinitiv_exch_code": "NYQ"
        }
      ]
    }
  ],
  "message": "Successfully fetched calls",
  "pagination": {
    "hits": 1,
    "page": 1,
    "page_count": 1,
    "page_size": 10
  }
}
{
  "data": [
    {
      "call_id": "302a052c-14e6-406e-b6a6-5bce71d2bfdb",
      "call_title": "OFG Bancorp reports strong Q1 results, raises dividend 20% amid loan growth",
      "headline": "OFG Bancorp generates $1 EPS with solid loan growth and digital innovation.",
      "symbol": "OFG",
      "exchange": "ALL",
      "figis": [
        "BBG016K9RJN7",
        "BBG001S9J8R0"
      ],
      "name": "",
      "start_time": "2025-04-23T11:34:15-04:00",
      "end_time": "2025-04-23T12:11:15-04:00",
      "duration": 37,
      "status": "COMPLETED",
      "created_at": "2025-04-23T15:34:15Z",
      "updated_at": "2025-04-23T16:11:15Z",
      "transcripts": [
        {
          "transcript_id": "914369e3-cc94-4e2b-9172-042c9b9e34ca",
          "text": "Please stand by. Your program is about to begin. If you need assistance... You may disconnect at any time.",
          "language": "en-US",
          "confidence_score": 0.9542389225423727,
          "segments": null,
          "type": "NON_LIVE"
        }
      ],
      "securities": [
        {
          "figi": "BBG016K9RPW3",
          "isin": "GB00BNGFHX14",
          "name": "OCTOPUS FUTURE GENERATIONS V",
          "symbol": "OFG",
          "mic_code": "XLON",
          "figi_composite": "BBG016K9RJH4",
          "figi_share_class": "BBG016K9RJN7",
          "refinitiv_exch_code": "LSE"
        },
        {
          "figi": "BBG000F5VMF2",
          "isin": "PR67103X1020",
          "name": "OFG BANCORP",
          "symbol": "OFG",
          "mic_code": "XNYS",
          "figi_composite": "BBG000F5VMF2",
          "figi_share_class": "BBG001S9J8R0",
          "refinitiv_exch_code": "NYQ"
        }
      ]
    }
  ],
  "message": "Successfully fetched calls",
  "pagination": {
    "hits": 1,
    "page": 1,
    "page_count": 1,
    "page_size": 10
  }
}

Authorizations

apikey
string
query
required

Query Parameters

symbol
string

Filter by stock symbol

Example:

"AAPL"

from
string

from date in ISO 8601 format, YYYY-MM-DDTHH:MM:SS

Example:

"2025-05-02T00:00:00"

to
string

to date in ISO 8601 format, YYYY-MM-DDTHH:MM:SS

Example:

"2025-05-02T00:00:00"

page
integer

page number for pagination

Example:

"1"

page_size
integer
default:10

page size for pagination

Example:

"20"

status
enum<string>

Filter by status of the call

Available options:
COMPLETED,
IN_PROGRESS,
FAILED
Example:

"COMPLETED"

Response

200
application/json

OK

The response is of type object[].