ETF Data Feed API Plan - Silver

Quick Start Guide

A cloud, a computer monitor with an upward trending line graph, and a separate box with an upward trending line graph

Plan Highlights

The Silver ETFs data feed includes ETF Metadata, ETF Holdings, ETF Statistics, ETF Analytics, quick access methods, and 24/7 support.

Businesses may license Silver ETFs for display at no additional charge with no per-user fees or exchange requirements. 


  • Access: REST API
  • Updates: End-of-Day, 2-3 day lag
  • History: No history included - contact us if needed
  • Coverage: All US ETFs

This guide will show you how to pull the data included in the Silver ETFs Plan, answer the most common questions about the feed, and provide useful links to the API documentation. 

Laptop with a pie chart and bar chart, and a phone with card designs

Cost

Introductory pricing for the Silver ETFs Plan can be found on the Silver ETFs Product Page. This pricing is for New Customers Only. Existing Customers should contact us for more information.   

Starting a trial

Intrinio offers free trials of the Silver ETFs Plan. You can start a trial from your account page by clicking products. If you don’t already have an account, you can create one for free.  

An illustration containing a window with code brackets and a window with a terminal
An illustration of three document graphics surrounded by a Facebook icon, Amazon icon, Dropbox icon, and Twitter icon

Licensing

The Silver ETFs Plan is licensed for Business Use

This means that data included in the plan may be displayed to business’ end users in an application, report, or analysis. Bulk downloads or raw distribution of the underlying data through methods such as an API are not allowed. After the conclusion of your trial, you will have the option to sign a contract to license this plan for your business. You will then be invoiced via ACH or credit card with a discount for paying annually. 

Accessing the API

If you are unfamiliar with the Intrinio API, the getting started documentation will help you familiarize yourself with its inner workings. 

The Silver ETFs plan includes the following endpoints: 

Retrieve All ETFs

  • Returns a list of all currently listed ETFs, with relevant identification information including the ETF Name, Ticker, FIGI Ticker, and Exchange MIC for further usage with our ETF Metadata, Holdings, Stats, and Analytics offerings.
  • Documentation
  • Example Endpoint: https://api-v2.intrinio.com/etfs?api_key=

Search ETFs

  • Accepts a string of keyword combinations, and searches across the ETF name and ticker and returns a list of ETFs with related keywords.
  • Documentation
  • Example Endpoint: https://api-v2.intrinio.com/etfs/search?api_key=

Lookup ETF

  • name
  • ticker
  • ISIN
  • is_live_listed
  • sponsor
  • type
  • description
  • inception_date
  • primary_listing_region
  • net_expense_ratio
  • asset_class
  • us_or_excludes_us
  • developed_emerging
  • index_weighting_scheme
  • fund_family
  • index_provider
  • index_family
  • index_name
  • includes_short_exposure
  • single_category_designation
  • etf_portfolio_turnover
  • number_of_holdings

Get ETF Holdings

  • Returns holdings data that details all the constituent securities in each ETF with names, identifiers, and the weights for each security providing granular level transparency.
  • *Includes top 10 holdings only
  • Documentation
  • Example Endpoint: https://api-v2.intrinio.com/etfs/{identifier}/holdings&api_key=
  • Data Attributes:
  • as_of_date
  • name
  • ticker
  • type
  • composite_figi
  • isin
  • ric
  • sedol
  • location
  • face
  • coupon
  • market_value_held
  • notional_value
  • maturity
  • quantity_held
  • weighting
  • quantity_units
  • quantity_per_share
  • contract_expiry_date

Get ETF Stats

  • Returns comprehensive key US ETF performance statistics, including prices, NAVs, flows, returns, and much more for both trailing and calendar year periods.
  • Documentation
  • Example Endpoint: https://api-v2.intrinio.com/etfs/{identifier}/stats&api_key=
  • Data Attributes:
  • net_asset_value
  • beta_vs_spy
  • trailing_one_month_return_split_and_dividend
  • trailing_one_year_return_split_and_dividend
  • calendar_year_to_date_return_split_and_dividend
  • Inception_annualized_return_split_and_dividend

Get ETF Analytics