Tender Offers
Retrieve tender offer announcements including offer prices, acceptance periods, and terms. Monitor buyback programs and acquisition attempts for arbitrage opportunities.
Use Case: Track tender offer spreads to identify risk arbitrage opportunities during M&A activity.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Identifier value for the company you're querying. The format depends on identifierType:
Symbol— exchange ticker (e.g.AAPL).CUSIP— 9-character U.S./Canadian identifier (e.g.037833100).ISIN— 12-character international identifier (e.g.US0378331005).SEDOL— 7-character UK identifier.Valoren— Swiss security identifier.FIGI— Bloomberg Financial Instrument Global Identifier.CompositeFIGI— country-level composite FIGI.
Must match the kind selected in identifierType.
"AAPL"
Tells the API how to interpret identifier. See TenderOfferIdentifierType for the full set of supported values and what each one means.
Which kind of identifier you are filtering by. Provide the matching value in the identifier field:
Symbol— exchange ticker (e.g.AAPL).CUSIP— 9-character U.S./Canadian security identifier.ISIN— 12-character international identifier.SEDOL— 7-character UK identifier.Valoren— Swiss identifier.FIGI— Bloomberg Financial Instrument Global Identifier.CompositeFIGI— country-level composite FIGI.
Symbol, CUSIP, ISIN, SEDOL, Valoren, FIGI, CompositeFIGI "Symbol"
Start of the tender-offer announcement window, inclusive. Format: YYYY-MM-DD (e.g. 2024-01-01).
"2024-01-01"
End of the tender-offer announcement window, inclusive. Format: YYYY-MM-DD (e.g. 2024-12-31).
"2024-12-31"
Response
Tender offers data.