Skip to content

intrinio/r-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intrinio R SDK

To get an API key, sign up here.

Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the Intrinio API documentation. If you need additional help in using the API, please visit the Intrinio website and click on the chat icon in the lower right corner.

Overview

  • API version: 2.56.6
  • Package version: 1.25.2

The new Intrinio R SDK wraps all API v2 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.

Installation

Prerequisites

You'll need the devtools package in order to build the API.

Make sure you have a proper CRAN repository from which you can download packages.

Install the devtools package with the following command in R:

> R
> if(!require(devtools)) { install.packages("devtools") }

Installation of the API package

First, clone the Intrinio R-SDK Github repo.

> git clone https://github.com/intrinio/r-sdk.git

Next, set your working directory to where you've cloned the R SDK and using R, execute:

> cd r-sdk
> R
> library(devtools)
> install(".")

Getting Started

Please follow the Installation procedure and then run the following code:

# Setup client
client <- IntrinioSDK::ApiClient$new()

# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"

#Configure retries
client$configuration$allowRetries <- TRUE

# Setup API with client
CompanyApi <- IntrinioSDK::CompanyApi$new(client)

# Required params
identifier <- "AAPL" # Character | A Company identifier (Ticker, CIK, LEI, Intrinio ID)

response <- CompanyApi$get_company(identifier)

print(response)
print(response$content)

Retries

By default, automatic retries are enabled for the R SDK. Retries can be enabled/disabled by setting allowRetries on the client configuration to TRUE/FALSE as seen in the code example above.

If set to TRUE, all calls to the API will attempt a successful completion up to 5 times with exponential backoff before failing. If set to FALSE, calls to the API will attempt one successful call.

API Endpoints

Complete documentation for the Intrinio R SDK is available on the Intrinio website.

View Intrinio R SDK Documentation

A listing of classes and methods is also provided below:

