The most recent content from our members.
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.