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