Quotient

FREEMIUM
(Ким) dubois4and | Оновлено 4일 전 | Finance
Популярність

9.8 / 10

Затримки

1,105ms

Рівень обслуговування

99%

Health Check

N/A

README

Quotient API

Market data APIs providing historical and current market data. Get historical intraday (1-min) data, historical end of day data, live market prices, options data, trading signal, financial data and much more on various assets (Stocks, ETFs, Funds, Indices, Forex, Cryptocurrencies, etc) on worldwide stock exchanges (us, canada, australia, uk and europe).

Version: 2.0.0

/equity/intraday

GET

Summary

Historical intraday data with 1-minute resolution

Description

Return intraday time series (Date, Open, High, Low, Close, Volume) given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the asset to look for, e.g., AAPL (Apple Inc), MSFT (Microsoft). Yes string
interval query 1-minute level time interval, e.g., 1 (1 min), 5 (5 min). Yes integer (int)
from query The query start date (supported formats are : YYYY-mm-dd HH:MM, YYYY-mm-dd), e.g., 2020-04-21 10:00 or simply 2020-04-21. Yes string
to query The query end date (supported formats are : YYYY-mm-dd HH:MM, YYYY-mm-dd), e.g., 2020-04-21 10:30 or simply 2020-04-22. Yes string
adjust query Tell if price need to be adjusted. No boolean
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/equity/daily

GET

Summary

Historical end of day data

Description

Return end of day (daily) time series (Date, Open, High, Low, Close, Volume) given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the asset to look for, e.g., AAPL (Apple Inc), MSFT (Microsoft). Yes string
from query The query start date (supported format is : YYYY-mm-dd), e.g., 2018-04-01. Yes string
to query The query end date (supported format is : YYYY-mm-dd), e.g., 2020-04-21. Yes string
adjust query Tell if price need to be adjusted. No boolean
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/equity/live

GET

Summary

Current market price data

Description

Return current market price data given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the asset to look for, e.g., AAPL (Apple Inc), TSLA (Tesla Inc). Yes string
timezone query Alternatively, a valid time zone for the returned timestamp, e.g., US/Eastern. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/equity/signal

GET

Summary

Trading signal

Description

Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%].

Parameters
Name Located in Description Required Schema
symbol query The symbol of the asset to look for, e.g., AAPL (Apple Inc), F (Ford Motor Company). Yes string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/equity/financial

GET

Summary

Financial Data

Description

Return financial data (revenue, earnings, ratios, etc) for a given security.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the asset to look for, e.g., AAPL (Apple Inc), F (Ford Motor Company). Yes string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/equity/dividends

GET

Summary

Dividends history

Description

Return dividends history data for a given security.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the asset to look for, e.g., AAPL (Apple Inc), T (AT&T Inc). Yes string
from query The query start date (supported format is : YYYY-mm-dd), e.g., 2019-01-01. Yes string
to query The query end date (supported format is : YYYY-mm-dd), e.g., 2020-04-17. Yes string
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/equity/earnings

GET

Summary

Earnings (EPS, quarterly) history

Description

Return earnings (EPS, quarterly) history data for a given security.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the asset to look for, e.g., AAPL (Apple Inc), T (AT&T Inc). Yes string
from query The query start date (supported format is : YYYY-mm-dd), e.g., 2019-01-01. Yes string
to query The query end date (supported format is : YYYY-mm-dd), e.g., 2020-04-17. Yes string
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/equity/splits

GET

Summary

Splits history

Description

Return splits history data for a given security.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the asset to look for, e.g., AAPL (Apple Inc), MSFT (Microsoft Corporation). Yes string
from query The query start date (supported format is : YYYY-mm-dd), e.g., 2019-01-01. Yes string
to query The query end date (supported format is : YYYY-mm-dd), e.g., 2020-04-17. Yes string
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/indexes/intraday

GET

Summary

Historical intraday data with 1-minute resolution

Description

