The most recent content from our members.
Hi team, requesting your assistance on Case 15852576. Thanks for the links. I tested the GraphQL endpoint at /data-store/v1/graphql and confirmed via schema introspection that ESGSource exists with fields like SourceTitle, SourceUrl, SourceDate, SourcePage, SourcePublisher. However, querying it for Alphabet Inc (PermID…
Having this Query in the grapiql Playground query GetInstrumentsTaxationCountry($instrumentList: [EDFInstrumentIdentifierArgs!]) { EDFInstrument(identifiers: $instrumentList) { TaxationCountry { Identifier { Identifiers(filter: {ValueTypeId: {EQ: "320640"}}) { Value ValueTypeId ValueTypeCode } } Geography { Name LongName }…
Request: {…
From the Playground, I am able to see these 2 sample queries. I have a few questions: Is there are way to combine the 2 queries such I am able to use Legal Entity Identifiers/RIC/etc. to immediately get the filings? Or do we require a 2 step query? 2. How do I know/obtain the list of available identifierTypeName:…
Request/Query: { "query": "query AppleFilingsExistingSchemaOnly {\n FinancialFiling(\n filter: {\n FilingDocument: {\n Identifiers: {\n Cik: { EQ: \"0000320193\" }\n }\n }\n }\n limit: 5\n ) {\n ObjectId\n _metadata {\n identifier\n totalCount\n }\n FilingDocument {\n DocId\n FinancialFilingId\n Identifiers {\n Dcn\n }\n…
Hi, We are currently working on company filings API to download reports of the companies based on OrganizationId. I would like to know if its possible to pass multiple OrganizationId as part of single graphql query. If yes, kindly share an example of the query. Thanks, Ajitha
GraphQL in API Playground gives error when attempting to post query filter to 10-K taken from "Cheat Sheet" { FinancialFiling(filter: {AND: [{FilingDocument: {DocumentSummary: {FormType: {EQ: "10-K"}}}}, {FilingDocument: {DocumentSummary: {FilingDate: {BETWN: {FROM: "2020-01-01T00:00:00Z", TO:…
Hi, I want to fetch data of dividend event from graphiQL . Using this query query ($QuoteID: Long) { DividendEvents(filter: {AND: [ {Dividends: {MarketDetails: {UnderlyingQuoteId: {EQ: $QuoteID}}}}, {Dividends: {Options: {CashMovement: {PaymentDate: {GT_DATETIMENOW: {Interval: DAY, Add: 0}}}}}} ]}) { ObjectId…
Do you plan to expose your API as graph (graphql endpoint)? Seems like it is a better fit for querying data than REST.
It looks like you're new here. Sign in or register to get started.