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