Skip to main content
GET
/
v1
/
topics
/
document
/
{source_ref}
Free-form extracted topics for a specific filing or transcript
curl --request GET \
  --url https://api.ivory.finance/v1/topics/document/{source_ref} \
  --header 'X-API-Key: <api-key>'
[
  {
    "topic_name": "<string>",
    "source_ref": "<string>",
    "source_type": "<string>",
    "topic_summary": "<string>",
    "importance": 123,
    "sentiment_score": 123,
    "doc_date": "2023-12-25",
    "form_type": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

source_ref
string
required

Response

Successful Response

topic_name
string
required
source_ref
string
required
source_type
string
required
topic_summary
string | null
importance
number | null
sentiment_score
number | null
doc_date
string<date> | null
form_type
string | null