query

Make an arbitrary call to the IEX API.

This is here to allow retrieving data from currently-unsupported endpoints. This function is not (may not be) permanent.

  1. Json query(Stock query)
  2. Json query(string query, string prefix)
  3. Json query(string query, string[string] params, string prefix)
    Json
    query
    (
    string query
    ,
    string[string] params
    ,
    string prefix = iexPrefix
    )

Meta