Class Method HTTP request Description
IntrinioSDK::BulkDownloadsApi get_bulk_download_links GET /bulk_downloads/links All Links
IntrinioSDK::CompanyApi get_all_companies GET /companies All Companies
IntrinioSDK::CompanyApi get_all_companies_daily_metrics GET /companies/daily_metrics All Companies daily metrics
IntrinioSDK::CompanyApi get_all_company_news GET /companies/news All News
IntrinioSDK::CompanyApi get_company GET /companies/{identifier} Lookup Company
IntrinioSDK::CompanyApi get_company_answers GET /companies/{identifier}/answers Company Answers
IntrinioSDK::CompanyApi get_company_daily_metrics GET /companies/{identifier}/daily_metrics Company metrics by Company
IntrinioSDK::CompanyApi get_company_data_point_number GET /companies/{identifier}/data_point/{tag}/number Data Point (Number) for Company
IntrinioSDK::CompanyApi get_company_data_point_text GET /companies/{identifier}/data_point/{tag}/text Data Point (Text) for Company
IntrinioSDK::CompanyApi get_company_filings GET /companies/{identifier}/filings All Filings by Company
IntrinioSDK::CompanyApi get_company_fundamentals GET /companies/{identifier}/fundamentals All Fundamentals by Company
IntrinioSDK::CompanyApi get_company_historical_data GET /companies/{identifier}/historical_data/{tag} Historical Data for Company
IntrinioSDK::CompanyApi get_company_ipos GET /companies/ipos IPOs
IntrinioSDK::CompanyApi get_company_news GET /companies/{identifier}/news All News by Company
IntrinioSDK::CompanyApi get_company_public_float GET /companies/{identifier}/public_float Get Company's public float
IntrinioSDK::CompanyApi get_company_securities GET /companies/{identifier}/securities All Securities by Company
IntrinioSDK::CompanyApi insider_transaction_filings_by_company GET /companies/{identifier}/insider_transaction_filings Insider Transaction Filings by Company
IntrinioSDK::CompanyApi latest_insider_transaction_filing_by_company GET /companies/{identifier}/insider_transaction_filings/latest Latest Insider Transaction Filing by Company
IntrinioSDK::CompanyApi lookup_company_fundamental GET /companies/{identifier}/fundamentals/lookup/{statement_code}/{fiscal_year}/{fiscal_period} Lookup Fundamental by Company
IntrinioSDK::CompanyApi recognize_company GET /companies/recognize Recognize Company
IntrinioSDK::CompanyApi search_companies GET /companies/search Search Companies
IntrinioSDK::CompanyApi shares_outstanding_by_company GET /companies/{identifier}/shares_outstanding Shares Outstanding by Company
IntrinioSDK::DataPointApi get_data_point_number GET /data_point/{identifier}/{tag}/number Data Point (Number)
IntrinioSDK::DataPointApi get_data_point_text GET /data_point/{identifier}/{tag}/text Data Point (Text)
IntrinioSDK::DataTagApi get_all_data_tags GET /data_tags All Data Tags
IntrinioSDK::DataTagApi get_data_tag_by_id GET /data_tags/{identifier} Lookup Data Tag
IntrinioSDK::DataTagApi search_data_tags GET /data_tags/search Search Data Tags
IntrinioSDK::ESGApi get_esg_companies GET /esg/companies ESG Companies
IntrinioSDK::ESGApi get_esg_company_comprehensive_ratings GET /esg/{identifier}/comprehensive ESG Company Comprehensive Ratings History
IntrinioSDK::ESGApi get_esg_company_ratings GET /esg/{identifier} ESG Company Ratings History
IntrinioSDK::ESGApi get_esg_latest GET /esg ESG Latest
IntrinioSDK::ESGApi get_esg_latest_comprehensive GET /esg/comprehensive ESG Latest Comprehensive
IntrinioSDK::ETFsApi get_all_etfs GET /etfs All ETFs
IntrinioSDK::ETFsApi get_etf GET /etfs/{identifier} Lookup ETF
IntrinioSDK::ETFsApi get_etf_analytics GET /etfs/{identifier}/analytics ETF Analytics
IntrinioSDK::ETFsApi get_etf_holdings GET /etfs/{identifier}/holdings ETF Holdings
IntrinioSDK::ETFsApi get_etf_stats GET /etfs/{identifier}/stats Exchange Traded Fund (ETF) stats
IntrinioSDK::ETFsApi search_etfs GET /etfs/search Search ETFs
IntrinioSDK::FilingApi get_all_filings GET /filings All Filings
IntrinioSDK::FilingApi get_all_notes GET /filings/notes All Filing Notes
IntrinioSDK::FilingApi get_filing_answers GET /filings/{identifier}/answers Filing Answers
IntrinioSDK::FilingApi get_filing_by_id GET /filings/{id} Lookup Filing
IntrinioSDK::FilingApi get_filing_fundamentals GET /filings/{identifier}/fundamentals All Fundamentals by Filing
IntrinioSDK::FilingApi get_filing_html GET /filings/{identifier}/html Filing Html
IntrinioSDK::FilingApi get_filing_text GET /filings/{identifier}/text Filing Text
IntrinioSDK::FilingApi get_note GET /filings/notes/{identifier} Filing Note by ID
IntrinioSDK::FilingApi get_note_html GET /filings/notes/{identifier}/html Filing Note HTML
IntrinioSDK::FilingApi get_note_text GET /filings/notes/{identifier}/text Filing Note Text
IntrinioSDK::FilingApi search_notes GET /filings/notes/search Search Filing Notes
IntrinioSDK::ForexApi get_forex_currencies GET /forex/currencies Forex Currencies
IntrinioSDK::ForexApi get_forex_pairs GET /forex/pairs Forex Currency Pairs
IntrinioSDK::ForexApi get_forex_prices GET /forex/prices/{pair}/{timeframe} Forex Currency Prices
IntrinioSDK::FundamentalsApi filter_fundamental GET /fundamentals Filter Fundamental
IntrinioSDK::FundamentalsApi get_fundamental_by_id GET /fundamentals/{id} Fundamental by ID
IntrinioSDK::FundamentalsApi get_fundamental_reported_financials GET /fundamentals/{id}/reported_financials Reported Financials
IntrinioSDK::FundamentalsApi get_fundamental_standardized_financials GET /fundamentals/{id}/standardized_financials Standardized Financials
IntrinioSDK::FundamentalsApi get_fundamental_standardized_financials_dimensions GET /fundamentals/{id}/standardized_financials/dimensions/{tag} Standardized Financials Dimensions
IntrinioSDK::FundamentalsApi lookup_fundamental GET /fundamentals/lookup/{identifier}/{statement_code}/{fiscal_year}/{fiscal_period} Lookup Fundamental
IntrinioSDK::HistoricalDataApi get_historical_data GET /historical_data/{identifier}/{tag} Historical Data
IntrinioSDK::IndexApi get_all_economic_indices GET /indices/economic All Economic Indices
IntrinioSDK::IndexApi get_all_sic_indices GET /indices/sic All SIC Indices
IntrinioSDK::IndexApi get_all_stock_market_indices GET /indices/stock_market All Stock Market Indices
IntrinioSDK::IndexApi get_economic_index_by_id GET /indices/economic/{identifier} Lookup Economic Index
IntrinioSDK::IndexApi get_economic_index_data_point_number GET /indices/economic/{identifier}/data_point/{tag}/number Data Point (Number) for an Economic Index
IntrinioSDK::IndexApi get_economic_index_data_point_text GET /indices/economic/{identifier}/data_point/{tag}/text Data Point (Text) for an Economic Index
IntrinioSDK::IndexApi get_economic_index_historical_data GET /indices/economic/{identifier}/historical_data/{tag} Historical Data for an Economic Index
IntrinioSDK::IndexApi get_realtime_index_price_by_id GET /indices/{identifier}/realtime Realtime Index Price
IntrinioSDK::IndexApi get_sic_index_by_id GET /indices/sic/{identifier} Lookup SIC Index
IntrinioSDK::IndexApi get_sic_index_data_point_number GET /indices/sic/{identifier}/data_point/{tag}/number Data Point (Number) for an SIC Index
IntrinioSDK::IndexApi get_sic_index_data_point_text GET /indices/sic/{identifier}/data_point/{tag}/text Data Point (Text) for an SIC Index
IntrinioSDK::IndexApi get_sic_index_historical_data GET /indices/sic/{identifier}/historical_data/{tag} Historical Data for an SIC Index
IntrinioSDK::IndexApi get_stock_market_index_by_id GET /indices/stock_market/{identifier} Lookup Stock Market Index
IntrinioSDK::IndexApi get_stock_market_index_data_point_number GET /indices/stock_market/{identifier}/data_point/{tag}/number Data Point (Number) for Stock Market Index
IntrinioSDK::IndexApi get_stock_market_index_data_point_text GET /indices/stock_market/{identifier}/data_point/{tag}/text Data Point (Text) for Stock Market Index
IntrinioSDK::IndexApi get_stock_market_index_historical_data GET /indices/stock_market/{identifier}/historical_data/{tag} Historical Data for Stock Market Index
IntrinioSDK::IndexApi search_economic_indices GET /indices/economic/search Search Economic Indices
IntrinioSDK::IndexApi search_sic_indices GET /indices/sic/search Search SIC Indices
IntrinioSDK::IndexApi search_stock_markets_indices GET /indices/stock_market/search Search Stock Market Indices
IntrinioSDK::InsiderTransactionFilingsApi get_all_insider_transaction_filings GET /insider_transaction_filings All Insider Transactions Filings
IntrinioSDK::MarketApi get_market_status GET /market/status Market Status
IntrinioSDK::MunicipalityApi get_all_municipalities GET /municipalities All Municipalities
IntrinioSDK::MunicipalityApi get_municipality_by_id GET /municipalities/{id} Municipality by ID
IntrinioSDK::MunicipalityApi get_municipality_financials GET /municipalities/{id}/financials Financials for a Municipality
IntrinioSDK::OptionsApi get_all_options_tickers GET /options/tickers Options Tickers
IntrinioSDK::OptionsApi get_option_expirations_realtime GET /options/expirations/{symbol}/realtime Options Expirations
IntrinioSDK::OptionsApi get_option_strikes_realtime GET /options/strikes/{symbol}/{strike}/realtime Option Strikes Realtime
IntrinioSDK::OptionsApi get_options GET /options/{symbol} Options
IntrinioSDK::OptionsApi get_options_by_symbol_realtime GET /options/{symbol}/realtime Options by Symbol Realtime
IntrinioSDK::OptionsApi get_options_chain GET /options/chain/{symbol}/{expiration} Options Chain
IntrinioSDK::OptionsApi get_options_chain_eod GET /options/chain/{symbol}/{expiration}/eod Options Chain EOD
IntrinioSDK::OptionsApi get_options_chain_realtime GET /options/chain/{symbol}/{expiration}/realtime Options Chain Realtime
IntrinioSDK::OptionsApi get_options_expirations GET /options/expirations/{symbol} Options Expirations
IntrinioSDK::OptionsApi get_options_expirations_eod GET /options/expirations/{symbol}/eod Options Expirations
IntrinioSDK::OptionsApi get_options_interval_by_contract GET /options/interval/{identifier} Options Intervals By Contract
IntrinioSDK::OptionsApi get_options_interval_movers GET /options/interval/movers Options Intervals Movers
IntrinioSDK::OptionsApi get_options_interval_movers_change GET /options/interval/movers/change Options Intervals Movers By Change
IntrinioSDK::OptionsApi get_options_interval_movers_volume GET /options/interval/movers/volume Options Intervals Movers By Volume
IntrinioSDK::OptionsApi get_options_prices GET /options/prices/{identifier} Option Prices
IntrinioSDK::OptionsApi get_options_prices_batch_realtime POST /options/prices/realtime/batch Option Prices Batch Realtime
IntrinioSDK::OptionsApi get_options_prices_eod GET /options/prices/{identifier}/eod Option Prices EOD
IntrinioSDK::OptionsApi get_options_prices_realtime GET /options/prices/{identifier}/realtime Option Prices Realtime
IntrinioSDK::OptionsApi get_options_snapshots GET /options/snapshots Option Prices Realtime Snapshot
IntrinioSDK::OptionsApi get_options_stats_realtime GET /options/prices/{identifier}/realtime/stats Option Stats Realtime
IntrinioSDK::OptionsApi get_unusual_activity GET /options/unusual_activity/{symbol} Options Unusual Activity
IntrinioSDK::OptionsApi get_unusual_activity_intraday GET /options/unusual_activity/{symbol}/intraday Options Unusual Activity Intraday
IntrinioSDK::OptionsApi get_unusual_activity_universal GET /options/unusual_activity Options Unusual Activity Universal
IntrinioSDK::OptionsApi get_unusual_activity_universal_intraday GET /options/unusual_activity/intraday Options Unusual Activity Universal Intraday
IntrinioSDK::OwnersApi get_all_owners GET /owners All Owners
IntrinioSDK::OwnersApi get_owner_by_id GET /owners/{identifier} Owner by ID
IntrinioSDK::OwnersApi insider_transaction_filings_by_owner GET /owners/{identifier}/insider_transaction_filings Insider Transaction Filings by Owner
IntrinioSDK::OwnersApi institutional_holdings_by_owner GET /owners/{identifier}/institutional_holdings Institutional Holdings by Owner
IntrinioSDK::OwnersApi search_owners GET /owners/search Search Owners
IntrinioSDK::SecurityApi get_all_securities GET /securities All Securities
IntrinioSDK::SecurityApi get_security_by_id GET /securities/{identifier} Lookup Security
IntrinioSDK::SecurityApi get_security_data_point_number GET /securities/{identifier}/data_point/{tag}/number Data Point (Number) for Security
IntrinioSDK::SecurityApi get_security_data_point_text GET /securities/{identifier}/data_point/{tag}/text Data Point (Text) for Security
IntrinioSDK::SecurityApi get_security_historical_data GET /securities/{identifier}/historical_data/{tag} Historical Data for Security
IntrinioSDK::SecurityApi get_security_history_by_identifier GET /securities/history-by-identifier/{identifier} Security History By Identifier
IntrinioSDK::SecurityApi get_security_history_by_ticker GET /securities/history-by-ticker/{ticker} Security History By Ticker
IntrinioSDK::SecurityApi get_security_insider_ownership GET /securities/{identifier}/institutional_ownership Institutional Ownership by Security
IntrinioSDK::SecurityApi get_security_interval_movers GET /securities/market_movers Security Intervals Movers
IntrinioSDK::SecurityApi get_security_interval_movers_change GET /securities/market_movers/change Security Intervals Movers By Change
IntrinioSDK::SecurityApi get_security_interval_movers_volume GET /securities/market_movers/volume Security Intervals Movers By Volume
IntrinioSDK::SecurityApi get_security_interval_prices GET /securities/{identifier}/prices/intervals Interval Stock Prices for Security
IntrinioSDK::SecurityApi get_security_intraday_prices GET /securities/{identifier}/prices/intraday Intraday Stock Prices for Security
IntrinioSDK::SecurityApi get_security_latest_dividend_record GET /securities/{identifier}/dividends/latest Latest Dividend Record for Security
IntrinioSDK::SecurityApi get_security_latest_earnings_record GET /securities/{identifier}/earnings/latest Latest Earnings Record for Security
IntrinioSDK::SecurityApi get_security_price_technicals_adi GET /securities/{identifier}/prices/technicals/adi Accumulation/Distribution Index
IntrinioSDK::SecurityApi get_security_price_technicals_adtv GET /securities/{identifier}/prices/technicals/adtv Average Daily Trading Volume
IntrinioSDK::SecurityApi get_security_price_technicals_adx GET /securities/{identifier}/prices/technicals/adx Average Directional Index
IntrinioSDK::SecurityApi get_security_price_technicals_ao GET /securities/{identifier}/prices/technicals/ao Awesome Oscillator
IntrinioSDK::SecurityApi get_security_price_technicals_atr GET /securities/{identifier}/prices/technicals/atr Average True Range
IntrinioSDK::SecurityApi get_security_price_technicals_bb GET /securities/{identifier}/prices/technicals/bb Bollinger Bands
IntrinioSDK::SecurityApi get_security_price_technicals_cci GET /securities/{identifier}/prices/technicals/cci Commodity Channel Index
IntrinioSDK::SecurityApi get_security_price_technicals_cmf GET /securities/{identifier}/prices/technicals/cmf Chaikin Money Flow
IntrinioSDK::SecurityApi get_security_price_technicals_dc GET /securities/{identifier}/prices/technicals/dc Donchian Channel
IntrinioSDK::SecurityApi get_security_price_technicals_dpo GET /securities/{identifier}/prices/technicals/dpo Detrended Price Oscillator
IntrinioSDK::SecurityApi get_security_price_technicals_eom GET /securities/{identifier}/prices/technicals/eom Ease of Movement
IntrinioSDK::SecurityApi get_security_price_technicals_fi GET /securities/{identifier}/prices/technicals/fi Force Index
IntrinioSDK::SecurityApi get_security_price_technicals_ichimoku GET /securities/{identifier}/prices/technicals/ichimoku Ichimoku Kinko Hyo
IntrinioSDK::SecurityApi get_security_price_technicals_kc GET /securities/{identifier}/prices/technicals/kc Keltner Channel
IntrinioSDK::SecurityApi get_security_price_technicals_kst GET /securities/{identifier}/prices/technicals/kst Know Sure Thing
IntrinioSDK::SecurityApi get_security_price_technicals_macd GET /securities/{identifier}/prices/technicals/macd Moving Average Convergence Divergence
IntrinioSDK::SecurityApi get_security_price_technicals_mfi GET /securities/{identifier}/prices/technicals/mfi Money Flow Index
IntrinioSDK::SecurityApi get_security_price_technicals_mi GET /securities/{identifier}/prices/technicals/mi Mass Index
IntrinioSDK::SecurityApi get_security_price_technicals_nvi GET /securities/{identifier}/prices/technicals/nvi Negative Volume Index
IntrinioSDK::SecurityApi get_security_price_technicals_obv GET /securities/{identifier}/prices/technicals/obv On-balance Volume
IntrinioSDK::SecurityApi get_security_price_technicals_obv_mean GET /securities/{identifier}/prices/technicals/obv_mean On-balance Volume Mean
IntrinioSDK::SecurityApi get_security_price_technicals_rsi GET /securities/{identifier}/prices/technicals/rsi Relative Strength Index
IntrinioSDK::SecurityApi get_security_price_technicals_sma GET /securities/{identifier}/prices/technicals/sma Simple Moving Average
IntrinioSDK::SecurityApi get_security_price_technicals_sr GET /securities/{identifier}/prices/technicals/sr Stochastic Oscillator
IntrinioSDK::SecurityApi get_security_price_technicals_trix GET /securities/{identifier}/prices/technicals/trix Triple Exponential Average
IntrinioSDK::SecurityApi get_security_price_technicals_tsi GET /securities/{identifier}/prices/technicals/tsi True Strength Index
IntrinioSDK::SecurityApi get_security_price_technicals_uo GET /securities/{identifier}/prices/technicals/uo Ultimate Oscillator
IntrinioSDK::SecurityApi get_security_price_technicals_vi GET /securities/{identifier}/prices/technicals/vi Vortex Indicator
IntrinioSDK::SecurityApi get_security_price_technicals_vpt GET /securities/{identifier}/prices/technicals/vpt Volume-price Trend
IntrinioSDK::SecurityApi get_security_price_technicals_vwap GET /securities/{identifier}/prices/technicals/vwap Volume Weighted Average Price
IntrinioSDK::SecurityApi get_security_price_technicals_wr GET /securities/{identifier}/prices/technicals/wr Williams %R
IntrinioSDK::SecurityApi get_security_realtime_price GET /securities/{identifier}/prices/realtime Realtime Stock Price for Security
IntrinioSDK::SecurityApi get_security_replay_file GET /securities/replay Security Replay File
IntrinioSDK::SecurityApi get_security_snapshots GET /securities/snapshots Realtime Stock Prices Snapshot
IntrinioSDK::SecurityApi get_security_stock_price_adjustments GET /securities/{identifier}/prices/adjustments Stock Price Adjustments by Security
IntrinioSDK::SecurityApi get_security_stock_prices GET /securities/{identifier}/prices Stock Prices by Security
IntrinioSDK::SecurityApi get_security_trades GET /securities/trades Security Trades
IntrinioSDK::SecurityApi get_security_trades_by_symbol GET /securities/{identifier}/trades Security Trades By Symbol
IntrinioSDK::SecurityApi get_security_zacks_analyst_ratings GET /securities/{identifier}/zacks/analyst_ratings Zacks Analyst Ratings for Security
IntrinioSDK::SecurityApi get_security_zacks_analyst_ratings_snapshot GET /securities/{identifier}/zacks/analyst_ratings/snapshot Zacks Analyst Ratings Snapshot
IntrinioSDK::SecurityApi get_security_zacks_eps_surprises GET /securities/{identifier}/zacks/eps_surprises Zacks EPS Surprises for Security
IntrinioSDK::SecurityApi get_security_zacks_sales_surprises GET /securities/{identifier}/zacks/sales_surprises Zacks Sales Surprises for Security
IntrinioSDK::SecurityApi screen_securities POST /securities/screen Screen Securities
IntrinioSDK::SecurityApi search_securities GET /securities/search Search Securities
IntrinioSDK::StockExchangeApi get_all_stock_exchanges GET /stock_exchanges All Stock Exchanges
IntrinioSDK::StockExchangeApi get_stock_exchange_by_id GET /stock_exchanges/{identifier} Lookup Stock Exchange
IntrinioSDK::StockExchangeApi get_stock_exchange_price_adjustments GET /stock_exchanges/{identifier}/prices/adjustments Stock Price Adjustments by Exchange
IntrinioSDK::StockExchangeApi get_stock_exchange_prices GET /stock_exchanges/{identifier}/prices Stock Prices by Exchange
IntrinioSDK::StockExchangeApi get_stock_exchange_realtime_prices GET /stock_exchanges/{identifier}/prices/realtime Realtime Stock Prices by Exchange
IntrinioSDK::StockExchangeApi get_stock_exchange_securities GET /stock_exchanges/{identifier}/securities Securities by Exchange
IntrinioSDK::TechnicalApi get_security_price_technicals_adi GET /securities/{identifier}/prices/technicals/adi Accumulation/Distribution Index
IntrinioSDK::TechnicalApi get_security_price_technicals_adtv GET /securities/{identifier}/prices/technicals/adtv Average Daily Trading Volume
IntrinioSDK::TechnicalApi get_security_price_technicals_adx GET /securities/{identifier}/prices/technicals/adx Average Directional Index
IntrinioSDK::TechnicalApi get_security_price_technicals_ao GET /securities/{identifier}/prices/technicals/ao Awesome Oscillator
IntrinioSDK::TechnicalApi get_security_price_technicals_atr GET /securities/{identifier}/prices/technicals/atr Average True Range
IntrinioSDK::TechnicalApi get_security_price_technicals_bb GET /securities/{identifier}/prices/technicals/bb Bollinger Bands
IntrinioSDK::TechnicalApi get_security_price_technicals_cci GET /securities/{identifier}/prices/technicals/cci Commodity Channel Index
IntrinioSDK::TechnicalApi get_security_price_technicals_cmf GET /securities/{identifier}/prices/technicals/cmf Chaikin Money Flow
IntrinioSDK::TechnicalApi get_security_price_technicals_dc GET /securities/{identifier}/prices/technicals/dc Donchian Channel
IntrinioSDK::TechnicalApi get_security_price_technicals_dpo GET /securities/{identifier}/prices/technicals/dpo Detrended Price Oscillator
IntrinioSDK::TechnicalApi get_security_price_technicals_eom GET /securities/{identifier}/prices/technicals/eom Ease of Movement
IntrinioSDK::TechnicalApi get_security_price_technicals_fi GET /securities/{identifier}/prices/technicals/fi Force Index
IntrinioSDK::TechnicalApi get_security_price_technicals_ichimoku GET /securities/{identifier}/prices/technicals/ichimoku Ichimoku Kinko Hyo
IntrinioSDK::TechnicalApi get_security_price_technicals_kc GET /securities/{identifier}/prices/technicals/kc Keltner Channel
IntrinioSDK::TechnicalApi get_security_price_technicals_kst GET /securities/{identifier}/prices/technicals/kst Know Sure Thing
IntrinioSDK::TechnicalApi get_security_price_technicals_macd GET /securities/{identifier}/prices/technicals/macd Moving Average Convergence Divergence
IntrinioSDK::TechnicalApi get_security_price_technicals_mfi GET /securities/{identifier}/prices/technicals/mfi Money Flow Index
IntrinioSDK::TechnicalApi get_security_price_technicals_mi GET /securities/{identifier}/prices/technicals/mi Mass Index
IntrinioSDK::TechnicalApi get_security_price_technicals_nvi GET /securities/{identifier}/prices/technicals/nvi Negative Volume Index
IntrinioSDK::TechnicalApi get_security_price_technicals_obv GET /securities/{identifier}/prices/technicals/obv On-balance Volume
IntrinioSDK::TechnicalApi get_security_price_technicals_obv_mean GET /securities/{identifier}/prices/technicals/obv_mean On-balance Volume Mean
IntrinioSDK::TechnicalApi get_security_price_technicals_rsi GET /securities/{identifier}/prices/technicals/rsi Relative Strength Index
IntrinioSDK::TechnicalApi get_security_price_technicals_sma GET /securities/{identifier}/prices/technicals/sma Simple Moving Average
IntrinioSDK::TechnicalApi get_security_price_technicals_sr GET /securities/{identifier}/prices/technicals/sr Stochastic Oscillator
IntrinioSDK::TechnicalApi get_security_price_technicals_trix GET /securities/{identifier}/prices/technicals/trix Triple Exponential Average
IntrinioSDK::TechnicalApi get_security_price_technicals_tsi GET /securities/{identifier}/prices/technicals/tsi True Strength Index
IntrinioSDK::TechnicalApi get_security_price_technicals_uo GET /securities/{identifier}/prices/technicals/uo Ultimate Oscillator
IntrinioSDK::TechnicalApi get_security_price_technicals_vi GET /securities/{identifier}/prices/technicals/vi Vortex Indicator
IntrinioSDK::TechnicalApi get_security_price_technicals_vpt GET /securities/{identifier}/prices/technicals/vpt Volume-price Trend
IntrinioSDK::TechnicalApi get_security_price_technicals_vwap GET /securities/{identifier}/prices/technicals/vwap Volume Weighted Average Price
IntrinioSDK::TechnicalApi get_security_price_technicals_wr GET /securities/{identifier}/prices/technicals/wr Williams %R
IntrinioSDK::ZacksApi get_zacks_analyst_ratings GET /zacks/analyst_ratings Zacks Analyst Ratings
IntrinioSDK::ZacksApi get_zacks_eps_estimates GET /zacks/eps_estimates Zacks EPS Estimates
IntrinioSDK::ZacksApi get_zacks_eps_growth_rates GET /zacks/eps_growth_rates Zacks EPS Growth Rates
IntrinioSDK::ZacksApi get_zacks_eps_surprises GET /zacks/eps_surprises Zacks EPS Surprises
IntrinioSDK::ZacksApi get_zacks_etf_holdings GET /zacks/etf_holdings Zacks ETF Holdings
IntrinioSDK::ZacksApi get_zacks_institutional_holding_companies GET /zacks/institutional_holdings/companies Zacks Institutional Holding Companies
IntrinioSDK::ZacksApi get_zacks_institutional_holding_owners GET /zacks/institutional_holdings/owners Zacks Institutional Holding Owners
IntrinioSDK::ZacksApi get_zacks_institutional_holdings GET /zacks/institutional_holdings Zacks Institutional Holdings
IntrinioSDK::ZacksApi get_zacks_long_term_growth_rates GET /zacks/long_term_growth_rates Zacks Long Term Growth Rates
IntrinioSDK::ZacksApi get_zacks_sales_estimates GET /zacks/sales_estimates Zacks Sales Estimates
IntrinioSDK::ZacksApi get_zacks_sales_surprises GET /zacks/sales_surprises Zacks Sales Surprises
IntrinioSDK::ZacksApi get_zacks_target_price_consensuses GET /zacks/target_price_consensuses Zacks Target Price Consensuses

Models