SAS Access to Salesforce via REST API

Accessing Salesforce Objects using SAS without SAS Access to Salesforce or ODBC connection. Application programming Interface (API) comes super useful when you want to bypass user interface to perform operation and integration into application you like.  REST API provided by... Read more

Stocks: Fetching historical stock data with SAS

I explored different ways to fetch historic stock data using SAS Proc HTTP method and most suitable way was to use Yahoo Finance API which offer free download. I used Yahoo chart API along with Proc HTTP procedure of SAS... Read more

Stocks: Fetch List of all Ticker from NASDAQ using SAS

By · July 30, 2022 · 0 Comment While exploring about Proc HTTP procedure in SAS, I wondered if it is possible to get list of all stock ticker in NASDAQ along with its basic information, which can be used for screening of stocks... Read more