Return intraday time series (Date, Open, High, Low, Close, Volume) given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the index to look for, e.g., ^GSPC (S&P 500 index) or with suffix notation SPX:INDEX (S&P 500 index), ^GSPTSE (TSX Composite Index) or with suffix notation TXCX:INDEXCA (TSX Composite Index). Valid suffixes are : - :INDEX: for world indices, e.g., SPX:INDEX (S&P 500 index) or ^GSPC - :INDEXUS: for us specific indices, e.g., SREN:INDEXUS (S&P 500 Energy (Sector)) or ^GSPE - :INDEXCA: for canadian specific indices, e.g., TXCX:INDEXCA (TSX Composite Index) or ^GSPTSE - :INDEXAU: for australian specific indices, e.g., XTO:INDEXAU (ASX 100 Index) or ^ATOI - :INDEXEU: for european specific indices, e.g., BEL2I:INDEXEU (BEL 20 Gr) or BEL2I.BR Please use the lookup endpoint to find out the symbol you’re looking for. Yes string
interval query 1-minute level time interval, e.g., 1 (1 min), 5 (5 min). Yes integer (int)
from query The query start date (supported formats are : YYYY-mm-dd HH:MM, YYYY-mm-dd), e.g., 2020-04-21 10:00 or simply 2020-04-21. Yes string
to query The query end date (supported formats are : YYYY-mm-dd HH:MM, YYYY-mm-dd), e.g., 2020-04-21 10:30 or simply 2020-04-22. Yes string
adjust query Tell if price need to be adjusted. No boolean
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/indexes/daily

GET

Summary

Historical end of day data

Description

Return end of day (daily) time series (Date, Open, High, Low, Close, Volume) given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the index to look for, e.g., ^GSPC (S&P 500 index) or with suffix notation SPX:INDEX (S&P 500 index), ^GSPTSE (TSX Composite Index) or with suffix notation TXCX:INDEXCA (TSX Composite Index). Valid suffixes are : - :INDEX: for world indices, e.g., SPX:INDEX (S&P 500 index) or ^GSPC - :INDEXUS: for us specific indices, e.g., SREN:INDEXUS (S&P 500 Energy (Sector)) or ^GSPE - :INDEXCA: for canadian specific indices, e.g., TXCX:INDEXCA (TSX Composite Index) or ^GSPTSE - :INDEXAU: for australian specific indices, e.g., XTO:INDEXAU (ASX 100 Index) or ^ATOI - :INDEXEU: for european specific indices, e.g., BEL2I:INDEXEU (BEL 20 Gr) or BEL2I.BR Please use the lookup endpoint to find out the symbol you’re looking for. Yes string
from query The query start date (supported format is : YYYY-mm-dd), e.g., 2018-04-01. Yes string
to query The query end date (supported format is : YYYY-mm-dd), e.g., 2020-04-21. Yes string
adjust query Tell if price need to be adjusted. No boolean
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/indexes/live

GET

Summary

Current market price data

Description

Return current market price data given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the index to look for, e.g., ^GSPC (S&P 500 index) or with suffix notation SPX:INDEX (S&P 500 index), ^GSPTSE (TSX Composite Index) or with suffix notation TXCX:INDEXCA (TSX Composite Index). Valid suffixes are : - :INDEX: for world indices, e.g., SPX:INDEX (S&P 500 index) or ^GSPC - :INDEXUS: for us specific indices, e.g., SREN:INDEXUS (S&P 500 Energy (Sector)) or ^GSPE - :INDEXCA: for canadian specific indices, e.g., TXCX:INDEXCA (TSX Composite Index) or ^GSPTSE - :INDEXAU: for australian specific indices, e.g., XTO:INDEXAU (ASX 100 Index) or ^ATOI - :INDEXEU: for european specific indices, e.g., BEL2I:INDEXEU (BEL 20 Gr) or BEL2I.BR Please use the lookup endpoint to find out the symbol you’re looking for. Yes string
timezone query Alternatively, a valid time zone for the returned timestamp, e.g., US/Eastern. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/indexes/signal

GET

Summary

Trading signal

Description

Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%].

Parameters
Name Located in Description Required Schema
symbol query The symbol of the index to look for, e.g., ^GSPC (S&P 500 index) or with suffix notation SPX:INDEX (S&P 500 index), ^GSPTSE (TSX Composite Index) or with suffix notation TXCX:INDEXCA (TSX Composite Index). Valid suffixes are : - :INDEX: for world indices, e.g., SPX:INDEX (S&P 500 index) or ^GSPC - :INDEXUS: for us specific indices, e.g., SREN:INDEXUS (S&P 500 Energy (Sector)) or ^GSPE - :INDEXCA: for canadian specific indices, e.g., TXCX:INDEXCA (TSX Composite Index) or ^GSPTSE - :INDEXAU: for australian specific indices, e.g., XTO:INDEXAU (ASX 100 Index) or ^ATOI - :INDEXEU: for european specific indices, e.g., BEL2I:INDEXEU (BEL 20 Gr) or BEL2I.BR Please use the lookup endpoint to find out the symbol you’re looking for. Yes string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/forex/intraday

