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.