Get disclaimer for a certain kind of fyi

View as MarkdownOpen in Claude

Receive additional disclaimers based on the specified typecode.

GET /fyi/disclaimer/{typecode}

Request Object

Path Params

typecode: String. Required
Code used to signify a specific type of FYI template.
See FYI Typecodes section for more details.

1request_url = f"{baseUrl}/fyi/disclaimer/SM"
2requests.get(url=request_url)

Response Object

FC: String.
Returns the Typecode for the given disclaimer.

DT: String.
Returns the Disclaimer message

{
"FC": "SM",
"DT": "This communication is provided for information purposes only and is not intended as a recommendation or a solicitation to buy, sell or hold any investment product. Customers are solely responsible for their own trading decisions."
}