GET

Summary

Historical intraday data with 1-minute resolution

Description

Return intraday time series (Date, Open, High, Low, Close, Volume) given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the currency pair to look for, e.g., EUR/USD or EUR-USD or EURUSD. Yes string
interval query 1-minute level time interval, e.g., 1 (1 min), 5 (5 min). Yes integer (int)
from query The query start date (supported formats are : YYYY-mm-dd HH:MM, YYYY-mm-dd), e.g., 2020-04-21 10:00 or simply 2020-04-21. Yes string
to query The query end date (supported formats are : YYYY-mm-dd HH:MM, YYYY-mm-dd), e.g., 2020-04-21 10:30 or simply 2020-04-22. Yes string
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/forex/daily

GET

Summary

Historical end of day data

Description

Return end of day (daily) time series (Date, Open, High, Low, Close, Volume) given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the currency pair to look for, e.g., EUR/USD or EUR-USD or EURUSD. Yes string
from query The query start date (supported format is : YYYY-mm-dd), e.g., 2018-04-01. Yes string
to query The query end date (supported format is : YYYY-mm-dd), e.g., 2020-04-21. Yes string
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/forex/live

GET

Summary

Current market price data

Description

Return current market price data given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the currency pair to look for, e.g., EUR/USD or EUR-USD or EURUSD. Yes string
timezone query Alternatively, a valid time zone for the returned timestamp, e.g., US/Eastern. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/forex/signal

GET

Summary

Trading signal

Description

Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%].

Parameters
Name Located in Description Required Schema
symbol query The symbol of the currency pair to look for, e.g., EUR/USD or EUR-USD or EURUSD. Yes string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/crypto/intraday

GET

Summary

Historical intraday data with 1-minute resolution

Description

Return intraday time series (Date, Open, High, Low, Close, Volume) given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the cryptocurrency pair to look for, e.g., BTC/USD (Bitcoin USD), BTC-EUR (Bitcoin EUR), ETH/BTC or ETH-BTC or ETHBTC (Ethereum BTC). Yes string
interval query 1-minute level time interval, e.g., 1 (1 min), 5 (5 min). Yes integer (int)
from query The query start date (supported formats are : YYYY-mm-dd HH:MM, YYYY-mm-dd), e.g., 2020-04-21 10:00 or simply 2020-04-21. Yes string
to query The query end date (supported formats are : YYYY-mm-dd HH:MM, YYYY-mm-dd), e.g., 2020-04-21 10:30 or simply 2020-04-22. Yes string
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/crypto/daily

GET

Summary

Historical end of day data

Description

Return end of day (daily) time series (Date, Open, High, Low, Close, Volume) given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the cryptocurrency pair to look for, e.g., BTC/USD (Bitcoin USD), BTC-EUR (Bitcoin EUR), ETH/BTC or ETH-BTC or ETHBTC (Ethereum BTC). Yes string
from query The query start date (supported format is : YYYY-mm-dd), e.g., 2018-04-01. Yes string
to query The query end date (supported format is : YYYY-mm-dd), e.g., 2020-04-21. Yes string
start query Deprecated, use the appropriate from parameter instead. No string
end query Deprecated, use the appropriate to parameter instead. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/crypto/live

GET

Summary

Current market price data

Description

Return current market price data given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the cryptocurrency pair to look for, e.g., BTC/USD (Bitcoin USD), BTC-EUR (Bitcoin EUR), ETH/BTC or ETH-BTC or ETHBTC (Ethereum BTC). Yes string
timezone query Alternatively, a valid time zone for the returned timestamp, e.g., US/Eastern. No string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/crypto/signal

GET

Summary

Trading signal

Description

Return a trading signal based on market sentiment, reliable indicators, analyst ratings and news. Signal : 1=buy, 0=hold and -1=sell. Confidence interval : [0%-100%].

Parameters
Name Located in Description Required Schema
symbol query The symbol of the cryptocurrency pair to look for, e.g., BTC/USD (Bitcoin USD), BTC-EUR (Bitcoin EUR), ETH/BTC or ETH-BTC or ETHBTC (Ethereum BTC). Yes string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/search/symbol

GET

