Events and Transcripts client library for JavaScript
npm install @factset/sdk-eventsandtranscripts



The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.
Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.
The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.
Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.
This TypeScript/JavaScript package is automatically generated by the OpenAPI Generator project:
- API version: 2.2.0
- SDK version: 2.1.1
- Build package: com.factset.sdk.codegen.FactSetJavascriptClientCodegen
For more information, please visit https://developer.factset.com/contact
* Node.js >= 18
``shell`
npm install @factset/sdk-utils @factset/sdk-eventsandtranscripts@2.1.1
`shell`
yarn add @factset/sdk-utils @factset/sdk-eventsandtranscripts@2.1.1
1. Generate authentication credentials.
2. Setup Node.js environment
1. Install and activate Node.js >=18. If you're using nvm:
`sh`
nvm install 18
nvm use 18
2. (optional) Install yarn.
3. Install dependencies.
4. Run the following:
> [!IMPORTANT]
> The parameter variables defined below are just examples and may potentially contain non valid values. Please replace them with valid values.
`javascript
const { ApiClient, CalendarEventsApi } = require('@factset/sdk-eventsandtranscripts');
const { ConfidentialClient } = require('@factset/sdk-utils');
const apiClient = ApiClient.instance;
// Examples for each supported authentication method are below,
// choose one that satisfies your use case.
// (Preferred) OAuth 2.0: FactSetOAuth2
// See https://github.com/FactSet/enterprise-sdk#oauth-20
// for information on how to create the app-config.json file
//
// The confidential client instance should be reused in production environments.
// See https://github.com/FactSet/enterprise-sdk-utils-typescript#authentication
// for more information on using the ConfidentialClient class
apiClient.factsetOauth2Client = new ConfidentialClient('/path/to/app-config.json');
// Basic authentication: FactSetApiKey
// See https://github.com/FactSet/enterprise-sdk#api-key
// for information how to create an API key
// const FactSetApiKey = apiClient.authentications['FactSetApiKey'];
// FactSetApiKey.username = 'USERNAME-SERIAL';
// FactSetApiKey.password = 'API-KEY';
const apiInstance = new CalendarEventsApi();
const companyEventRequest = new eventsandtranscripts.CompanyEventRequest(); // CompanyEventRequest | Company Events request body
// Call api endpoint
apiInstance.getCompanyEvent(companyEventRequest).then(
data => {
console.log('API called successfully. Returned data:');
console.log(data);
},
error => {
console.error(error);
},
);
`
To add a HTTP proxy for the API client, you can set the proxyUrl for the ApiClient instance:
`javascript
const { ApiClient } = require('@factset/sdk-eventsandtranscripts');
const apiClient = ApiClient.instance;
apiClient.setProxyUrl('http://username:password@proxy.example.com:8080');
``
All URIs are relative to https://api.factset.com/content/events/v2
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
eventsandtranscripts.CalendarEventsApi | getCompanyEvent | POST /calendar/events | Retrieve Company Event data
eventsandtranscripts.EventsAudioApi | getAudioHistoryFiles | GET /audio/history | Retrieve historical audio recordings and related metadata within FactSet coverage.
eventsandtranscripts.EventsAudioApi | searchEventsAudio | POST /audio | Retrieve latest audio recordings and related metadata based on different search criteria.
eventsandtranscripts.MetaApi | getTimezone | GET /meta/time-zones | Returns the time zones.
eventsandtranscripts.MetaApi | getcategories | GET /meta/categories | Returns the categories.
eventsandtranscripts.NearRealTimeTranscriptsApi | getIndexedNrt | GET /nrt/indexed | Returns the indexed transcript data in small increments throughout the duration of an active call.
eventsandtranscripts.NearRealTimeTranscriptsApi | getSpeakerIds | GET /nrt/speaker-ids | Returns the latest speakerIds with the confidence scores generated for an active call.
eventsandtranscripts.NearRealTimeTranscriptsApi | searchNrtCalls | POST /nrt/calls | Returns the active calls happening at the moment based on ticker/entity or specific IDs.
eventsandtranscripts.TranscriptsApi | getTranscriptsIntelligence | GET /transcripts/intelligence | Returns the StreetAccount Transcript Intelligence documents and related metadata within FactSet coverage based on specific date range and various parameters.
eventsandtranscripts.TranscriptsApi | getTranscriptsInvestorSlides | GET /transcripts/investor-slides | Returns the investor slides in PDF format and related metadata within FactSet coverage based on specific date range and various parameters.
eventsandtranscripts.TranscriptsApi | getTranscriptsinXML | GET /transcripts/response-type | Returns the requested response type of transcript
eventsandtranscripts.TranscriptsApi | searchTranscripts | POST /transcripts | Returns transcript documents and related metadata based on different search criteria.
- eventsandtranscripts.AudioByDateRequest
- eventsandtranscripts.AudioByFileNameRequest
- eventsandtranscripts.AudioByIdsRequest
- eventsandtranscripts.AudioByUploadTimeRequest
- eventsandtranscripts.AudioRequest
- eventsandtranscripts.AudioRequestData
- eventsandtranscripts.AudioRequestMeta
- eventsandtranscripts.AudioRequestMetaPagination
- eventsandtranscripts.AudioResponse
- eventsandtranscripts.Body
- eventsandtranscripts.BodyNrt
- eventsandtranscripts.CategoriesResponse
- eventsandtranscripts.CategoriesResponseData
- eventsandtranscripts.CompanyEventRequest
- eventsandtranscripts.CompanyEventRequestData
- eventsandtranscripts.CompanyEventRequestDataDateTime
- eventsandtranscripts.CompanyEventRequestDataUniverse
- eventsandtranscripts.CompanyEventResponse
- eventsandtranscripts.CompanyEventResponseData
- eventsandtranscripts.Document
- eventsandtranscripts.DocumentOne
- eventsandtranscripts.DocumentResult
- eventsandtranscripts.Error
- eventsandtranscripts.ErrorObject
- eventsandtranscripts.EventsAudioDailyResponseData
- eventsandtranscripts.EventsAudioHistoryResponse
- eventsandtranscripts.EventsAudioHistoryResponseData
- eventsandtranscripts.IndexedNrtResponse
- eventsandtranscripts.IndexedNrtResponseData
- eventsandtranscripts.InvalidIdErrorData
- eventsandtranscripts.InvestorSlidesResponse
- eventsandtranscripts.InvestorSlidesResponseData
- eventsandtranscripts.Meta
- eventsandtranscripts.MetaData
- eventsandtranscripts.MetaDataPagination
- eventsandtranscripts.MetaNrt
- eventsandtranscripts.NRT
- eventsandtranscripts.NrtCallsRequest
- eventsandtranscripts.NrtCallsRequestByIds
- eventsandtranscripts.NrtCallsRequestByTicker
- eventsandtranscripts.NrtCallsRequestData
- eventsandtranscripts.NrtCallsRequestMeta
- eventsandtranscripts.NrtCallsResponse
- eventsandtranscripts.NrtCallsResponseData
- eventsandtranscripts.NrtSpeakerIdsResponse
- eventsandtranscripts.NrtSpeakerIdsResponseData
- eventsandtranscripts.Participant
- eventsandtranscripts.ParticipantNrt
- eventsandtranscripts.Plist
- eventsandtranscripts.RawOrCorrected
- eventsandtranscripts.ResponseType
- eventsandtranscripts.ResponseTypeData
- eventsandtranscripts.Section
- eventsandtranscripts.SectionNrt
- eventsandtranscripts.Speaker
- eventsandtranscripts.SpeakerNrt
- eventsandtranscripts.TimeZonesResponse
- eventsandtranscripts.TimeZonesResponseData
- eventsandtranscripts.TranscriptsByDateRequest
- eventsandtranscripts.TranscriptsByEventsRequest
- eventsandtranscripts.TranscriptsByIdsRequest
- eventsandtranscripts.TranscriptsByIdsResponse
- eventsandtranscripts.TranscriptsBySearchRequest
- eventsandtranscripts.TranscriptsByTimesRequest
- eventsandtranscripts.TranscriptsCollection
- eventsandtranscripts.TranscriptsIntelligenceResponse
- eventsandtranscripts.TranscriptsIntelligenceResponseData
- eventsandtranscripts.TranscriptsRequest
- eventsandtranscripts.TranscriptsRequestData
- eventsandtranscripts.TranscriptsRequestMeta
- eventsandtranscripts.TranscriptsRequestMetaPagination
- eventsandtranscripts.TranscriptsResponse
- eventsandtranscripts.TranscriptsResponseData
- Type: HTTP basic authentication
- Type: OAuth
- Flow: application
- Authorization URL:
- Scopes: N/A
Please refer to the contributing guide.
Copyright 2026 FactSet Research Systems Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.