
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@factset/sdk-eventsandtranscripts
Advanced tools
Events and Transcripts client library for JavaScript
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:
For more information, please visit https://developer.factset.com/contact
npm install @factset/sdk-utils @factset/sdk-eventsandtranscripts@2.1.0
yarn add @factset/sdk-utils @factset/sdk-eventsandtranscripts@2.1.0
Install and activate Node.js >=18. If you're using nvm:
nvm install 18
nvm use 18
(optional) Install yarn.
[!IMPORTANT] The parameter variables defined below are just examples and may potentially contain non valid values. Please replace them with valid values.
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:
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. |
Please refer to the contributing guide.
Copyright 2025 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.
FAQs
Events and Transcripts client library for JavaScript
The npm package @factset/sdk-eventsandtranscripts receives a total of 3 weekly downloads. As such, @factset/sdk-eventsandtranscripts popularity was classified as not popular.
We found that @factset/sdk-eventsandtranscripts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.