Summary

Lookup for a Symbol or Name

Description

Lookup for a Symbol or Name.

Parameters
Name Located in Description Required Schema
query query Partial Company Name or Symbol, e.g., apple, qualcomm. Yes string
categories query Asset categories. Supported categories are : [EQT, IND, ETF, FUNDS, FX, CRYPTO]. They can be mixed separated by a comma , e.g., EQT,ETF. Yes string
regions query The region(s) in which to look for. Supported regions are : [US, CA, UK, EU, AU]. They can be mixed separated by a comma. They can be mixed separated by a comma , e.g., US,UK,EU. Yes string
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/options/prices

GET

Summary

Current options data

Description

Return current options data given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the asset to look for, e.g., AAPL (Apple Inc), MSFT (Microsoft). Yes string
type query The type of option contract. (Call or Put). Yes string
expiration query The expiration date of the option (supported format is : YYYY-mm-dd), e.g., 2021-12-14. No string
strike query The strike price of the option, e.g., 122.00. No float
min_expiry query Alternatively, a lower bound for the expiration date (supported format is : YYYY-mm-dd), e.g., 2021-05-21. If given, expiry range [min_expiry, max_expiry] takes priority over expiration parameter. No string
max_expiry query Alternatively, an upper bound for the expiration date (supported format is : YYYY-mm-dd), e.g., 2021-12-14. If given, expiry range [min_expiry, max_expiry] takes priority over expiration parameter. No string
min_strike query Alternatively, a lower bound for strike price, e.g., 50. If given, strike range [min_strike, max_strike] takes priority over strike parameter. No float
max_strike query Alternatively, an upper bound for strike price, e.g., 90. If given, strike range [min_strike, max_strike] takes priority over strike parameter. No float
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

/options/historical

GET

Summary

Historical options data

Description

Return historical options data given the input parameters.

Parameters
Name Located in Description Required Schema
symbol query The symbol of the asset to look for, e.g., AAPL (Apple Inc), MSFT (Microsoft). Yes string
type query The type of option contract. (Call or Put). Yes string
expiration query The expiration date of the option (supported format is : YYYY-mm-dd), e.g., 2018-04-20. Yes string
strike query The strike price of the option, e.g., 100. Yes float
x-rapidapi-host header Yes string
Responses
Code Description
200 successful operation
400 Invalid request argument

Models

OhlcDataResponse

Name Type Description Required
OhlcDataResponse array

LiveDataResponse

Name Type Description Required
Last number Yes
Change number Yes
ChangePercent number Yes
Timestamp string Yes
PreviousClose number Yes
Open number Yes
Bid number Yes
BidSize integer Yes
Ask number Yes
AskSize integer Yes
High number Yes
Low number Yes
52WeekHigh number Yes
52WeekLow number Yes
Volume integer Yes
AvgVolume integer Yes
Symbol string Yes
Name string Yes

SignalDataResponse

Name Type Description Required
Symbol string Yes
Signal integer Yes
ConfidenceInterval string Yes

FinancialDataResponse

Name Type Description Required
Symbol string Yes
MarketCap integer Yes
Beta number Yes
EpsDilutedTtm number Yes
EpsDilutedQuarterly number Yes
EpsDilutedAnnually number Yes
1YearEpsGrowth number Yes
P/E number Yes
P/S number Yes
P/B number Yes
ROA number Yes
ROE number Yes
NetProfitMargin number Yes
D/E number Yes
BookValuePerShare number Yes
TimesInterestEarned integer Yes
Payout number Yes
ForwardDividendYield number Yes

DividendsDataResponse

Name Type Description Required
DividendsDataResponse array

EarningsDataResponse

Name Type Description Required
EarningsDataResponse array

SplitsDataResponse

Name Type Description Required
SplitsDataResponse array

SearchDataResponse

Name Type Description Required
SearchDataResponse array

BadReqResponse

Name Type Description Required
message object No

ErrorCause

Name Type Description Required
ErrorCause array

OptionType

Name Type Description Required
OptionType string

OptionsPricesDataResponse

Name Type Description Required
OptionsPricesDataResponse array

OptionsHistoricalDataResponse

Name Type Description Required
OptionsHistoricalDataResponse array
Відстежувачі: 30
Створювач API:
Rapid account: Dubois 4 And
dubois4and
dubois4and
Увійти в «Ставки по API»
Рейтинг: 4.4 - Голосів: 7