The Intrinio R SDK wraps all API endpoints into an easy-to-use set of classes, methods, and response objects.
The new Intrinio R SDK is not yet available via CRAN and must be installed manually.
Once the new Intrinio R SDK reaches version 1.0.0 it will be uploaded to and made available via CRAN, superseding the current Intrinio Stock API Wrapper .
You'll need the devtools package in order to build the API. Install the devtools package with the following command in R:
First, clone the Intrinio R-SDK Github repo.
Next, set your working directory to where you've cloned the R SDK and using R, execute:
Name | Type | Description | Notes |
---|---|---|---|
exchange | Character | [optional] | |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
etfs | List of ETFSummary | |
etfs_data_frame | Data Frame | Data frame representation of etfs |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
No release notes for this build.
No release notes for this build.
Added stock exchange quote endpoint
Fix type on one endpoint.
Add quote type fields to equity intervals.
No release notes for this build.
Quote endpoint
Allow certain endpoints to specify multiple tickers
Added bid and ask timestamp properties for equities realtime price quotes.
No release notes for this build.
No release notes for this build.
No release notes for this build.
Advanced Company News endpoints
No release notes for this build.
Added Zacks Sales Estimates endpoint.
No release notes for this build.
No release notes for this build.
Add extended price fields to options realtime calls
Add bid/ask time and size to options eod calls
Documentation updates and fixes
-Adjusting and releasing Company Public Float endpoint.
Added missing preexisting parameters to SDK methods.
Add extra hint message to a Trade Alerts endpoint if user doesn’t have access
Fix enum on depreciated intraday endpoint docs
Add date filters to shares outstanding endpoint
Allow either datetime format for param on snapshot endpoints
Add missing next page param to docs for institutional ownership endpoint
Add documentation for market status endpoint
Can specify greeks underlying price source in some options calls
Can specify greeks IV method of calculation in some options calls
Update intervals syntax so it can pull from more performant source
No release notes for this build
Added a next_page param in the SDK for an options endpoint where it already exists.
Added interval and movers endpoints.
Added options intervals and equitites delayed SIP endpoints
Added Intervals Movers endpoints