get https://live.moment-api.com/v1/data/inventory/
The inventory filtering endpoint filters for bonds that are available
for trading at the time of the request. Multiple parameters can be
filtered for, including reference data fields (such as S&P rating, bond
type) as well as the bid / ask price and yields. These filters should
be specified in the filters
query parameter. We're also able to
filter for ISINs that fulfil a specific trade size.
Two types of filtering are supported:
- Reference data filtering: specify filters for reference data fields,
such as S&P rating, bond type, and more. - Live inventory filtering: specify filters for price, yield to
maturity, and yield to worst, filter for quotes that match a trade
size, and getbids
andasks
from thereturns
query parameter.
In addition, specific fields can be requested in the response. These
fields should be specified in the returns
query parameter.