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 |
---|---|---|---|
active | BOOLEAN | When true, return securities that are active. When false, return securities that are not active. A security is considered active if it has traded or has had a corporate action in the past 30 days, and has not been merged into another security (such as due to ticker changes or corporate restructurings). | [optional] |
delisted | BOOLEAN | When true, return securities that have been delisted from their exchange. Note that there may be a newer security for the same company that has been relisted on a differente exchange. When false, return securities that have not been delisted. | [optional] |
code | String | Return securities classified with the given code (reference). | [optional] |
currency | String | Return securities traded in the given 3-digit ISO 4217 currency code (reference). | [optional] |
ticker | String | Return securities traded with the given ticker. Note that securities across the world (and through time) may trade with the same ticker but represent different companies. Use this in conjuction with other parameters for more specificity. | [optional] |
name | String | Return securities with the given text in their name (not case sensitive). | [optional] |
composite_mic | String | Return securities classified under the composite exchange with the given Market Identification Code (MIC). A composite exchange may or may not be a real exchange. For example, the USCOMP exchange (our only composite exchange to date) is a combination of exchanges with the following MICs: ARCX, XASE, XPOR, FINR, XCIS, XNAS, XNYS, BATS. This composite grouping is done for user convenience. At this time, all US securities are classified under the composite exchange with MIC USCOMP. To query for specific US exchanges, use the exchange_mic parameter below. | [optional] |
exchange_mic | String | The MIC code of the exchange where the security is actually traded. | [optional] |
stock_prices_after | Date | Return securities with end-of-day stock prices on or after this date. | [optional] |
stock_prices_before | Date | Return securities with end-of-day stock prices on or before this date. | [optional] |
cik | String | Return securities belonging to the company with the given Central Index Key (CIK). | [optional] |
figi | String | Return securities with the given Exchange Level FIGI (reference). | [optional] |
composite_figi | String | Return securities with the given Country Composite FIGI (reference). | [optional] |
share_class_figi | String | Return securities with the given Global Share Class FIGI (reference). | [optional] |
figi_unique_id | String | Return securities with the given FIGI Unique ID (reference). | [optional] |
include_non_figi | BOOLEAN | When true, include securities that do not have a FIGI. By default, this is false. If this parameter is not specified, only securities with a FIGI are returned. | [optional] [default to false] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
primary_listing | BOOLEAN | If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange. Returns both if omitted. | [optional] |
next_page | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
securities | Array | |
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