Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

factset/analyticsapi-engines-r-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

FactSet

Analytics API V3 R Programming Code Snippets

To integrate with FactSet's Analytics APIs. Code snippets are available for below APIs

Requirements

  • R-4.1.0 or higher

Installation

  • Install from CRAN:

     Rscript -e "install.packages('factset.protobuf.stach.v2', repos = 'http://cran.us.r-project.org')"
     Rscript -e "install.packages('factset.protobuf.stachextensions', repos = 'http://cran.us.r-project.org')"

Usage

Refer examples project for sample code snippets to quickly get started.

Prerequisite

Sys.setenv("ANALYTICS_API_URL" = "https://api.factset.com")
Sys.setenv("ANALYTICS_API_USERNAME_SERIAL" = "<username-serial>")
Sys.setenv("ANALYTICS_API_PASSWORD" = "<apikey>")

Contributing

  • Projects examples are open to enhancements and bug fixes. Please create a pull requests with the proposed changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors