The Intrinio Ruby SDK wraps all API endpoints into an easy-to-use set of classes, methods, and response objects.
To install the SDK use RubyGems:
gem install intrinio-sdk
Be sure to require the SDK in your code as follows:
require 'intrinio-sdk'View Ruby SDK on GitHub
Name | Type | Description | Notes |
---|---|---|---|
start_date | Date | Limit sales surprises to those on or after this date | [optional] |
end_date | Date | Limit sales surprises to those on or before this date | [optional] |
sales_actual_greater | Float | Return only records with an actual sales higher than this value | [optional] |
sales_actual_less | Float | Return only records with an actual sales lower than this value | [optional] |
sales_mean_estimate_greater | Float | Return only records with a sales mean estimate greater than this value | [optional] |
sales_mean_estimate_less | Float | Return only records with a sales mean estimate lower than this value | [optional] |
sales_amount_diff_greater | Float | Return only records with a sales amount difference greater than this value | [optional] |
sales_amount_diff_less | Float | Return only records with a sales amount difference less than this value | [optional] |
sales_percent_diff_greater | Float | Return only records with a sales percent difference greater than this value | [optional] |
sales_percent_diff_less | Float | Return only records with a sales percent difference less than this value | [optional] |
sales_count_estimate_greater | Float | Return only records with a sales count estimate greater than this value | [optional] |
sales_count_estimate_less | Float | Return only records with a sales count estimate less than this value | [optional] |
sales_std_dev_estimate_greater | Float | Return only records with a sales standard deviation greater than this value | [optional] |
sales_std_dev_estimate_less | Float | Return only records with a sales standard deviation less than this value | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
sales_surprises | Array | Zacks Sales Surprise data for a Security in descending order by actual reported date |
next_page | String | The token required to request the next page of the data. If null, no further results are available. |
No notes for this release.
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 description for this build.
Quote endpoint
Can specify multiple tickers on specific endpoints
No release notes for this build
No release notes for this build.
No release notes for this build
Advanced company news endpoints
Advanced Company News endpoints.
No release notes for this build.
Added Zacks Sales Estimate Endpoint
No release notes for this release.
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 the 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
-Fixed next_page parameter for an endpoint
Added intervals endpoints and movers endpoints.
Added options intervals and equitites delayed SIP endpoints
Added Intervals Movers endpoints