generated: '2026-08-22' personal_data: >- CONTAINS NAMED INDIVIDUALS. Seven of these endpoints return the names of real people: Executive Compensation (executive_name), Insider Transactions (insider_name), Senate Trading and House Trading (name_of_reporting_person), and the Investment Adviser endpoints. Every one is a mandatory PUBLIC regulatory disclosure -- SEC Form 4 and DEF 14A, STOCK Act periodic transaction reports, Form ADV -- where publication is the statutory purpose, and the values below are the provider's own published documentation examples captured verbatim, not responses we fetched. No contact details are exposed: no email, no telephone, no address. Access is keyed by issuer or trading symbol; there is NO search-by-person parameter anywhere in the API. Annotated rather than removed, per the catalog's personal-data rule for a general endpoint that merely includes a people facet. Do not build a person-lookup skill or MCP tool on top of these. method: searched source: https://financialdata.net/documentation note: The provider publishes a worked request URL and a sample JSON response for every one of its 86 endpoints. Those examples are captured here VERBATIM, one entry per endpoint, so they are usable as a machine-readable example set even though there is no OpenAPI to hang them off. Truncated arrays in the source (shown as "...") are preserved exactly as the provider wrote them; nothing was completed, reformatted or invented. Sample values are illustrative market data published by the provider, not live quotes. example_count: 86 examples: - endpoint: GET https://financialdata.net/api/v1/stock-symbols name: Stock Symbols plan_required: Free request_example: https://financialdata.net/api/v1/stock-symbols parameters: - name: offset type: integer required: false example: '500' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"A\",\n \"registrant_name\": \"AGILENT TECHNOLOGIES, INC.\"\n },\n {\n \"trading_symbol\": \"AA\",\n \"registrant_name\": \"Alcoa Corp\"\n\ \ },\n {\n \"trading_symbol\": \"AACB\",\n \"registrant_name\": \"Artius II Acquisition Inc.\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/international-stock-symbols name: International Stock Symbols plan_required: Free request_example: https://financialdata.net/api/v1/international-stock-symbols parameters: - name: offset type: integer required: false example: '500' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"000080.KS\",\n \"registrant_name\": \"HiteJinro Co., Ltd.\"\n },\n {\n \"trading_symbol\": \"000100.KS\",\n \"registrant_name\": \"Yuhan\ \ Corporation\"\n },\n {\n \"trading_symbol\": \"000120.KS\",\n \"registrant_name\": \"CJ Logistics Corporation\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/etf-symbols name: Etf Symbols plan_required: Free request_example: https://financialdata.net/api/v1/etf-symbols parameters: - name: offset type: integer required: false example: '500' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"AAA\",\n \"description\": \"AAF First Priority CLO Bond ETF\"\n },\n {\n \"trading_symbol\": \"AADR\",\n \"description\": \"AdvisorShares\ \ Dorsey Wright ADR ETF\"\n },\n {\n \"trading_symbol\": \"AALL\",\n \"description\": \"GraniteShares 2x Long AAL Daily ETF\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/commodity-symbols name: Commodity Symbols plan_required: Free request_example: https://financialdata.net/api/v1/commodity-symbols parameters: - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"BZ\",\n \"description\": \"Brent Crude Oil Futures (NYMEX)\"\n },\n {\n \"trading_symbol\": \"CJ\",\n \"description\": \"Cocoa Futures (NYMEX)\"\ \n },\n {\n \"trading_symbol\": \"CL\",\n \"description\": \"Crude Oil Futures (NYMEX)\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/otc-symbols name: Otc Symbols plan_required: Free request_example: https://financialdata.net/api/v1/otc-symbols parameters: - name: offset type: integer required: false example: '500' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"AAALY\",\n \"title_of_security\": \"Aareal Bank AG Unsponsored American Depository Receipt (Germany)\"\n },\n {\n \"trading_symbol\": \"AABB\"\ ,\n \"title_of_security\": \"Asia Broadband Inc Common Stock\"\n },\n {\n \"trading_symbol\": \"AABVF\",\n \"title_of_security\": \"Aberdeen International Inc Ordinary Shares\"\n },\n ...\n\ ]" - endpoint: GET https://financialdata.net/api/v1/stock-quotes name: Stock Quotes plan_required: Premium request_example: https://financialdata.net/api/v1/stock-quotes?identifiers=MSFT,AAPL parameters: - name: identifiers type: string required: true example: MSFT,AAPL - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"AAPL\",\n \"registrant_name\": \"Apple Inc.\",\n \"time\": \"2025-09-02 15:56:00\",\n \"price\": 238.08,\n \"change\": 8.36,\n \"percentage_change\"\ : 3.64\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"time\": \"2025-09-02 15:55:57\",\n \"price\": 502.42,\n \"change\": -2.7,\n \"percentage_change\"\ : -0.53\n }\n]" - endpoint: GET https://financialdata.net/api/v1/stock-prices name: Stock Prices plan_required: Free request_example: https://financialdata.net/api/v1/stock-prices?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"date\": \"2024-12-04\",\n \"open\": 433.03,\n \"high\": 439.67,\n \"low\": 432.63,\n \"close\": 437.42,\n \"volume\"\ : 26009430.0\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"date\": \"2024-12-03\",\n \"open\": 429.84,\n \"high\": 432.47,\n \"low\": 427.74,\n \"close\": 431.2,\n \"volume\":\ \ 18301990.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/international-stock-prices name: International Stock Prices plan_required: Standard request_example: https://financialdata.net/api/v1/international-stock-prices?identifier=SHEL.L parameters: - name: identifier type: string required: true example: SHEL.L - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"SHEL.L\",\n \"date\": \"2025-05-02\",\n \"open\": 2493.0,\n \"high\": 2543.5,\n \"low\": 2461.5,\n \"close\": 2486.5,\n \"volume\"\ : 12476281.0\n },\n {\n \"trading_symbol\": \"SHEL.L\",\n \"date\": \"2025-05-01\",\n \"open\": 2405.0,\n \"high\": 2446.0,\n \"low\": 2373.0,\n \"close\": 2436.5,\n \"volume\"\ : 4203522.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/minute-prices name: Minute Prices plan_required: Standard request_example: https://financialdata.net/api/v1/minute-prices?identifier=MSFT&date=2020-01-15 parameters: - name: identifier type: string required: true example: MSFT - name: date type: string required: true example: '2020-01-15' - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"time\": \"2020-01-15 20:59:00\",\n \"open\": 163.14,\n \"high\": 163.26,\n \"low\": 163.1,\n \"close\": 163.25,\n \"\ volume\": 5633.0\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"time\": \"2020-01-15 20:58:00\",\n \"open\": 163.065,\n \"high\": 163.18,\n \"low\": 163.055,\n \"close\": 163.145,\n\ \ \"volume\": 15777.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/latest-prices name: Latest Prices plan_required: Premium request_example: https://financialdata.net/api/v1/latest-prices?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"time\": \"2025-11-04 20:59:00\",\n \"open\": 514.74,\n \"high\": 514.89,\n \"low\": 514.38,\n \"close\": 514.71,\n \"\ volume\": 19328.0\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"time\": \"2025-11-04 20:58:00\",\n \"open\": 514.36,\n \"high\": 514.74,\n \"low\": 514.33,\n \"close\": 514.74,\n\ \ \"volume\": 9980.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/commodity-prices name: Commodity Prices plan_required: Free request_example: https://financialdata.net/api/v1/commodity-prices?identifier=ZC parameters: - name: identifier type: string required: true example: ZC - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"ZC\",\n \"date\": \"2024-12-03\",\n \"open\": 425.0,\n \"high\": 428.0,\n \"low\": 422.75,\n \"close\": 423.25,\n \"volume\": 4078.0\n\ \ },\n {\n \"trading_symbol\": \"ZC\",\n \"date\": \"2024-12-02\",\n \"open\": 423.0,\n \"high\": 425.5,\n \"low\": 420.75,\n \"close\": 424.5,\n \"volume\": 3877.0\n },\n ...\n\ ]" - endpoint: GET https://financialdata.net/api/v1/otc-prices name: Otc Prices plan_required: Free request_example: https://financialdata.net/api/v1/otc-prices?identifier=AABB parameters: - name: identifier type: string required: true example: AABB - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"AABB\",\n \"date\": \"2024-12-04\",\n \"open\": 0.0271,\n \"high\": 0.0271,\n \"low\": 0.024,\n \"close\": 0.0248,\n \"volume\":\ \ 6592169.0\n },\n {\n \"trading_symbol\": \"AABB\",\n \"date\": \"2024-12-03\",\n \"open\": 0.0235,\n \"high\": 0.029,\n \"low\": 0.0235,\n \"close\": 0.0265,\n \"volume\": 6828867.0\n\ \ },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/otc-volume name: Otc Volume plan_required: Free request_example: https://financialdata.net/api/v1/otc-volume?identifier=AABB parameters: - name: identifier type: string required: true example: AABB - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"AABB\",\n \"title_of_security\": \"Asia Broadband Inc Common Stock\",\n \"month_start_date\": \"2024-10-01\",\n \"monthly_volume\": 140366022,\n\ \ \"previous_monthly_volume\": 263720143,\n \"volume_year_to_date\": 2237440816\n },\n {\n \"trading_symbol\": \"AABB\",\n \"title_of_security\": \"Asia Broadband Inc Common Stock\",\n\ \ \"month_start_date\": \"2024-09-01\",\n \"monthly_volume\": 263720143,\n \"previous_monthly_volume\": 692420804,\n \"volume_year_to_date\": 2097074794\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/index-symbols name: Index Symbols plan_required: Standard request_example: https://financialdata.net/api/v1/index-symbols parameters: - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"000001.SS\",\n \"index_name\": \"SSE Composite Index\"\n },\n {\n \"trading_symbol\": \"DE000SLA30S3.SG\",\n \"index_name\": \"Solactive\ \ Equal Weight Canada Oil & Gas Index\"\n },\n {\n \"trading_symbol\": \"DX-Y.NYB\",\n \"index_name\": \"US Dollar Index\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/index-quotes name: Index Quotes plan_required: Premium request_example: https://financialdata.net/api/v1/index-quotes?identifiers=^GSPC,^DJI parameters: - name: identifiers type: string required: true example: ^GSPC,^DJI - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"^GSPC\",\n \"index_name\": \"S&P 500\",\n \"time\": \"2025-09-23 15:19:59\",\n \"price\": 6656.92,\n \"change\": -36.83,\n \"percentage_change\"\ : -0.55\n },\n {\n \"trading_symbol\": \"^DJI\",\n \"index_name\": \"Dow Jones Industrial Average\",\n \"time\": \"2025-09-23 15:19:59\",\n \"price\": 46292.78,\n \"change\": -88.76,\n\ \ \"percentage_change\": -0.19\n }\n]" - endpoint: GET https://financialdata.net/api/v1/index-prices name: Index Prices plan_required: Standard request_example: https://financialdata.net/api/v1/index-prices?identifier=^GSPC parameters: - name: identifier type: string required: true example: ^GSPC - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"^GSPC\",\n \"date\": \"2025-06-13\",\n \"open\": 6000.56,\n \"high\": 6026.16,\n \"low\": 5963.21,\n \"close\": 5976.97,\n \"volume\"\ : 5258910000.0\n },\n {\n \"trading_symbol\": \"^GSPC\",\n \"date\": \"2025-06-12\",\n \"open\": 6009.9,\n \"high\": 6045.43,\n \"low\": 6003.88,\n \"close\": 6045.26,\n \"volume\"\ : 4669500000.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/index-constituents name: Index Constituents plan_required: Standard request_example: https://financialdata.net/api/v1/index-constituents?identifier=^GSPC parameters: - name: identifier type: string required: true example: ^GSPC - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"^GSPC\",\n \"index_name\": \"S&P 500\",\n \"constituent_symbol\": \"COIN\",\n \"constituent_name\": \"Coinbase\",\n \"sector\": \"Financials\"\ ,\n \"industry\": \"Financial Exchanges & Data\",\n \"date_added\": \"2025-05-19\"\n },\n {\n \"trading_symbol\": \"^GSPC\",\n \"index_name\": \"S&P 500\",\n \"constituent_symbol\"\ : \"DASH\",\n \"constituent_name\": \"DoorDash\",\n \"sector\": \"Consumer Discretionary\",\n \"industry\": \"Specialized Consumer Services\",\n \"date_added\": \"2025-03-24\"\n },\n ...\n\ ]" - endpoint: GET https://financialdata.net/api/v1/option-chain name: Option Chain plan_required: Standard request_example: https://financialdata.net/api/v1/option-chain?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"contract_name\": \"MSFT271217P00660000\",\n\ \ \"expiration_date\": \"2027-12-17\",\n \"put_or_call\": \"Put\",\n \"strike_price\": 660.0\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"\ registrant_name\": \"MICROSOFT CORP\",\n \"contract_name\": \"MSFT271217C00660000\",\n \"expiration_date\": \"2027-12-17\",\n \"put_or_call\": \"Call\",\n \"strike_price\": 660.0\n },\n\ \ ...\n]" - endpoint: GET https://financialdata.net/api/v1/option-prices name: Option Prices plan_required: Standard request_example: https://financialdata.net/api/v1/option-prices?identifier=MSFT260123C00455000 parameters: - name: identifier type: string required: true example: MSFT260123C00455000 - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"contract_name\": \"MSFT250417C00400000\",\n \"date\": \"2025-03-07\",\n \"open\": 11.45,\n \"high\": 11.9,\n \"low\": 8.75,\n \"close\": 11.25,\n \"\ volume\": 1005.0\n },\n {\n \"contract_name\": \"MSFT250417C00400000\",\n \"date\": \"2025-03-06\",\n \"open\": 11.65,\n \"high\": 16.0,\n \"low\": 11.5,\n \"close\": 13.86,\n \ \ \"volume\": 1299.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/option-greeks name: Option Greeks plan_required: Standard request_example: https://financialdata.net/api/v1/option-greeks?identifier=MSFT260123C00455000 parameters: - name: identifier type: string required: true example: MSFT260123C00455000 - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"contract_name\": \"MSFT250417C00400000\",\n \"date\": \"2025-03-07\",\n \"delta\": 0.163203703354078,\n \"gamma\": 0.000139524283246703,\n \"theta\": -0.0218808916622069,\n\ \ \"vega\": 0.324904955132613,\n \"rho\": 0.0716368104421749\n },\n {\n \"contract_name\": \"MSFT250417C00400000\",\n \"date\": \"2025-03-06\",\n \"delta\": 0.40771043689382,\n \"\ gamma\": 0.000216457024980538,\n \"theta\": -0.041187033759887,\n \"vega\": 0.52266727480074,\n \"rho\": 0.184554341455875\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/futures-symbols name: Futures Symbols plan_required: Standard request_example: https://financialdata.net/api/v1/futures-symbols parameters: - name: offset type: integer required: false example: '500' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"10Y\",\n \"description\": \"10-Year Yield Futures\",\n \"type\": \"Interest Rates\"\n },\n {\n \"trading_symbol\": \"1OZ\",\n \"description\"\ : \"1-Ounce Gold Futures\",\n \"type\": \"Metals\"\n },\n {\n \"trading_symbol\": \"2GT\",\n \"description\": \"BTIC on E-mini Russell 2000 Growth Index Futures\",\n \"type\": \"Equities\"\ \n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/futures-prices name: Futures Prices plan_required: Standard request_example: https://financialdata.net/api/v1/futures-prices?identifier=ZN parameters: - name: identifier type: string required: true example: ZN - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"ZN\",\n \"date\": \"2025-03-07\",\n \"open\": 110.81,\n \"high\": 111.28,\n \"low\": 110.47,\n \"close\": 110.55,\n \"volume\": 6317.0\n\ \ },\n {\n \"trading_symbol\": \"ZN\",\n \"date\": \"2025-03-06\",\n \"open\": 110.64,\n \"high\": 110.91,\n \"low\": 110.39,\n \"close\": 110.78,\n \"volume\": 6317.0\n },\n\ \ ...\n]" - endpoint: GET https://financialdata.net/api/v1/crypto-symbols name: Crypto Symbols plan_required: Standard request_example: https://financialdata.net/api/v1/crypto-symbols parameters: - name: offset type: integer required: false example: '500' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"1000CATUSD\",\n \"base_asset\": \"1000CAT\",\n \"quote_asset\": \"USD\"\n },\n {\n \"trading_symbol\": \"1000CHEEMSUSD\",\n \"base_asset\"\ : \"1000CHEEMS\",\n \"quote_asset\": \"USD\"\n },\n {\n \"trading_symbol\": \"1000SATSUSD\",\n \"base_asset\": \"1000SATS\",\n \"quote_asset\": \"USD\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/crypto-information name: Crypto Information plan_required: Standard request_example: https://financialdata.net/api/v1/crypto-information?identifier=BTC parameters: - name: identifier type: string required: true example: BTC - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"BTC\",\n \"crypto_name\": \"Bitcoin\",\n \"market_cap\": 2275103042119.0,\n \"fully_diluted_valuation\": 2275103042119.0,\n \"total_supply\"\ : 19900334.0,\n \"max_supply\": 21000000.0,\n \"circulating_supply\": 19900334.0,\n \"highest_price\": 122838.0,\n \"highest_price_date\": \"2025-07-14\",\n \"lowest_price\": 67.81,\n\ \ \"lowest_price_date\": \"2013-07-06\",\n \"hash_function\": \"SHA-256\",\n \"block_time\": \"10 minutes\",\n \"ledger_start_date\": \"2009-01-03\",\n \"website\": \"http://www.bitcoin.org\"\ ,\n \"description\": \"Bitcoin is the first decentralized cryptocurrency, operating on a peer-to-peer network without central authority. It uses blockchain technology to enable secure, transparent\ \ transactions. Known as digital gold, Bitcoin has a capped supply of 21 million coins. Its primary use cases include store of value and cross-border payments. Mining secures the network through proof-of-work\ \ consensus.\"\n }\n]" - endpoint: GET https://financialdata.net/api/v1/crypto-quotes name: Crypto Quotes plan_required: Premium request_example: https://financialdata.net/api/v1/crypto-quotes?identifiers=BTCUSD,ETHUSD parameters: - name: identifiers type: string required: true example: BTCUSD,ETHUSD - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"BTCUSD\",\n \"base_asset\": \"BTC\",\n \"quote_asset\": \"USD\",\n \"time\": \"2025-09-02 21:01:00\",\n \"price\": 111394.68,\n \"change\"\ : 2563.62,\n \"percentage_change\": 2.356\n },\n {\n \"trading_symbol\": \"ETHUSD\",\n \"base_asset\": \"ETH\",\n \"quote_asset\": \"USD\",\n \"time\": \"2025-09-02 21:01:00\",\n \ \ \"price\": 4314.39,\n \"change\": 27.29,\n \"percentage_change\": 0.637\n }\n]" - endpoint: GET https://financialdata.net/api/v1/crypto-prices name: Crypto Prices plan_required: Standard request_example: https://financialdata.net/api/v1/crypto-prices?identifier=BTCUSD parameters: - name: identifier type: string required: true example: BTCUSD - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"BTCUSD\",\n \"date\": \"2025-07-30\",\n \"open\": 117950.75,\n \"high\": 118792.0,\n \"low\": 115796.23,\n \"close\": 117840.3,\n \ \ \"volume\": 15586.73631\n },\n {\n \"trading_symbol\": \"BTCUSD\",\n \"date\": \"2025-07-29\",\n \"open\": 118062.32,\n \"high\": 119273.36,\n \"low\": 116950.75,\n \"close\"\ : 117950.76,\n \"volume\": 15137.93445\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/crypto-minute-prices name: Crypto Minute Prices plan_required: Standard request_example: https://financialdata.net/api/v1/crypto-minute-prices?identifier=BTCUSD&date=2025-01-15 parameters: - name: identifier type: string required: true example: BTCUSD - name: date type: string required: true example: '2025-01-15' - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"BTCUSD\",\n \"time\": \"2025-01-15 23:59:00\",\n \"open\": 100497.35,\n \"high\": 100497.36,\n \"low\": 100497.35,\n \"close\": 100497.35,\n\ \ \"volume\": 8.7986\n },\n {\n \"trading_symbol\": \"BTCUSD\",\n \"time\": \"2025-01-15 23:58:00\",\n \"open\": 100510.02,\n \"high\": 100510.02,\n \"low\": 100457.36,\n \"close\"\ : 100497.35,\n \"volume\": 34.48309\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/forex-symbols name: Forex Symbols plan_required: Premium request_example: https://financialdata.net/api/v1/forex-symbols parameters: - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"AUDCAD\",\n \"base_asset\": \"AUD\",\n \"quote_asset\": \"CAD\"\n },\n {\n \"trading_symbol\": \"AUDCHF\",\n \"base_asset\": \"AUD\"\ ,\n \"quote_asset\": \"CHF\"\n },\n {\n \"trading_symbol\": \"AUDHKD\",\n \"base_asset\": \"AUD\",\n \"quote_asset\": \"HKD\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/forex-quotes name: Forex Quotes plan_required: Premium request_example: https://financialdata.net/api/v1/forex-quotes?identifiers=EURUSD,GBPUSD parameters: - name: identifiers type: string required: true example: EURUSD,GBPUSD - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"EURUSD\",\n \"base_asset\": \"EUR\",\n \"quote_asset\": \"USD\",\n \"time\": \"2025-12-22 14:43:32\",\n \"price\": 1.17631,\n \"change\"\ : 0.00527,\n \"percentage_change\": 0.45\n },\n {\n \"trading_symbol\": \"GBPUSD\",\n \"base_asset\": \"GBP\",\n \"quote_asset\": \"USD\",\n \"time\": \"2025-12-22 14:43:32\",\n \ \ \"price\": 1.34504,\n \"change\": 0.00754,\n \"percentage_change\": 0.56\n }\n]" - endpoint: GET https://financialdata.net/api/v1/forex-prices name: Forex Prices plan_required: Premium request_example: https://financialdata.net/api/v1/forex-prices?identifier=EURUSD parameters: - name: identifier type: string required: true example: EURUSD - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"EURUSD\",\n \"date\": \"2025-12-23\",\n \"open\": 1.17896,\n \"high\": 1.18072,\n \"low\": 1.17718,\n \"close\": 1.17748,\n \"volume\"\ : 89168.0\n },\n {\n \"trading_symbol\": \"EURUSD\",\n \"date\": \"2025-12-22\",\n \"open\": 1.1753,\n \"high\": 1.18014,\n \"low\": 1.17521,\n \"close\": 1.17924,\n \"volume\"\ : 101718.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/forex-minute-prices name: Forex Minute Prices plan_required: Premium request_example: https://financialdata.net/api/v1/forex-minute-prices?identifier=EURUSD&date=2025-01-15 parameters: - name: identifier type: string required: true example: EURUSD - name: date type: string required: true example: '2025-01-15' - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"EURUSD\",\n \"time\": \"2025-01-15 23:59:00\",\n \"open\": 1.02944,\n \"high\": 1.02948,\n \"low\": 1.02939,\n \"close\": 1.02945,\n\ \ \"volume\": 42.0\n },\n {\n \"trading_symbol\": \"EURUSD\",\n \"time\": \"2025-01-15 23:58:00\",\n \"open\": 1.02941,\n \"high\": 1.02943,\n \"low\": 1.02941,\n \"close\": 1.02942,\n\ \ \"volume\": 17.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/company-information name: Company Information plan_required: Standard request_example: https://financialdata.net/api/v1/company-information?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"isin_number\": \"US5949181045\",\n \"lei_number\"\ : null,\n \"ein_number\": \"911144442\",\n \"exchange\": \"Nasdaq\",\n \"sic_code\": \"7372\",\n \"sic_description\": \"Services-Prepackaged Software\",\n \"fiscal_year_end\": \"0630\"\ ,\n \"state_of_incorporation\": \"WA\",\n \"address_street\": \"ONE MICROSOFT WAY\",\n \"address_city\": \"REDMOND\",\n \"address_state\": \"WA\",\n \"address_zip_code\": \"98052-6399\"\ ,\n \"address_country\": \"UNITED STATES\",\n \"address_country_code\": \"US\",\n \"phone_number\": \"425-882-8080\",\n \"mailing_address\": \"ONE MICROSOFT WAY, REDMOND, WA, 98052-6399\"\ ,\n \"business_address\": \"ONE MICROSOFT WAY, REDMOND, WA, 98052-6399\",\n \"former_name\": null,\n \"industry\": \"Information technology\",\n \"founding_date\": \"1975-04-04\",\n \"\ chief_executive_officer\": \"Satya Nadella\",\n \"number_of_employees\": 228000,\n \"website\": \"https://www.microsoft.com/\",\n \"market_cap\": 2800000000000.0,\n \"shares_issued\": null,\n\ \ \"shares_outstanding\": 7434880776,\n \"description\": \"Microsoft Corporation is an American multinational technology conglomerate headquartered in Redmond, Washington. Founded in 1975, the\ \ company became highly influential in the rise of personal computers through software like Windows, and the company has since expanded to Internet services, cloud computing, video gaming and other\ \ fields. Microsoft is the largest software maker, one of the most valuable public U.S. companies, and one of the most valuable brands globally.\"\n }\n]" - endpoint: GET https://financialdata.net/api/v1/international-company-information name: International Company Information plan_required: Standard request_example: https://financialdata.net/api/v1/international-company-information?identifier=SHEL.L parameters: - name: identifier type: string required: true example: SHEL.L - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"SHEL.L\",\n \"registrant_name\": \"Shell PLC\",\n \"exchange\": \"London Stock Exchange\",\n \"isin_number\": \"GB00BP6MXD84\",\n \"industry\"\ : \"Energy\",\n \"founding_date\": \"1907\",\n \"chief_executive_officer\": \"Wael Sawan\",\n \"number_of_employees\": 90000,\n \"website\": \"https://www.shell.com/\",\n \"description\"\ : \"Shell PLC is a British multinational oil and gas company, headquartered in London, England. Shell is a public limited company with a primary listing on the London Stock Exchange (LSE) and secondary\ \ listings on Euronext Amsterdam and the New York Stock Exchange. A core component of Big Oil, Shell is the second largest investor-owned oil and gas company in the world by revenue (after ExxonMobil),\ \ and among the world's largest companies out of any industry. Measured by both its own emissions, and the emissions of all the fossil fuels it sells, Shell was the ninth-largest corporate producer\ \ of greenhouse gas emissions in the period 1988–2015.\"\n }\n]" - endpoint: GET https://financialdata.net/api/v1/key-metrics name: Key Metrics plan_required: Standard request_example: https://financialdata.net/api/v1/key-metrics?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"period_end_date\"\ : \"2024-06-30\",\n \"earnings_per_share\": 11.86,\n \"earnings_per_share_forecast\": 13.33,\n \"price_to_earnings_ratio\": 38.5101180438449,\n \"forward_price_to_earnings_ratio\": 34.2633158289572,\n\ \ \"earnings_growth_rate\": 22.0164609053498,\n \"price_earnings_to_growth_ratio\": 1.74915115601015,\n \"book_value_per_share\": 36.1293231059077,\n \"price_to_book_ratio\": 12.6415321610417,\n\ \ \"ebitda\": 136758000000.0,\n \"enterprise_value\": 3351003630000.0,\n \"dividend_yield\": 0.00656931603829476,\n \"dividend_payout_ratio\": 0.252972678587637,\n \"debt_to_equity_ratio\"\ : 0.17575434767224,\n \"capital_expenditures\": 62237000000.0,\n \"free_cash_flow\": 56311000000.0,\n \"return_on_equity\": 0.328281379782998,\n \"one_year_beta\": 1.19353548418252,\n \ \ \"three_year_beta\": 1.25034202198802,\n \"five_year_beta\": 1.19116942054093\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/international-key-metrics name: International Key Metrics plan_required: Premium request_example: https://financialdata.net/api/v1/international-key-metrics?identifier=SHEL.L parameters: - name: identifier type: string required: true example: SHEL.L - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"SHEL.L\",\n \"registrant_name\": \"Shell plc\",\n \"fiscal_period\": \"FY\",\n \"period_end_date\": \"2025-12-31\",\n \"currency_code\"\ : \"USD\",\n \"earnings_per_share\": 3.03,\n \"price_to_earnings_ratio\": 904.290429042904,\n \"earnings_growth_rate\": 18.8235294117647,\n \"price_earnings_to_growth_ratio\": 48.0404290429043,\n\ \ \"book_value_per_share\": 29.7614924967746,\n \"price_to_book_ratio\": 92.0652752981708,\n \"ebitda\": 44745000000.0,\n \"enterprise_value\": 16157872000000.0,\n \"dividend_yield\"\ : -0.000524881306939585,\n \"dividend_payout_ratio\": -0.474967763637383,\n \"debt_to_equity_ratio\": 0.26784485526859,\n \"capital_expenditures\": 22025000000.0,\n \"free_cash_flow\": 20838000000.0,\n\ \ \"return_on_equity\": 0.102281067938896,\n \"one_year_beta\": 0.102195990430389,\n \"three_year_beta\": 0.144974325024332,\n \"five_year_beta\": 0.176490420763994\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/market-cap name: Market Cap plan_required: Standard request_example: https://financialdata.net/api/v1/market-cap?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"market_cap\"\ : 2800000000000.0,\n \"change_in_market_cap\": 1000000000000.0,\n \"percentage_change_in_market_cap\": 55.5555555555556,\n \"shares_outstanding\": 7433038381,\n \"change_in_shares_outstanding\"\ : 3274659,\n \"percentage_change_in_shares_outstanding\": 0.0440748740138738\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"\ MICROSOFT CORP\",\n \"fiscal_year\": \"2023\",\n \"market_cap\": 1800000000000.0,\n \"change_in_market_cap\": -700000000000.0,\n \"percentage_change_in_market_cap\": -28.0,\n \"shares_outstanding\"\ : 7429763722,\n \"change_in_shares_outstanding\": -28128150,\n \"percentage_change_in_shares_outstanding\": -0.377159530907181\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/employee-count name: Employee Count plan_required: Standard request_example: https://financialdata.net/api/v1/employee-count?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"employee_count\"\ : 228000\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2023\",\n \"employee_count\"\ : 221000\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/executive-compensation name: Executive Compensation plan_required: Standard request_example: https://financialdata.net/api/v1/executive-compensation?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: offset type: integer required: false example: '100' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"executive_name\": \"Christopher D. Young\"\ ,\n \"executive_position\": \"Executive Vice President\",\n \"fiscal_year\": \"2024\",\n \"salary\": 850000.0,\n \"bonus\": 0.0,\n \"stock_awards\": 9040931.0,\n \"incentive_plan_compensation\"\ : 2023680.0,\n \"other_compensation\": 120092.0,\n \"total_compensation\": 12034703.0\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\"\ : \"MICROSOFT CORP\",\n \"executive_name\": \"Bradford L. Smith\",\n \"executive_position\": \"Chair, President\",\n \"fiscal_year\": \"2024\",\n \"salary\": 1000000.0,\n \"bonus\": 0.0,\n\ \ \"stock_awards\": 18684175.0,\n \"incentive_plan_compensation\": 3642750.0,\n \"other_compensation\": 112868.0,\n \"total_compensation\": 23439793.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/securities-information name: Securities Information plan_required: Standard request_example: https://financialdata.net/api/v1/securities-information?identifier=AAPL parameters: - name: identifier type: string required: true example: AAPL, 594918104, US5949181045 - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"AAPL\",\n \"issuer_name\": \"APPLE INC\",\n \"cusip_number\": \"037833100\",\n \"isin_number\": \"US0378331005\",\n \"figi_identifier\"\ : \"BBG000B9XRY4\",\n \"security_type\": \"Common Stock\"\n }\n]" - endpoint: GET https://financialdata.net/api/v1/income-statements name: Income Statements plan_required: Standard request_example: https://financialdata.net/api/v1/income-statements?identifier=MSFT&period=year parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"fiscal_period\"\ : \"FY\",\n \"period_end_date\": \"2024-06-30\",\n \"revenue\": 245122000000.0,\n \"cost_of_revenue\": 74114000000.0,\n \"gross_profit\": 171008000000.0,\n \"research_and_development_expenses\"\ : 29510000000.0,\n \"general_and_administrative_expenses\": 7609000000.0,\n \"operating_expenses\": null,\n \"operating_income\": 109433000000.0,\n \"interest_expense\": 2935000000.0,\n\ \ \"interest_income\": 3157000000.0,\n \"net_income\": 88136000000.0,\n \"earnings_per_share_basic\": 11.86,\n \"earnings_per_share_diluted\": 11.8,\n \"weighted_average_shares_outstanding_basic\"\ : 7431000000,\n \"weighted_average_shares_outstanding_diluted\": 7469000000\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/balance-sheet-statements name: Balance Sheet Statements plan_required: Standard request_example: https://financialdata.net/api/v1/balance-sheet-statements?identifier=MSFT&period=year parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"fiscal_period\"\ : \"FY\",\n \"period_end_date\": \"2024-06-30\",\n \"cash_and_cash_equivalents\": 90143000000.0,\n \"marketable_securities_current\": 57228000000.0,\n \"accounts_receivable\": 56924000000.0,\n\ \ \"inventories\": 1246000000.0,\n \"non_trade_receivables\": null,\n \"other_assets_current\": 26021000000.0,\n \"total_assets_current\": 159734000000.0,\n \"marketable_securities_non_current\"\ : 14600000000.0,\n \"property_plant_and_equipment\": 135591000000.0,\n \"other_assets_non_current\": 36460000000.0,\n \"total_assets_non_current\": 301369000000.0,\n \"total_assets\": 512163000000.0,\n\ \ \"accounts_payable\": 21996000000.0,\n \"deferred_revenue\": 57582000000.0,\n \"short_term_debt\": 2249000000.0,\n \"other_liabilities_current\": 19185000000.0,\n \"total_liabilities_current\"\ : 125286000000.0,\n \"long_term_debt\": 44937000000.0,\n \"other_liabilities_non_current\": 27064000000.0,\n \"total_liabilities_non_current\": 118400000000.0,\n \"total_liabilities\": 243686000000.0,\n\ \ \"common_stock\": 100923000000.0,\n \"retained_earnings\": 173144000000.0,\n \"accumulated_other_comprehensive_income\": -5590000000.0,\n \"total_shareholders_equity\": 268477000000.0\n\ \ },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/cash-flow-statements name: Cash Flow Statements plan_required: Standard request_example: https://financialdata.net/api/v1/cash-flow-statements?identifier=MSFT&period=year parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"fiscal_period\"\ : \"FY\",\n \"period_end_date\": \"2024-06-30\",\n \"depreciation_and_amortization\": 22287000000.0,\n \"share_based_compensation_expense\": 10734000000.0,\n \"deferred_income_tax_expense\"\ : -4738000000.0,\n \"other_non_cash_income_expense\": null,\n \"change_in_accounts_receivable\": 7191000000.0,\n \"change_in_inventories\": -1284000000.0,\n \"change_in_non_trade_receivables\"\ : null,\n \"change_in_other_assets\": null,\n \"change_in_accounts_payable\": 3545000000.0,\n \"change_in_deferred_revenue\": 5348000000.0,\n \"change_in_other_liabilities\": null,\n \ \ \"cash_from_operating_activities\": 118548000000.0,\n \"purchases_of_marketable_securities\": 17732000000.0,\n \"sales_of_marketable_securities\": 24775000000.0,\n \"acquisition_of_property_plant_and_equipment\"\ : 44477000000.0,\n \"acquisition_of_business\": null,\n \"other_investing_activities\": 1298000000.0,\n \"cash_from_investing_activities\": -96970000000.0,\n \"tax_withholding_for_share_based_compensation\"\ : 5300000000.0,\n \"payments_of_dividends\": 22296000000.0,\n \"issuance_of_common_stock\": 2002000000.0,\n \"repurchase_of_common_stock\": 17254000000.0,\n \"issuance_of_long_term_debt\"\ : null,\n \"repayment_of_long_term_debt\": null,\n \"other_financing_activities\": -1309000000.0,\n \"cash_from_financing_activities\": -37757000000.0,\n \"change_in_cash\": -16389000000.0,\n\ \ \"cash_at_end_of_period\": 90143000000.0,\n \"income_taxes_paid\": 23400000000.0,\n \"interest_paid\": 1700000000.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/international-income-statements name: International Income Statements plan_required: Premium request_example: https://financialdata.net/api/v1/international-income-statements?identifier=SHEL.L&period=year parameters: - name: identifier type: string required: true example: SHEL.L - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"SHEL.L\",\n \"registrant_name\": \"Shell plc\",\n \"fiscal_period\": \"FY\",\n \"period_end_date\": \"2024-12-31\",\n \"currency_code\"\ : \"USD\",\n \"revenue\": 284312000000.0,\n \"cost_of_revenue\": 238371000000.0,\n \"gross_profit\": 45941000000.0,\n \"research_and_development_expenses\": 1099000000.0,\n \"general_and_administrative_expenses\"\ : 12439000000.0,\n \"operating_expenses\": 15949000000.0,\n \"operating_income\": 29992000000.0,\n \"interest_expense\": 4858000000.0,\n \"interest_income\": 2461000000.0,\n \"net_income\"\ : 16094000000.0,\n \"earnings_per_share_basic\": 2.55,\n \"earnings_per_share_diluted\": 2.53,\n \"weighted_average_shares_outstanding_basic\": 6299600000,\n \"weighted_average_shares_outstanding_diluted\"\ : 6363700000\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/international-balance-sheet-statements name: International Balance Sheet Statements plan_required: Premium request_example: https://financialdata.net/api/v1/international-balance-sheet-statements?identifier=SHEL.L&period=year parameters: - name: identifier type: string required: true example: SHEL.L - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"SHEL.L\",\n \"registrant_name\": \"Shell plc\",\n \"fiscal_period\": \"FY\",\n \"period_end_date\": \"2024-12-31\",\n \"currency_code\"\ : \"USD\",\n \"cash_and_cash_equivalents\": 37836000000.0,\n \"accounts_receivable\": 31041000000.0,\n \"inventories\": 23426000000.0,\n \"other_assets_current\": null,\n \"total_assets_current\"\ : 127926000000.0,\n \"property_plant_and_equipment\": 185219000000.0,\n \"other_assets_non_current\": null,\n \"total_assets_non_current\": 259683000000.0,\n \"total_assets\": 387609000000.0,\n\ \ \"accounts_payable\": 29767000000.0,\n \"short_term_debt\": 6920000000.0,\n \"other_liabilities_current\": null,\n \"total_liabilities_current\": 95034000000.0,\n \"long_term_debt\"\ : 41456000000.0,\n \"other_liabilities_non_current\": null,\n \"total_liabilities_non_current\": 112407000000.0,\n \"total_liabilities\": 207441000000.0,\n \"common_stock\": 178307000000.0,\n\ \ \"retained_earnings\": 158834000000.0,\n \"total_shareholders_equity\": 178307000000.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/international-cash-flow-statements name: International Cash Flow Statements plan_required: Premium request_example: https://financialdata.net/api/v1/international-cash-flow-statements?identifier=SHEL.L&period=year parameters: - name: identifier type: string required: true example: SHEL.L - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"SHEL.L\",\n \"registrant_name\": \"Shell plc\",\n \"fiscal_period\": \"FY\",\n \"period_end_date\": \"2024-12-31\",\n \"currency_code\"\ : \"USD\",\n \"depreciation_and_amortization\": 22703000000.0,\n \"share_based_compensation_expense\": null,\n \"change_in_accounts_receivable\": null,\n \"change_in_inventories\": 1273000000.0,\n\ \ \"change_in_other_assets\": null,\n \"change_in_accounts_payable\": null,\n \"change_in_other_liabilities\": null,\n \"cash_from_operating_activities\": 54687000000.0,\n \"acquisition_of_property_plant_and_equipment\"\ : null,\n \"acquisition_of_business\": -1404000000.0,\n \"cash_from_investing_activities\": -15155000000.0,\n \"payments_of_dividends\": -8668000000.0,\n \"issuance_of_common_stock\": null,\n\ \ \"repurchase_of_common_stock\": -14687000000.0,\n \"issuance_of_long_term_debt\": 363000000.0,\n \"repayment_of_long_term_debt\": -9672000000.0,\n \"cash_from_financing_activities\": -38435000000.0,\n\ \ \"change_in_cash\": 1097000000.0,\n \"cash_at_end_of_period\": 39110000000.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/liquidity-ratios name: Liquidity Ratios plan_required: Standard request_example: https://financialdata.net/api/v1/liquidity-ratios?identifier=MSFT&period=year parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"fiscal_period\"\ : \"FY\",\n \"period_end_date\": \"2024-06-30\",\n \"working_capital\": 34448000000.0,\n \"current_ratio\": 1.27495490318152,\n \"cash_ratio\": 0.719497789058634,\n \"quick_ratio\": 1.63062912057213,\n\ \ \"days_of_inventory_outstanding\": 2.97460668699571,\n \"days_sales_outstanding\": 90.1168295787404,\n \"days_payables_outstanding\": 117.05619046334,\n \"cash_conversion_cycle\": -23.9647541976042,\n\ \ \"sales_to_working_capital_ratio\": 6.77619284569028,\n \"cash_to_current_liabilities_ratio\": 1.17627667895854,\n \"working_capital_to_debt_ratio\": 0.730047047853177,\n \"cash_flow_adequacy_ratio\"\ : 1.06121206695909,\n \"sales_to_current_assets_ratio\": 1.53456371217149,\n \"cash_to_current_assets_ratio\": 0.922602576783903,\n \"cash_to_working_capital_ratio\": 2.61678471899675,\n \ \ \"inventory_to_working_capital_ratio\": 0.0344446287388732,\n \"net_debt\": -42957000000.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/solvency-ratios name: Solvency Ratios plan_required: Standard request_example: https://financialdata.net/api/v1/solvency-ratios?identifier=MSFT&period=year parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"fiscal_period\"\ : \"FY\",\n \"period_end_date\": \"2024-06-30\",\n \"equity_ratio\": 0.524202255922431,\n \"debt_coverage_ratio\": null,\n \"asset_coverage_ratio\": 8.24664095282499,\n \"interest_coverage_ratio\"\ : null,\n \"debt_to_equity_ratio\": 0.17575434767224,\n \"debt_to_assets_ratio\": 0.0921308255379635,\n \"debt_to_capital_ratio\": 0.149482200954816,\n \"debt_to_income_ratio\": null,\n\ \ \"cash_flow_to_debt_ratio\": 2.51235535964057\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/efficiency-ratios name: Efficiency Ratios plan_required: Standard request_example: https://financialdata.net/api/v1/efficiency-ratios?identifier=MSFT&period=year parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"fiscal_period\"\ : \"FY\",\n \"period_end_date\": \"2024-06-30\",\n \"asset_turnover_ratio\": 0.478601538963182,\n \"inventory_turnover_ratio\": 122.705298013245,\n \"accounts_receivable_turnover_ratio\"\ : 4.05029783788696,\n \"accounts_payable_turnover_ratio\": 3.17218166901571,\n \"equity_multiplier\": 1.90766061897295,\n \"days_sales_in_inventory\": 2.97460668699571,\n \"fixed_asset_turnover_ratio\"\ : 1.55308101463922,\n \"days_working_capital\": 51.2949470059807,\n \"working_capital_turnover_ratio\": 7.11571063632141,\n \"days_cash_on_hand\": null,\n \"capital_intensity_ratio\": 2.08942077822472,\n\ \ \"sales_to_equity_ratio\": 0.913009308059908,\n \"inventory_to_sales_ratio\": 0.00246407911162605,\n \"investment_turnover_ratio\": 0.77653066719888,\n \"sales_to_operating_income_ratio\"\ : 2.23992762694982\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/profitability-ratios name: Profitability Ratios plan_required: Standard request_example: https://financialdata.net/api/v1/profitability-ratios?identifier=MSFT&period=year parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"fiscal_period\"\ : \"FY\",\n \"period_end_date\": \"2024-06-30\",\n \"ebit\": 114471000000.0,\n \"ebitda\": 136758000000.0,\n \"profit_margin\": 0.35955972944085,\n \"gross_margin\": 0.697644438279714,\n\ \ \"operating_margin\": 0.446442995732737,\n \"operating_cash_flow_margin\": 0.483628560471928,\n \"return_on_equity\": 0.328281379782998,\n \"return_on_assets\": 0.172085839859576,\n \ \ \"return_on_debt\": 1.86784215657186,\n \"cash_return_on_assets\": 0.231465373328413,\n \"cash_turnover_ratio\": 2.71925718025803\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/valuation-ratios name: Valuation Ratios plan_required: Standard request_example: https://financialdata.net/api/v1/valuation-ratios?identifier=MSFT&period=year parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: period type: string required: false example: year, quarter - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"fiscal_year\": \"2024\",\n \"fiscal_period\"\ : \"FY\",\n \"period_end_date\": \"2024-06-30\",\n \"dividends_per_share\": 3.00040371417037,\n \"dividend_payout_ratio\": 0.252985136102055,\n \"book_value_per_share\": 36.1293231059077,\n\ \ \"retention_ratio\": 0.747027321412363,\n \"net_fixed_assets\": 113304000000.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/latest-news name: Latest News plan_required: Premium request_example: https://financialdata.net/api/v1/latest-news?date=2026-06-05 parameters: - name: date type: string required: true example: '2026-06-05' - name: offset type: integer required: false example: '10' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbols\": \"CRWV,GOOG,GOOGL,MS,NBIS,NVDA\",\n \"publication_time\": \"2026-06-05 23:59:55\",\n \"article_headline\": \"SpaceX Signs $920 Million Monthly\ \ Compute-Leasing Deal with Alphabet Ahead of IPO\",\n \"article_text\": \"SpaceX has entered into a $920 million monthly compute-leasing agreement with Alphabet, granting access to approximately\ \ 110,000 Nvidia GPUs across its data centers through mid-2029. The announcement comes days before the company's landmark public offering.\\n\\n...\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/press-releases name: Press Releases plan_required: Premium request_example: https://financialdata.net/api/v1/press-releases?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: offset type: integer required: false example: '1' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"publication_time\": \"2026-01-28 16:04:38\"\ ,\n \"release_headline\": \"Microsoft Cloud and AI Strength Drives Second Quarter Results\",\n \"release_text\": \"Microsoft Cloud and AI Strength Drives Second Quarter Results\\n\\nREDMOND, Wash.\ \ - January 28, 2026 - Microsoft Corp. today announced the following results for the quarter ended December 31, 2025, as compared to the corresponding period of last fiscal year:\\n\\nRevenue was $81.3\ \ billion and increased 17% (up 15% in constant currency)\\n\\nOperating income was $38.3 billion and increased 21% (up 19% in constant currency)\\n\\n...\" \n }\n]" - endpoint: GET https://financialdata.net/api/v1/sec-press-releases name: Sec Press Releases plan_required: Premium request_example: https://financialdata.net/api/v1/sec-press-releases?date=2026-01-27 parameters: - name: date type: string required: true example: '2026-01-27' - name: offset type: integer required: false example: '1' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"publication_time\": \"2026-01-27 11:38:34\",\n \"release_headline\": \"SEC Charges ADM and Three Former Executives with Accounting and Disclosure Fraud\",\n \"release_text\"\ : \"ADM credited for cooperation and significant remediation\\n\\nFor Immediate Release\\n\\n2026-15\\n\\nWashington D.C., Jan. 27, 2026 -\\n\\nThe Securities and Exchange Commission today filed settled\ \ charges against Archer-Daniels-Midland Company (ADM) and its former executives, Vince Macciocchi and Ray Young, and a litigated action against its former executive Vikram Luthar, for materially inflating\ \ the performance of a key ADM business segment, Nutrition, which ADM touted to investors as an important driver of the companys overall growth.\\n\\n...\"\n }\n]" - endpoint: GET https://financialdata.net/api/v1/fed-press-releases name: Fed Press Releases plan_required: Premium request_example: https://financialdata.net/api/v1/fed-press-releases?date=2025-10-29 parameters: - name: date type: string required: true example: '2025-10-29' - name: offset type: integer required: false example: '1' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"publication_time\": \"2025-10-29 13:00:00\",\n \"release_type\": \"Monetary Policy\",\n \"release_headline\": \"Federal Reserve issues FOMC statement\",\n \"\ release_text\": \"Available indicators suggest that economic activity has been expanding at a moderate pace. Job gains have slowed this year, and the unemployment rate has edged up but remained low\ \ through August; more recent indicators are consistent with these developments. Inflation has moved up since earlier in the year and remains somewhat elevated.\\n\\nThe Committee seeks to achieve maximum\ \ employment and inflation at the rate of 2 percent over the longer run. Uncertainty about the economic outlook remains elevated. The Committee is attentive to the risks to both sides of its dual mandate\ \ and judges that downside risks to employment rose in recent months.\\n\\n...\"\n }\n]" - endpoint: GET https://financialdata.net/api/v1/earnings-calendar name: Earnings Calendar plan_required: Premium request_example: https://financialdata.net/api/v1/earnings-calendar?date=2025-10-31 parameters: - name: date type: string required: true example: '2025-10-31' - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"XOM\",\n \"registrant_name\": \"EXXON MOBIL CORP\",\n \"fiscal_quarter_end_date\": \"2025-09\",\n \"report_date\": \"2025-10-31\",\n \"\ conference_call_time\": \"2025-10-31 08:30:00\",\n \"earnings_per_share_forecast\": 1.78\n }\n {\n \"trading_symbol\": \"ABBV\",\n \"registrant_name\": \"AbbVie Inc.\",\n \"fiscal_quarter_end_date\"\ : \"2025-09\",\n \"report_date\": \"2025-10-31\",\n \"conference_call_time\": \"2025-10-31 08:00:00\",\n \"earnings_per_share_forecast\": 1.79\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/ipo-calendar name: Ipo Calendar plan_required: Premium request_example: https://financialdata.net/api/v1/ipo-calendar?date=2025-10-31 parameters: - name: date type: string required: true example: '2025-10-31' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"NAVN\",\n \"registrant_name\": \"Navan, Inc.\",\n \"exchange\": \"NASDAQ Global Select\",\n \"pricing_date\": \"2025-10-31\",\n \"share_price\"\ : 29.9,\n \"shares_offered\": 36924406,\n \"offering_value\": 1104039716.0\n },\n {\n \"trading_symbol\": \"NOMA\",\n \"registrant_name\": \"Nomadar Corp.\",\n \"exchange\": \"NASDAQ\ \ Capital\",\n \"pricing_date\": \"2025-10-31\",\n \"share_price\": null,\n \"shares_offered\": 13268718,\n \"offering_value\": null\n }\n]" - endpoint: GET https://financialdata.net/api/v1/splits-calendar name: Splits Calendar plan_required: Premium request_example: https://financialdata.net/api/v1/splits-calendar?date=2025-10-29 parameters: - name: date type: string required: true example: '2025-10-29' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"LINK\",\n \"registrant_name\": \"INTERLINK ELECTRONICS INC\",\n \"execution_date\": \"2025-10-29\",\n \"multiplier\": 1.5\n },\n {\n \ \ \"trading_symbol\": \"NVA\",\n \"registrant_name\": \"Nova Minerals Ltd\",\n \"execution_date\": \"2025-10-29\",\n \"multiplier\": 5.0\n }\n]" - endpoint: GET https://financialdata.net/api/v1/dividends-calendar name: Dividends Calendar plan_required: Premium request_example: https://financialdata.net/api/v1/dividends-calendar?date=2025-10-29 parameters: - name: date type: string required: true example: '2025-10-29' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"APOG\",\n \"registrant_name\": \"APOGEE ENTERPRISES, INC.\",\n \"amount\": 0.26,\n \"declaration_date\": \"2025-10-09\",\n \"ex_date\"\ : \"2025-10-29\",\n \"record_date\": \"2025-10-29\",\n \"payment_date\": \"2025-11-13\"\n },\n {\n \"trading_symbol\": \"PSEC\",\n \"registrant_name\": \"PROSPECT CAPITAL CORP\",\n \ \ \"amount\": 0.045,\n \"declaration_date\": \"2025-08-22\",\n \"ex_date\": \"2025-10-29\",\n \"record_date\": \"2025-10-29\",\n \"payment_date\": \"2025-11-18\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/economic-calendar name: Economic Calendar plan_required: Premium request_example: https://financialdata.net/api/v1/economic-calendar?date=2025-10-19 parameters: - name: date type: string required: true example: '2025-10-19' - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"event_name\": \"GDP Y/Y (Q3)\",\n \"country\": \"CHINA\",\n \"country_code\": \"CN\",\n \"time\": \"2025-10-19 21:00:00\",\n \"previous_value\": 5.2,\n \ \ \"actual_value\": 4.8\n },\n {\n \"event_name\": \"GDP Q/Q SA (Q3)\",\n \"country\": \"CHINA\",\n \"country_code\": \"CN\",\n \"time\": \"2025-10-19 21:00:00\",\n \"previous_value\"\ : 1.1,\n \"actual_value\": 1.1\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/economic-indicators name: Economic Indicators plan_required: Premium request_example: https://financialdata.net/api/v1/economic-indicators parameters: - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"indicator_id\": \"HQMCB1YR\",\n \"indicator_name\": \"1-Year High Quality Market (HQM) Corporate Bond Spot Rate\",\n \"category\": \"Corporate Bonds\",\n \"frequency\"\ : \"Monthly\",\n \"units\": \"Percent\"\n },\n {\n \"indicator_id\": \"WTB1YR\",\n \"indicator_name\": \"1-Year Treasury Bill Secondary Market Rate, Discount Basis\",\n \"category\": \"\ Treasury Bills\",\n \"frequency\": \"Weekly, Ending Friday\",\n \"units\": \"Percent\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/economic-indicator-values name: Economic Indicator Values plan_required: Premium request_example: https://financialdata.net/api/v1/economic-indicator-values?identifier=WTB1YR parameters: - name: identifier type: string required: true example: WTB1YR - name: offset type: integer required: false example: '500' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"indicator_id\": \"WTB1YR\",\n \"date\": \"2026-07-17\",\n \"value\": 3.85\n },\n {\n \"indicator_id\": \"WTB1YR\",\n \"date\": \"2026-07-10\",\n \"value\"\ : 3.86\n },\n {\n \"indicator_id\": \"WTB1YR\",\n \"date\": \"2026-07-03\",\n \"value\": 3.81\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/insider-transactions name: Insider Transactions plan_required: Premium request_example: https://financialdata.net/api/v1/insider-transactions?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"insider_name\": \"Numoto Takeshi\",\n \"\ insider_central_index_key\": \"0001899931\",\n \"relationship_to_issuer\": \"EVP, Chief Marketing Officer\",\n \"is_derivatives_transaction\": false,\n \"title_of_security\": \"Common Stock\"\ ,\n \"transaction_date\": \"2024-12-04\",\n \"transaction_code\": \"S\",\n \"transaction_description\": \"Open market or private sale of non-derivative or derivative security\",\n \"amount_of_securities\"\ : 2000,\n \"price_per_security\": 437.317,\n \"acquired_or_disposed\": \"D\",\n \"title_of_underlying_security\": null,\n \"amount_of_underlying_securities\": null,\n \"securities_owned_following_transaction\"\ : 51851,\n \"ownership_form\": \"D\",\n \"nature_of_indirect_ownership\": null\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/proposed-sales name: Proposed Sales plan_required: Premium request_example: https://financialdata.net/api/v1/proposed-sales?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: offset type: integer required: false example: '100' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"seller_name\": \"Althoff Judson\",\n \"\ relationship_to_issuer\": \"Officer\",\n \"title_of_security\": \"Common\",\n \"broker_name\": \"Fidelity Brokerage Services LLC\",\n \"amount_of_securities_to_be_sold\": 25000,\n \"market_value\"\ : 10425000.0,\n \"amount_of_securities_outstanding\": 7434880776,\n \"approximate_date_of_sale\": \"2024-11-22\",\n \"exchange\": \"NASDAQ\",\n \"acquisition_period_start\": \"2023-08-30\"\ ,\n \"acquisition_period_end\": \"2023-08-31\",\n \"nature_of_acquisition_transaction\": \"Restricted Stock Vesting\",\n \"names_of_persons_from_whom_acquired\": \"Issuer\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/senate-trading name: Senate Trading plan_required: Premium request_example: https://financialdata.net/api/v1/senate-trading?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT - name: offset type: integer required: false example: '100' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"name_of_reporting_person\": \"Thomas H Tuberville\",\n \"type_of_reporting_person\": \"Senator\",\n \"report_date\": \"2024-11-15\",\n \"transaction_number\"\ : \"5\",\n \"transaction_type\": \"Sale (Full)\",\n \"transaction_date\": \"2024-10-29\",\n \"owner_type\": \"Joint\",\n \"trading_symbol\": \"MSFT\",\n \"asset_name\": \"Microsoft Corporation\ \ - Common Stock\",\n \"asset_type\": \"Stock\",\n \"amount\": \"$15,001 - $50,000\",\n \"comment\": null\n },\n {\n \"name_of_reporting_person\": \"Shelley M Capito\",\n \"type_of_reporting_person\"\ : \"Senator\",\n \"report_date\": \"2024-10-05\",\n \"transaction_number\": \"4\",\n \"transaction_type\": \"Sale (Partial)\",\n \"transaction_date\": \"2024-09-20\",\n \"owner_type\"\ : \"Spouse\",\n \"trading_symbol\": \"MSFT\",\n \"asset_name\": \"Microsoft Corp\",\n \"asset_type\": \"Stock\",\n \"amount\": \"$1,001 - $15,000\",\n \"comment\": null\n },\n ...\n\ ]" - endpoint: GET https://financialdata.net/api/v1/house-trading name: House Trading plan_required: Premium request_example: https://financialdata.net/api/v1/house-trading?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT - name: offset type: integer required: false example: '100' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"name_of_reporting_person\": \"Marjorie Taylor Mrs Greene\",\n \"report_date\": \"2024-11-27\",\n \"state\": \"GA14\",\n \"transaction_number\": \"13\",\n \"\ transaction_type\": \"Purchase\",\n \"transaction_date\": \"2024-11-25\",\n \"owner_type\": null,\n \"trading_symbol\": \"MSFT\",\n \"asset_name\": \"Microsoft Corporation - Common Stock\"\ ,\n \"asset_type\": \"Stocks (including ADRs)\",\n \"amount\": \"$1,001 - $15,000\",\n \"notification_date\": \"2024-11-26\"\n },\n {\n \"name_of_reporting_person\": \"Josh Gottheimer\"\ ,\n \"report_date\": \"2024-11-06\",\n \"state\": \"NJ05\",\n \"transaction_number\": \"28\",\n \"transaction_type\": \"Sale (Partial)\",\n \"transaction_date\": \"2024-10-03\",\n \ \ \"owner_type\": \"Joint\",\n \"trading_symbol\": \"MSFT\",\n \"asset_name\": \"Microsoft Corporation - Common Stock\",\n \"asset_type\": \"Stocks (including ADRs)\",\n \"amount\": \"$1,001\ \ - $15,000\",\n \"notification_date\": \"2024-11-05\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/institutional-investors name: Institutional Investors plan_required: Premium request_example: https://financialdata.net/api/v1/institutional-investors parameters: - name: offset type: integer required: false example: '500' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"central_index_key\": \"0000702007\",\n \"registrant_name\": \" CALDWELL SUTTER CAPITAL, INC.\"\n },\n {\n \"central_index_key\": \"0000315189\",\n \"registrant_name\"\ : \" DEERE & CO\"\n },\n {\n \"central_index_key\": \"0002011427\",\n \"registrant_name\": \" FOGEL CAPITAL MANAGEMENT, INC.\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/institutional-holdings name: Institutional Holdings plan_required: Premium request_example: https://financialdata.net/api/v1/institutional-holdings?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 594918104, 0001067983 - name: offset type: integer required: false example: '100' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"investor_name\": \"ASSET PLANNING CORPORATION\",\n \"central_index_key\": \"0000007773\",\n \"period_of_report\": \"2024-09-30\",\n \"issuer_name\": \"MICROSOFT\ \ CORP\",\n \"trading_symbol\": \"MSFT\",\n \"cusip_number\": \"594918104\",\n \"title_of_security\": \"COM\",\n \"market_value\": 1401566.0,\n \"amount_of_securities\": 3257,\n \"\ price_per_security\": 430.324224746699,\n \"shares_or_principal\": \"SH\",\n \"put_or_call\": \"N/A\",\n \"investment_discretion\": \"SOLE\",\n \"portfolio_weight\": 0.00914628336823397\n\ \ },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/institutional-portfolio-statistics name: Institutional Portfolio Statistics plan_required: Premium request_example: https://financialdata.net/api/v1/institutional-portfolio-statistics?identifier=0000102909 parameters: - name: identifier type: string required: true example: 0000102909 - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"investor_name\": \"VANGUARD GROUP INC\",\n \"central_index_key\": \"0000102909\",\n \"period_of_report\": \"2024-09-30\",\n \"portfolio_size\": 4350,\n \"\ added_securities\": 100,\n \"removed_securities\": 163,\n \"portfolio_value\": 5584478889704.0,\n \"sales_value\": 15140587732.0,\n \"purchases_value\": 16120894488.0,\n \"change_in_portfolio_value\"\ : 378921068541.0,\n \"percentage_change_in_portfolio_value\": 7.27916357014633,\n \"portfolio_turnover\": 0.280640152350018,\n \"period_return\": 239362343762.767,\n \"period_rate_of_return\"\ : 4.59820737730832,\n \"annual_return\": 961687486225.572,\n \"annual_rate_of_return\": 23.6231073944963,\n \"return_since_inception\": 43869374603244.0,\n \"rate_of_return_since_inception\"\ : 4607.04844618722\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/etf-quotes name: Etf Quotes plan_required: Premium request_example: https://financialdata.net/api/v1/etf-quotes?identifiers=SPY,QQQ parameters: - name: identifiers type: string required: true example: SPY,QQQ - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"SPY\",\n \"description\": \"SPDR S&P 500 ETF Trust\",\n \"time\": \"2025-09-02 15:59:30\",\n \"price\": 642.41,\n \"change\": 2.14,\n \ \ \"percentage_change\": 0.33\n },\n {\n \"trading_symbol\": \"QQQ\",\n \"description\": \"Invesco QQQ Trust Series I\",\n \"time\": \"2025-09-02 15:59:21\",\n \"price\": 568.12,\n \ \ \"change\": 2.5,\n \"percentage_change\": 0.44\n }\n]" - endpoint: GET https://financialdata.net/api/v1/etf-prices name: Etf Prices plan_required: Premium request_example: https://financialdata.net/api/v1/etf-prices?identifier=SPY parameters: - name: identifier type: string required: true example: SPY - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"SPY\",\n \"date\": \"2024-12-03\",\n \"open\": 603.39,\n \"high\": 604.16,\n \"low\": 602.341,\n \"close\": 603.91,\n \"volume\"\ : 26906630.0\n },\n {\n \"trading_symbol\": \"SPY\",\n \"date\": \"2024-12-02\",\n \"open\": 602.97,\n \"high\": 604.32,\n \"low\": 602.47,\n \"close\": 603.63,\n \"volume\":\ \ 31745990.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/etf-minute-prices name: Etf Minute Prices plan_required: Premium request_example: https://financialdata.net/api/v1/etf-minute-prices?identifier=SPY&date=2026-05-26 parameters: - name: identifier type: string required: true example: SPY - name: date type: string required: true example: '2026-05-26' - name: offset type: integer required: false example: '300' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"SPY\",\n \"time\": \"2026-05-26 19:59:00\",\n \"open\": 750.16,\n \"high\": 750.46,\n \"low\": 750.04,\n \"close\": 750.46,\n \"\ volume\": 82505.0\n },\n {\n \"trading_symbol\": \"SPY\",\n \"time\": \"2026-05-26 19:58:00\",\n \"open\": 750.5,\n \"high\": 750.5,\n \"low\": 750.12,\n \"close\": 750.16,\n \ \ \"volume\": 32228.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/etf-holdings name: Etf Holdings plan_required: Premium request_example: https://financialdata.net/api/v1/etf-holdings?identifier=SPY parameters: - name: identifier type: string required: true example: SPY - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"central_index_key\": \"0000884394\",\n \"registrant_name\": \"SPDR S&P 500 ETF TRUST\",\n \"period_of_report\": \"2025-06-30\",\n \"etf_name\": \"SPDR S&P 500\ \ ETF TRUST\",\n \"etf_symbol\": \"SPY\",\n \"series_id\": \"N/A\",\n \"class_id\": \"N/A\",\n \"issuer_name\": \"Johnson & Johnson\",\n \"lei_number\": \"549300G0CFPGEF6X2043\",\n \ \ \"title_of_security\": \"Johnson & Johnson\",\n \"trading_symbol\": \"JNJ\",\n \"cusip_number\": \"478160104\",\n \"isin_number\": \"US4781601046\",\n \"amount_of_units\": 29181009,\n\ \ \"description_of_units\": \"NS\",\n \"denomination_currency\": \"USD\",\n \"value_in_usd\": 4457399124.75,\n \"percentage_value_compared_to_assets\": 0.699985772661,\n \"payoff_profile\"\ : \"Long\",\n \"asset_type\": \"EC\",\n \"issuer_type\": \"CORP\",\n \"country_of_issuer_or_investment\": \"US\",\n \"is_restricted_security\": false,\n \"fair_value_level\": 1,\n \ \ \"is_cash_collateral\": false,\n \"is_non_cash_collateral\": false,\n \"is_loan_by_fund\": false\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/mutual-fund-symbols name: Mutual Fund Symbols plan_required: Premium request_example: https://financialdata.net/api/v1/mutual-fund-symbols parameters: - name: offset type: integer required: false example: '500' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"AAAAX\",\n \"fund_name\": \"DWS RREEF Real Assets Fund, Class A\"\n },\n {\n \"trading_symbol\": \"AAAEX\",\n \"fund_name\": \"Virtus KAR\ \ Health Sciences Fund, P\"\n },\n {\n \"trading_symbol\": \"AAAIX\",\n \"fund_name\": \"STRATEGIC ALLOCATION: AGGRESSIVE FUND, I CLASS\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/mutual-fund-holdings name: Mutual Fund Holdings plan_required: Premium request_example: https://financialdata.net/api/v1/mutual-fund-holdings?identifier=VTSAX parameters: - name: identifier type: string required: true example: VTSAX - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"central_index_key\": \"0000036405\",\n \"registrant_name\": \"VANGUARD INDEX FUNDS\",\n \"period_of_report\": \"2025-06-30\",\n \"fund_name\": \"Admiral Shares\"\ ,\n \"fund_symbol\": \"VTSAX\",\n \"series_id\": \"S000002848\",\n \"class_id\": \"C000007806\",\n \"issuer_name\": \"Frequency Electronics Inc\",\n \"lei_number\": \"549300S56SO2JB5JBE31\"\ ,\n \"title_of_security\": \"FREQUENCY ELECT\",\n \"trading_symbol\": \"FEIM\",\n \"cusip_number\": \"358010106\",\n \"isin_number\": \"US3580101067\",\n \"amount_of_units\": 228179,\n\ \ \"description_of_units\": \"NS\",\n \"denomination_currency\": \"USD\",\n \"value_in_usd\": 5181945.09,\n \"percentage_value_compared_to_assets\": 0.000271384232,\n \"payoff_profile\"\ : \"Long\",\n \"asset_type\": \"EC\",\n \"issuer_type\": \"CORP\",\n \"country_of_issuer_or_investment\": \"US\",\n \"is_restricted_security\": false,\n \"fair_value_level\": 1,\n \ \ \"is_cash_collateral\": false,\n \"is_non_cash_collateral\": false,\n \"is_loan_by_fund\": true\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/mutual-fund-statistics name: Mutual Fund Statistics plan_required: Premium request_example: https://financialdata.net/api/v1/mutual-fund-statistics?identifier=VTSAX parameters: - name: identifier type: string required: true example: VTSAX - name: offset type: integer required: false example: '50' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"central_index_key\": \"0000036405\",\n \"registrant_name\": \"VANGUARD INDEX FUNDS\",\n \"period_of_report\": \"2025-06-30\",\n \"fund_name\": \"Admiral Shares\"\ ,\n \"fund_symbol\": \"VTSAX\",\n \"series_id\": \"S000002848\",\n \"class_id\": \"C000007806\",\n \"total_assets\": 1915212703487.01,\n \"total_liabilities\": 5763123365.99,\n \"\ net_assets\": 1909449580121.02,\n \"return_preceding_month1\": -0.6729,\n \"return_preceding_month2\": 6.3455,\n \"return_preceding_month3\": 5.07574,\n \"realized_gain_preceding_month1\"\ : 983065935.64,\n \"change_in_unrealized_appreciation_preceding_month1\": -11394591977.19,\n \"realized_gain_preceding_month2\": 287029511.93,\n \"change_in_unrealized_appreciation_preceding_month2\"\ : 105734824564.66,\n \"realized_gain_preceding_month3\": 2243886605.76,\n \"change_in_unrealized_appreciation_preceding_month3\": 87596494350.2,\n \"share_sale_preceding_month1\": 30533447572.6504,\n\ \ \"share_redemption_preceding_month1\": 9354960674.63,\n \"share_sale_preceding_month2\": 9024030148.45996,\n \"share_redemption_preceding_month2\": 9833704993.95,\n \"share_sale_preceding_month3\"\ : 12681244786.0796,\n \"share_redemption_preceding_month3\": 12999259996.1\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/esg-scores name: Esg Scores plan_required: Premium request_example: https://financialdata.net/api/v1/esg-scores?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"industry\": \"Software & IT Services\",\n\ \ \"date\": \"2025-12-31\",\n \"environmental_risk_score\": 9.0,\n \"social_risk_score\": 10.0,\n \"governance_risk_score\": 10.5,\n \"esg_risk_score\": 9.8\n },\n {\n \"trading_symbol\"\ : \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"industry\": \"Software & IT Services\",\n \"date\": \"2024-12-31\",\n \"environmental_risk_score\"\ : 8.5,\n \"social_risk_score\": 9.8,\n \"governance_risk_score\": 10.5,\n \"esg_risk_score\": 9.6\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/esg-ratings name: Esg Ratings plan_required: Premium request_example: https://financialdata.net/api/v1/esg-ratings?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"industry\": \"Software & IT Services\",\n\ \ \"date\": \"2025-12-31\",\n \"esg_corporate_rating\": \"A\",\n \"esg_industry_rank\": \"23 out of 461\"\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\"\ ,\n \"registrant_name\": \"MICROSOFT CORP\",\n \"industry\": \"Software & IT Services\",\n \"date\": \"2024-12-31\",\n \"esg_corporate_rating\": \"A\",\n \"esg_industry_rank\": \"17 out\ \ of 461\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/industry-esg-scores name: Industry Esg Scores plan_required: Premium request_example: https://financialdata.net/api/v1/industry-esg-scores?date=2025-12-31 parameters: - name: date type: string required: true example: '2025-12-31' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"industry\": \"Advertising & Marketing\",\n \"date\": \"2025-12-31\",\n \"environmental_risk_score\": 18.5,\n \"social_risk_score\": 30.5,\n \"governance_risk_score\"\ : 33.1,\n \"esg_risk_score\": 27.3\n },\n {\n \"industry\": \"Aerospace & Defense\",\n \"date\": \"2025-12-31\",\n \"environmental_risk_score\": 25.4,\n \"social_risk_score\": 32.4,\n\ \ \"governance_risk_score\": 27.8,\n \"esg_risk_score\": 28.5\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/investment-adviser-names name: Investment Adviser Names plan_required: Premium request_example: https://financialdata.net/api/v1/investment-adviser-names parameters: - name: offset type: integer required: false example: '1000' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"legal_name\": \"&PARTNERS\"\n },\n {\n \"legal_name\": \"1 NORTH WEALTH SERVICES, LLC\"\n },\n {\n \"legal_name\": \"1 ROUNDTABLE PARTNERS LLC\"\n },\n ...\n\ ]" - endpoint: GET https://financialdata.net/api/v1/investment-adviser-information name: Investment Adviser Information plan_required: Premium request_example: https://financialdata.net/api/v1/investment-adviser-information?identifier=BLACKROCK INVESTMENT MANAGEMENT, LLC parameters: - name: identifier type: string required: true example: BLACKROCK INVESTMENT MANAGEMENT, LLC - name: format type: string required: false example: json, csv response_example: "[\n {\n \"legal_name\": \"BLACKROCK INVESTMENT MANAGEMENT, LLC\",\n \"primary_business_name\": \"BLACKROCK INVESTMENT MANAGEMENT, LLC\",\n \"central_index_key\": null,\n \ \ \"lei_number\": \"5493006MRTEZZ4S4CQ20\",\n \"form_of_business\": \"Limited Liability Company\",\n \"fiscal_year_end\": \"December\",\n \"state_of_incorporation\": \"DE\",\n \"country_of_incorporation\"\ : \"United States\",\n \"office_address\": \"1 UNIVERSITY SQUARE DRIVE, PRINCETON, NJ 08540, UNITED STATES\",\n \"office_phone_number\": \"609 282 2000\",\n \"website\": \"https://www.blackrock.com\"\ ,\n \"number_of_employees\": 1483,\n \"assets_under_management\": 458191510749.0,\n \"number_of_accounts\": 46332\n }\n]" - endpoint: GET https://financialdata.net/api/v1/analyst-consensus name: Analyst Consensus plan_required: Premium request_example: https://financialdata.net/api/v1/analyst-consensus?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"average_price_target\": 555.73,\n \"highest_price_target\"\ : 680.0,\n \"lowest_price_target\": 400.0,\n \"buy_recommendations\": 36,\n \"sell_recommendations\": 0,\n \"hold_recommendations\": 1\n }\n]" - endpoint: GET https://financialdata.net/api/v1/earnings-releases name: Earnings Releases plan_required: Standard request_example: https://financialdata.net/api/v1/earnings-releases?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"market_cap\": 3089118613620.0,\n \"fiscal_quarter_end_date\"\ : \"2024-09\",\n \"earnings_per_share\": 3.3,\n \"earnings_per_share_forecast\": 3.08,\n \"percentage_surprise\": 7.14,\n \"number_of_forecasts\": 16,\n \"conference_call_time\": \"2024-10-30\ \ 18:30:00\"\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"market_cap\": 3069639225987.0,\n \"fiscal_quarter_end_date\"\ : \"2024-06\",\n \"earnings_per_share\": 2.95,\n \"earnings_per_share_forecast\": 2.9,\n \"percentage_surprise\": 1.72,\n \"number_of_forecasts\": 15,\n \"conference_call_time\": \"2024-07-30\ \ 18:30:00\"\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/initial-public-offerings name: Initial Public Offerings plan_required: Standard request_example: https://financialdata.net/api/v1/initial-public-offerings?identifier=ABNB parameters: - name: identifier type: string required: true example: ABNB - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"ABNB\",\n \"registrant_name\": \"Airbnb, Inc.\",\n \"exchange\": \"NASDAQ Global Select\",\n \"pricing_date\": \"2020-12-10\",\n \"share_price\"\ : 68.0,\n \"shares_offered\": 51323531,\n \"offering_value\": 3490000108.0\n }\n]" - endpoint: GET https://financialdata.net/api/v1/stock-splits name: Stock Splits plan_required: Standard request_example: https://financialdata.net/api/v1/stock-splits?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT, 0000789019 - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"execution_date\": \"2003-02-18\",\n \"\ multiplier\": 2.0\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"central_index_key\": \"0000789019\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"execution_date\": \"1999-03-29\",\n \ \ \"multiplier\": 2.0\n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/dividends name: Dividends plan_required: Standard request_example: https://financialdata.net/api/v1/dividends?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"registrant_name\": \"MICROSOFT CORP\",\n \"type\": \"Cash\",\n \"amount\": 0.83,\n \"declaration_date\": \"2024-12-03\",\n\ \ \"ex_date\": \"2025-02-20\",\n \"record_date\": \"2025-02-20\",\n \"payment_date\": \"2025-03-13\"\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"registrant_name\": \"MICROSOFT CORP\"\ ,\n \"type\": \"Cash\",\n \"amount\": 0.83,\n \"declaration_date\": \"2024-09-16\",\n \"ex_date\": \"2024-11-21\",\n \"record_date\": \"2024-11-21\",\n \"payment_date\": \"2024-12-12\"\ \n },\n ...\n]" - endpoint: GET https://financialdata.net/api/v1/short-interest name: Short Interest plan_required: Standard request_example: https://financialdata.net/api/v1/short-interest?identifier=MSFT parameters: - name: identifier type: string required: true example: MSFT - name: offset type: integer required: false example: '100' - name: format type: string required: false example: json, csv response_example: "[\n {\n \"trading_symbol\": \"MSFT\",\n \"title_of_security\": \"Microsoft Corporation Common S\",\n \"market_code\": \"NNM\",\n \"settlement_date\": \"2024-11-15\",\n\ \ \"shorted_securities\": 56018482,\n \"previous_shorted_securities\": 62516096,\n \"change_in_shorted_securities\": -6497614,\n \"percentage_change_in_shorted_securities\": -10.39,\n \ \ \"average_daily_volume\": 22446377,\n \"days_to_cover\": 2.5,\n \"is_stock_split\": false\n },\n {\n \"trading_symbol\": \"MSFT\",\n \"title_of_security\": \"Microsoft Corporation Common\ \ S\",\n \"market_code\": \"NNM\",\n \"settlement_date\": \"2024-10-31\",\n \"shorted_securities\": 62516096,\n \"previous_shorted_securities\": 60313798,\n \"change_in_shorted_securities\"\ : 2202298,\n \"percentage_change_in_shorted_securities\": 3.65,\n \"average_daily_volume\": 20959345,\n \"days_to_cover\": 2.98,\n \"is_stock_split\": false\n },\n ...\n]"