glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
12.41k stars 1.08k forks source link

429 Too Many Requests #1649

Open jlcanale opened 3 years ago

jlcanale commented 3 years ago

When attempting to convert the following JSON, the output section is empty and the browser console logs: 429 Too Many Requests.

{
    "Symbol": "IBM",
    "AssetType": "Common Stock",
    "Name": "International Business Machines Corporation",
    "Description": "International Business Machines Corporation provides integrated solutions and services worldwide. Its Cloud & Cognitive Software segment offers software for vertical and domain-specific solutions in health, financial services, and Internet of Things (IoT), weather, and security software and services application areas; and customer information control system and storage, and analytics and integration software solutions to support client mission critical on-premise workloads in banking, airline, and retail industries. It also offers middleware and data platform software, including Red Hat that enables the operation of clients' hybrid multi-cloud environments; and Cloud Paks, WebSphere distributed, and analytics platform software, such as DB2 distributed, information integration, and enterprise content management, as well as IoT, Blockchain and AI/Watson platforms. The company's Global Business Services segment offers business consulting services; system integration, application management, maintenance, and support services for packaged software; finance, procurement, talent and engagement, and industry-specific business process outsourcing services; and IT infrastructure and platform services. Its Global Technology Services segment provides project, managed, outsourcing, and cloud-delivered services for enterprise IT infrastructure environments; and IT infrastructure support services. The company's Systems segment offers servers for businesses, cloud service providers, and scientific computing organizations; data storage products and solutions; and z/OS, an enterprise operating system, as well as Linux. Its Global Financing segment provides lease, installment payment, loan financing, short-term working capital financing, and remanufacturing and remarketing services. The company was formerly known as Computing-Tabulating-Recording Co. The company was founded in 1911 and is headquartered in Armonk, New York.",
    "Exchange": "NYSE",
    "Currency": "USD",
    "Country": "USA",
    "Sector": "Technology",
    "Industry": "Information Technology Services",
    "Address": "One New Orchard Road, Armonk, NY, United States, 10504",
    "FullTimeEmployees": "0",
    "FiscalYearEnd": "December",
    "LatestQuarter": "2020-12-31",
    "MarketCapitalization": "107265441792",
    "EBITDA": "13509000192",
    "PERatio": "19.3257",
    "PEGRatio": "1.257",
    "BookValue": "23.075",
    "DividendPerShare": "6.51",
    "DividendYield": "0.0538",
    "EPS": "6.229",
    "RevenuePerShareTTM": "82.691",
    "ProfitMargin": "0.0759",
    "OperatingMarginTTM": "0.0926",
    "ReturnOnAssetsTTM": "0.0276",
    "ReturnOnEquityTTM": "0.2638",
    "RevenueTTM": "73619996672",
    "GrossProfitTTM": "35575000000",
    "DilutedEPSTTM": "6.229",
    "QuarterlyEarningsGrowthYOY": "-0.632",
    "QuarterlyRevenueGrowthYOY": "-0.065",
    "AnalystTargetPrice": "137",
    "TrailingPE": "19.3257",
    "ForwardPE": "11.0375",
    "PriceToSalesRatioTTM": "1.4833",
    "PriceToBookRatio": "5.2688",
    "EVToRevenue": "2.1893",
    "EVToEBITDA": "12.7717",
    "Beta": "1.2481",
    "52WeekHigh": "143.9055",
    "52WeekLow": "85.7993",
    "50DayMovingAverage": "124.4046",
    "200DayMovingAverage": "122.4919",
    "SharesOutstanding": "891057024",
    "SharesFloat": "891011172",
    "SharesShort": "26828008",
    "SharesShortPriorMonth": "24592416",
    "ShortRatio": "3.16",
    "ShortPercentOutstanding": "0.03",
    "ShortPercentFloat": "0.0301",
    "PercentInsiders": "0.128",
    "PercentInstitutions": "58.584",
    "ForwardAnnualDividendRate": "6.52",
    "ForwardAnnualDividendYield": "0.0533",
    "PayoutRatio": "0.752",
    "DividendDate": "2021-03-10",
    "ExDividendDate": "2021-02-09",
    "LastSplitFactor": "2:1",
    "LastSplitDate": "1999-05-27"
}
tiaanl commented 3 years ago

Looks like there are too many fields. If you remove 10 fields it works. Not sure what the error is.