id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
71c936d5-f635-494f-8314-3c06f6f8c2a7/47a4c465-71a0-465f-9f45-60f213aa2d3d/0/0 | stockfinder_api | Provide stock market data. Update the current value every 15 min. | null | Get all DAX stocks | This endpoint retrun all stocks from DAX. Current Value will uodate everery 15min. | 200 | Response | [{"_id": "DE000A1EWWW0", "avg_cashflow_5y": 1989.4, "cash_equiv": 3994, "current_value": 279.1, "dividend_in_%": 1.06, "growth_ratio_5y": 10.52, "indice": "DAX", "liabilities": 14362, "longterm_liab": 2597, "out_shares": 195.07, "pcf_5y": 27.72, "q_ratio": 2.62, "sector": "Textiles and Apparel", "stock_name": "ADIDAS A... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "avg_cashflow_5y": {"type": "number"}, "cash_equiv": {"type": "integer"}, "current_value": {"type": "number"}, "dividend_in_%": {"type": "number"}, "growth_ratio_5y": {"type": "number"}, ... |
71c936d5-f635-494f-8314-3c06f6f8c2a7/6c28392d-00f3-43bd-9bd9-7d2340bcf1a4/0/0 | stockfinder_api | Provide stock market data. Update the current value every 15 min. | null | Get all Dow Jones Industrial stocks | This endpoint retrun all stocks from DJI. | 200 | Response | [{"_id": "US88579Y1010", "avg_cashflow_5y": 6904.8, "cash_equiv": 4634, "current_value": 181.02, "dividend_in_%": 3.27, "growth_ratio_5y": 5.35, "indice": "DJ30", "liabilities": 34413, "longterm_liab": 0, "out_shares": 576.25, "pcf_5y": 14.92, "q_ratio": 2.19, "sector": "Consumer services", "stock_name": "3M Co", "52W ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "avg_cashflow_5y": {"type": "number"}, "cash_equiv": {"type": "integer"}, "current_value": {"type": "number"}, "dividend_in_%": {"type": "number"}, "growth_ratio_5y": {"type": "number"}, ... |
ba97c871-0271-454d-9e7e-983860c54f65/f9e8b471-d706-4c95-856c-5c93c13336f5/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-metrics | Get metrics of specific symbols | 200 | Response | {"data": [{"id": "3905,262081", "type": "metric", "attributes": {"value": 4.99321, "meaningful": true, "grade": null}, "relationships": {"metric_type": {"data": {"id": "262081", "type": "metric_type"}}, "ticker": {"data": {"id": "3905", "type": "ticker"}}}}, {"id": "4948,262081", "type": "metric", "attributes": {"value... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"value": {"type": ["null", "number"]}, "meaningful": {"type": "boolean... |
ba97c871-0271-454d-9e7e-983860c54f65/69d020af-fd11-40db-b054-2c6e69769bd1/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-earnings | Get information in Earnings tab of specific symbol | 200 | Response | {"revisions": {"146": {"revenue_consensus_mean": {"1": [{"asofdate": "2022-02-12T00:00:00.000-05:00", "numanalysts": 26, "numanalystsup": 21, "numanalystsnochange": 0, "numanalystsdown": 5, "period": {"periodtypeid": "quarterly", "fiscalquarter": 2, "fiscalyear": 2022, "calendarquarter": 1, "calendaryear": 2022, "perio... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"revisions": {"type": "object", "properties": {"146": {"type": "object", "properties": {"revenue_consensus_mean": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"asofdate": {"type": "strin... |
ba97c871-0271-454d-9e7e-983860c54f65/2ac3dde4-4187-46c8-869a-a5183c44df98/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-momentum (Deprecated) | Get momentum of specific symbol
* This endpoint is deprecated, you need to use .../symbols/v2/get-momentum endpoint instead. | 200 | Response | {"data": [{"id": "AAPL", "type": "momentum", "attributes": {"movAvg10d": 154.112, "movAvg50d": 147.8676, "movAvg100d": 147.9696, "movAvg200d": 137.9451, "pClose10d": 5.20607375271151, "pClose50d": 9.15846338210669, "pClose100d": 9.08321709324076, "pClose200d": 17.0103178728349, "pWeekVolShares": 3.51545954910149, "low5... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"movAvg10d": {"type": "number"}, "movAvg50d": {"type": "number"}, "mov... |
ba97c871-0271-454d-9e7e-983860c54f65/83e01aba-2186-484f-8bb3-0fe8094a494b/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-options | Get optional prices | 200 | Response | {"data": {"id": "146", "type": "ticker", "attributes": {"slug": "aapl", "iexSlug": null, "name": "AAPL", "exchange": "NASDAQ", "exchangeDescription": null, "company": "Apple Inc.", "companyName": "Apple Inc.", "equityType": "stocks", "indexGroup": null, "isBdc": false, "isDefunct": false, "followersCount": 2491984, "is... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"slug": {"type": "string"}, "iexSlug": {"type": "null"}, "name": {"type": "string"}, "exchange": ... |
ba97c871-0271-454d-9e7e-983860c54f65/224cdb39-e462-4949-885a-b84445ba759b/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-option-expirations | Get option expirations to use with .../symbols/get-options endpoint | 200 | Response | {"data": [{"id": "AAPL", "type": "profile", "attributes": {"lastDaily": {"rtTime": "2022-02-15T16:00:23.000-05:00", "rtSource": "IexPuller", "last": 172.79, "open": 170.99, "close": 172.79, "low": 170.25, "high": 172.95, "volume": 64285313, "volumeAt": "2022-02-16T01:50:51.994-05:00", "at": "2022-02-16T01:50:51.994-05:... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"lastDaily": {"type": "object", "properties": {"rtTime": {"type": "str... |
ba97c871-0271-454d-9e7e-983860c54f65/7f0182a4-ec26-44d7-8a54-6fe910d4a1ed/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-historical-prices | Get historical prices | 200 | Response | {"data": {"id": "146", "type": "ticker", "attributes": {"slug": "aapl", "iexSlug": null, "name": "AAPL", "exchange": "NASDAQ", "exchangeDescription": null, "company": "Apple Inc.", "companyName": "Apple Inc.", "equityType": "stocks", "indexGroup": null, "isBdc": false, "isDefunct": false, "followersCount": 2491984, "is... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"slug": {"type": "string"}, "iexSlug": {"type": "null"}, "name": {"type": "string"}, "exchange": ... |
ba97c871-0271-454d-9e7e-983860c54f65/ad81a279-db2f-4c8a-977e-51754ca8ead7/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-ratings (Deprecated) | Get ratings data for specific symbol
* This endpoint is replaced by .../symbols/get-factor-grades and .../symbols/get-quant-rating-histories | 200 | Response | {"data": [{"id": "146,2022-02-16", "type": "rating", "attributes": {"asDate": "2022-02-16", "tickerId": 146, "ratings": {"quantRating": 3.49774, "dividendRating": 3.625, "quantOverallRank": 775, "quantSectorRank": 99, "quantPrimaryRank": 9, "growthGrade": 10, "profitabilityGrade": 1, "momentumGrade": 2, "valueGrade": 1... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"asDate": {"type": "string"}, "tickerId": {"type": "integer"}, "rating... |
ba97c871-0271-454d-9e7e-983860c54f65/cb5cc243-13ed-4ebf-93bc-c93ee5076b6d/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-analyst-price-target | Get Wall Street analyst price target for specific symbol | 200 | Response | {"revisions": {}, "estimates": {"146": {"target_price_low": {"0": [{"effectivedate": "2022-02-15T15:28:59.000-05:00", "dataitemvalue": "130.0"}, {"effectivedate": "2022-02-14T00:02:45.000-05:00", "dataitemvalue": "130.0"}, {"effectivedate": "2022-02-11T20:38:56.000-05:00", "dataitemvalue": "130.0"}, {"effectivedate": "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"revisions": {"type": "object"}, "estimates": {"type": "object", "properties": {"146": {"type": "object", "properties": {"target_price_low": {"type": "object", "properties": {"0": {"type": "array", "items": {"type": "object", "properties": {... |
ba97c871-0271-454d-9e7e-983860c54f65/598324ef-8034-4430-ab90-5b57c32b2767/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-splits | Get splits | 200 | Response | {"data": {"id": "146", "type": "ticker", "attributes": {"slug": "aapl", "iexSlug": null, "name": "AAPL", "exchange": "NASDAQ", "exchangeDescription": null, "company": "Apple Inc.", "companyName": "Apple Inc.", "equityType": "stocks", "indexGroup": null, "isBdc": false, "isDefunct": false, "followersCount": 2491984, "is... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"slug": {"type": "string"}, "iexSlug": {"type": "null"}, "name": {"type": "string"}, "exchange": ... |
ba97c871-0271-454d-9e7e-983860c54f65/25b34aa3-14bc-4317-9f2b-f2af9ccd2f44/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-dividend-history | Get dividend history of specific symbol | 200 | Response | {"data": [{"id": "2016", "type": "dividend_history", "attributes": {"year": 2016, "amount": null, "ex_date": null, "freq": null, "declare_date": null, "pay_date": null, "record_date": null, "date": "2016-01-01", "adjusted_amount": 0.5574999999999999, "split_adj_factor": null}}, {"id": "2017", "type": "dividend_history"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"year": {"type": "integer"}, "amount": {"type": "null"}, "ex_date": {"... |
ba97c871-0271-454d-9e7e-983860c54f65/0b9a23fa-b712-4efe-bf5b-217148378179/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-profile | Get profile information of specific symbol | 200 | Response | {"data": [{"id": "AAPL", "type": "profile", "attributes": {"lastDaily": {"rtTime": "2022-02-15T16:00:23.000-05:00", "rtSource": "IexPuller", "last": 172.79, "open": 170.99, "close": 172.79, "low": 170.25, "high": 172.95, "volume": 64285313, "volumeAt": "2022-02-16T01:50:51.994-05:00", "at": "2022-02-16T01:50:51.994-05:... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"lastDaily": {"type": "object", "properties": {"rtTime": {"type": "str... |
ba97c871-0271-454d-9e7e-983860c54f65/bf30a2eb-a562-4552-bebb-a9c2b7106227/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-fundamentals | Get fundamentals for specific symbol | 200 | Response | {"data": [{"id": "87", "type": "fundamentals", "attributes": {"year": 2021, "quarter": 4, "field": "total_revenue", "value": 365817000000, "period_end_date": "2021-09-25T00:00:00.000-04:00"}, "meta": {"is_fiscal": true}}, {"id": "47", "type": "fundamentals", "attributes": {"year": 2020, "quarter": 4, "field": "total_re... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"year": {"type": "integer"}, "quarter": {"type": "integer"}, "field": ... |
ba97c871-0271-454d-9e7e-983860c54f65/ecda31b2-4cea-4d3f-8863-b1e27a1c19f8/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-meta-data | Get meta data of specific symbol | 200 | Response | {"data": {"id": "146", "type": "ticker", "attributes": {"slug": "aapl", "iexSlug": null, "name": "AAPL", "exchange": "NASDAQ", "exchangeDescription": null, "company": "Apple Inc.", "companyName": "Apple Inc.", "equityType": "stocks", "indexGroup": null, "isBdc": false, "isDefunct": false, "followersCount": 2491984, "is... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"slug": {"type": "string"}, "iexSlug": {"type": "null"}, "name": {"type": "string"}, "exchange": ... |
ba97c871-0271-454d-9e7e-983860c54f65/fcfaf524-bb68-4aec-b005-3a6ab47a5d3a/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-factor-grades (Deprecated) | Get factor grades for specific symbol | 200 | Response | {"data": [{"id": "146,2022-02-16", "type": "rating", "attributes": {"asDate": "2022-02-16", "tickerId": 146, "ratings": {"quantRating": 3.49774, "dividendRating": 3.625, "quantOverallRank": 775, "quantSectorRank": 99, "quantPrimaryRank": 9, "growthGrade": 10, "profitabilityGrade": 1, "momentumGrade": 2, "valueGrade": 1... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"asDate": {"type": "string"}, "tickerId": {"type": "integer"}, "rating... |
ba97c871-0271-454d-9e7e-983860c54f65/b7d5fc40-f17e-45ec-8869-58a1d8b0dc9c/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-key-data (Deprecated) | Get key data of specific symbol | 200 | Response | {"data": [{"id": "146", "type": "tickerData", "attributes": {"slug": "aapl", "iexSlug": null, "name": "AAPL", "exchange": "NASDAQ", "exchangeDescription": null, "company": "Apple Inc.", "companyName": "Apple Inc.", "equityType": "stocks", "indexGroup": null, "isBdc": false, "at": 1644994251, "avg3vol": 102971791.27, "a... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"slug": {"type": "string"}, "iexSlug": {"type": "null"}, "name": {"typ... |
ba97c871-0271-454d-9e7e-983860c54f65/04aa8403-a35a-43b4-9dc8-c86b880e5e58/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/v2/get-chart | This endpoint reproduces public data and features in Charting tab. | 200 | Response | {"type": "chart_1y_price", "attributes": {"2021-05-13 16:00:00": {"close": 124.97, "high": 126.15, "low": 124.26, "volume": 105861339, "open": 124.58}, "2022-02-14 16:00:00": {"close": 168.88, "high": 169.58, "low": 166.56, "volume": 86185530, "open": 167.37}, "2022-02-11 16:00:00": {"close": 168.64, "high": 173.08, "l... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "attributes": {"type": "object", "properties": {"2021-05-13 16:00:00": {"type": "object", "properties": {"close": {"type": "number"}, "high": {"type": "number"}, "low": {"type": "number"}, "volume": {"type": "inte... |
ba97c871-0271-454d-9e7e-983860c54f65/bafa22b9-ae17-4289-8bb6-b7d1958d7ae3/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-peers | Get peers of specific symbol | 200 | Response | {"data": [{"id": "569700", "type": "ticker", "attributes": {"slug": "dell", "iexSlug": null, "name": "DELL", "exchange": "NYSE", "exchangeDescription": null, "company": "Dell Technologies Inc.", "companyName": "Dell Technologies Inc.", "equityType": "stocks", "indexGroup": null, "isBdc": false, "isDefunct": false, "fol... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"slug": {"type": "string"}, "iexSlug": {"type": "null"}, "name": {"typ... |
ba97c871-0271-454d-9e7e-983860c54f65/23baa51b-849c-48ba-80c0-b19eda73da4e/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-summary | Get summary information of specific symbol | 200 | Response | {"data": [{"id": "AAPL", "attributes": {"high52": 182.71, "low52": 115.52, "estimateFfo": null, "ffoPerShareDiluted": null, "estimateEps": 6.14516, "dilutedEpsExclExtraItmes": 6.015182, "peRatioFwd": 28.1180636468375, "lastClosePriceEarningsRatio": 28.7256478690088, "divRate": 0.88, "divYield": 0.52, "impliedMarketCap"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "attributes": {"type": "object", "properties": {"high52": {"type": "number"}, "low52": {"type": "number"}, "estimateFfo": {"type": "null"}, "ffoPe... |
ba97c871-0271-454d-9e7e-983860c54f65/118cef90-69c1-4b33-bcc0-bc5938491842/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-financials | Get financials for specific symbol | 200 | Response | {"data": [{"id": "87", "type": "fundamentals", "attributes": {"year": 2021, "quarter": 4, "field": "total_revenue", "value": 365817000000, "period_end_date": "2021-09-25T00:00:00.000-04:00"}, "meta": {"is_fiscal": true}}, {"id": "47", "type": "fundamentals", "attributes": {"year": 2020, "quarter": 4, "field": "total_re... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"year": {"type": "integer"}, "quarter": {"type": "integer"}, "field": ... |
ba97c871-0271-454d-9e7e-983860c54f65/3ebb08a0-39fd-4b3f-ad28-faca7a9fdfab/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/v2/get-momentum | Get momentum of specific symbol | 200 | Response | {"data": [{"id": "AAPL", "type": "momentum", "attributes": {"movAvg10d": 172.633, "movAvg50d": 172.5192, "movAvg100d": 161.3107, "movAvg200d": 150.4852, "pClose10d": -2.74790230962199, "pClose50d": 0.156968036021503, "pClose100d": 7.11626693083596, "pClose200d": 14.8219226874138, "pWeekVolShares": 2.5202669625755, "low... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"movAvg10d": {"type": "number"}, "movAvg50d": {"type": "number"}, "mov... |
ba97c871-0271-454d-9e7e-983860c54f65/abec860f-e204-426d-9bc7-177cc221fda0/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-analyst-recommendations | Get Wall Street analyst recommendations for specific symbol | 200 | Response | {"revisions": {}, "estimates": {"146": {"underperform": {"0": [{"effectivedate": "2022-02-15T15:28:59.000-05:00", "dataitemvalue": "1.0"}, {"effectivedate": "2022-01-31T20:15:06.000-05:00", "dataitemvalue": "1.0"}, {"effectivedate": "2021-12-31T15:06:04.000-05:00", "dataitemvalue": "1.0"}, {"effectivedate": "2021-11-30... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"revisions": {"type": "object"}, "estimates": {"type": "object", "properties": {"146": {"type": "object", "properties": {"underperform": {"type": "object", "properties": {"0": {"type": "array", "items": {"type": "object", "properties": {"eff... |
ba97c871-0271-454d-9e7e-983860c54f65/06cfc87f-4b98-4157-9dba-e16c9e2bdfe9/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-holdings | Get information in Holdings tab of specific symbol | 200 | Response | {"data": [{"id": "AAPL", "attributes": {"stockHoldings": null, "bondHoldings": null}}, {"id": "TSLA", "attributes": {"stockHoldings": null, "bondHoldings": null}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "attributes": {"type": "object", "properties": {"stockHoldings": {"type": "null"}, "bondHoldings": {"type": "null"}}, "required": ["bondHoldings",... |
ba97c871-0271-454d-9e7e-983860c54f65/65b4c8d6-3bbd-42e8-abd5-62969cfa8575/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-valuation | Get valuation of specific symbols | 200 | Response | {"data": [{"id": "AAPL", "type": "valuation", "attributes": {"marketCap": 2819836210390, "totalEnterprise": 2740038210390, "lastClosePriceEarningsRatio": 28.7256478690088, "priceCf": 25.1230496021062, "priceSales": 7.56586183656512, "priceBook": 39.2528532092314, "priceTangb": 39.2528532092314, "evEbitda": 21.370152477... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"marketCap": {"type": "integer"}, "totalEnterprise": {"type": "integer... |
ba97c871-0271-454d-9e7e-983860c54f65/d700fed4-db04-47fc-8917-be3e81afb8a1/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-estimates | Get estimated EPS/revenue of specific symbol by annual or quarterly | 200 | Response | {"data": [{"id": "497", "type": "estimate", "attributes": {"slug": "aapl", "actual": 89584000000, "period_end_date": "2021-03-31", "quarter": 2, "year": 2021, "fwd_pe": 36.48, "consensus": 77288496110}}, {"id": "498", "type": "estimate", "attributes": {"slug": "aapl", "actual": 81434000000, "period_end_date": "2021-06-... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"slug": {"type": "string"}, "actual": {"type": ["integer", "null"]}, "... |
ba97c871-0271-454d-9e7e-983860c54f65/c3facf7a-7717-45f7-a50c-77b6a708aafe/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-chart | Get data to draw chart for specific symbol | 200 | Response | {"type": "chart_1y_price", "attributes": {"2021-05-13 16:00:00": {"close": 124.97, "high": 126.15, "low": 124.26, "volume": 105861339, "open": 124.58}, "2022-02-14 16:00:00": {"close": 168.88, "high": 169.58, "low": 166.56, "volume": 86185530, "open": 167.37}, "2022-02-11 16:00:00": {"close": 168.64, "high": 173.08, "l... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"type": {"type": "string"}, "attributes": {"type": "object", "properties": {"2021-05-13 16:00:00": {"type": "object", "properties": {"close": {"type": "number"}, "high": {"type": "number"}, "low": {"type": "number"}, "volume": {"type": "inte... |
ba97c871-0271-454d-9e7e-983860c54f65/5b05c51a-a2b4-43f3-ab59-9a84e3bfeb2b/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | market/get-equity | Get different market equities | 200 | Response | {"data": [{"id": "11748", "type": "tag", "attributes": {"slug": "vt", "name": "VT", "company": "Vanguard Total World Stock ETF", "tagKind": "Tags::Ticker", "alias_name": "World Index", "position": 10}, "links": {"self": "/symbol/VT"}}, {"id": "17410", "type": "tag", "attributes": {"slug": "vxus", "name": "VXUS", "compa... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "company": {"t... |
ba97c871-0271-454d-9e7e-983860c54f65/2af50476-a786-49f6-9994-863894b8f705/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | market/get-dividend-investing | Get dividend investing | 200 | Response | {"data": {"id": "0", "type": "dividend_investing", "attributes": {"trending_dividend_stocks": [{"slug": "INTC", "name": "Intel Corporation"}, {"slug": "T", "name": "AT&T Inc."}, {"slug": "CVX", "name": "Chevron Corporation"}, {"slug": "XOM", "name": "Exxon Mobil Corporation"}, {"slug": "ABBV", "name": "AbbVie Inc."}, {... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"trending_dividend_stocks": {"type": "array", "items": {"type": "object", "properties": {"slug": ... |
ba97c871-0271-454d-9e7e-983860c54f65/f27b5f58-5c6b-4eba-9854-521a2f5a4935/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | market/get-realtime-quotes | Get real time quotes | 200 | Response | {"data": [{"id": "AAPL", "type": "real_time_price", "attributes": {"identifier": "aapl", "name": "Apple Inc", "last": 172.79, "change": 3.91, "percentChange": 2.3152534343912836, "previousClose": 168.88, "open": 172.16, "high": 172.95, "low": 170.25, "volume": 719309, "dateTime": "2022-02-15 16:00:23", "quoteInfo": "Cl... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "last": ... |
ba97c871-0271-454d-9e7e-983860c54f65/a8edc205-1335-4e4a-90af-7e83b37c20fb/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | screeners/get-results | Get results of symbols by applied filters relating to a screener | 200 | Response | {"data": [{"id": "933", "type": "ticker", "attributes": {"slug": "hpq", "name": "HPQ", "company": "HP Inc.", "companyName": "HP Inc."}, "relationships": {}, "meta": {}}, {"id": "955", "type": "ticker", "attributes": {"slug": "ups", "name": "UPS", "company": "United Parcel Service, Inc.", "companyName": "United Parcel S... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "company": {"t... |
ba97c871-0271-454d-9e7e-983860c54f65/a41d10c8-e273-4d23-bb70-b5381f2094f6/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | analysis/v2/list | List analysis of specific symbol | 200 | Response | {"data": [{"id": "4486743", "type": "article", "attributes": {"publishOn": "2022-02-14T05:59:46-05:00", "isLockedPro": false, "commentCount": 154, "gettyImageUrl": "https://static.seekingalpha.com/cdn/s3/uploads/getty_images/1321772866/image_1321772866.jpg", "themes": {}, "title": "Apple: Not Facing Reality"}, "relatio... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"publishOn": {"type": "string"}, "isLockedPro": {"type": "boolean"}, "... |
ba97c871-0271-454d-9e7e-983860c54f65/26d058f9-bc94-4bf6-b6d7-e405379006b3/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | news/v2/list-by-symbol | List news by symbol | 200 | Response | {"data": [{"id": "3800251", "type": "news", "attributes": {"publishOn": "2022-02-15T12:33:18-05:00", "isLockedPro": false, "commentCount": 4, "gettyImageUrl": "https://static.seekingalpha.com/cdn/s3/uploads/getty_images/1310618429/image_1310618429.jpg", "themes": {}, "title": "ChargePoint, Workhorse Group and QuantumSc... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"publishOn": {"type": "string"}, "isLockedPro": {"type": "boolean"}, "... |
ba97c871-0271-454d-9e7e-983860c54f65/3026956f-14af-41f7-9958-e0a84f16b0e0/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | market/get-day-watch | Get market day watch | 200 | Response | {"data": {"id": "0", "type": "day_watch", "attributes": {"top_gainers": [{"id": 140831, "slug": "RESN", "name": "Resonant Inc"}, {"id": 2073, "slug": "TSEM", "name": "Tower Semiconductor Ltd."}, {"id": 600435, "slug": "SPCE", "name": "Virgin Galactic Holdings Inc - Class A"}, {"id": 605453, "slug": "JOBY", "name": "Job... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"top_gainers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integ... |
ba97c871-0271-454d-9e7e-983860c54f65/a6a01158-48be-4ad7-aeef-e9a9138efeaf/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | market/get-market-open | Get market open | 200 | Response | {"data": {"id": "0", "type": "marketOpen", "attributes": {"marketOpen": false, "nextMarketOpen": 1645021800, "nextMarketClose": 1645045200}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"marketOpen": {"type": "boolean"}, "nextMarketOpen": {"type": "integer"}, "nextMarketClose": {"ty... |
ba97c871-0271-454d-9e7e-983860c54f65/0c46a183-3d39-44eb-81c1-954946ed3fe2/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | analysis/v2/get-details | Get analysis detail by id | 200 | Response | {"data": {"id": "4341786", "type": "fullArticle", "attributes": {"publishOn": "2020-04-30T21:13:26-04:00", "isLockedPro": false, "commentCount": 66, "gettyImageUrl": null, "themes": {"earnings": {"path": "/earnings/earnings-analysis", "slug": "earnings", "title": "Earnings Analysis", "sasource": "theme_breadcrumb"}, "t... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"publishOn": {"type": "string"}, "isLockedPro": {"type": "boolean"}, "commentCount": {"type": "in... |
ba97c871-0271-454d-9e7e-983860c54f65/ed24aeaf-045a-43c2-85cd-288223e892c3/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | screener-filters/list | List available filters to be used in .../screeners/get-results endpoint | 200 | Response | [{"id": "company_details", "label": "Company Details", "filters": [{"type": "dropdown", "id": "country_id", "label": "Country", "values": [{"id": 1, "name": "Afghanistan"}, {"id": 2, "name": "Albania"}, {"id": 3, "name": "Algeria"}, {"id": 5, "name": "Andorra"}, {"id": 6, "name": "Angola"}, {"id": 7, "name": "Anguilla"... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "label": {"type": "string"}, "filters": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "label": {"type": "string"}, "val... |
ba97c871-0271-454d-9e7e-983860c54f65/7c3214a5-57c9-46e0-b048-512db00f5fee/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | screeners/list | List all screeners (Top Rated Stocks, Top Quant Dividend Stocks, Top Yield Monsters, etc...) | 200 | Response | {"data": [{"id": "96793299", "type": "screener", "attributes": {"name": "Top Rated Stocks", "description": "Stocks rated as Strong Buy or Buy across Quant, SA Author and Sell-Side ratings", "filters": {"quant_rating": {"gte": 3.5, "lte": 5}, "authors_rating_pro": {"gte": 3.5, "lte": 5}, "sell_side_rating": {"gte": 3.5,... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "filter... |
ba97c871-0271-454d-9e7e-983860c54f65/5912918c-da63-44a7-901d-ba9d3828f6be/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | comments/get-contents | This endpoint is used to get many comment's content at once by comment ids. | 200 | Response | {"data": [{"id": "90666350", "type": "comment", "attributes": {"content": "Best stock pick for 2022.", "edited": false, "parentId": null, "likesCount": 5, "rating": 0, "activeSubject": true, "createdOn": "2021-11-15T11:38:16.000-05:00", "topParentId": 90666350, "pinned": null}, "relationships": {"user": {"data": {"id":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"content": {"type": "string"}, "edited": {"type": "boolean"}, "parentI... |
ba97c871-0271-454d-9e7e-983860c54f65/8635a597-56a7-4316-8d0b-230091e568ea/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | comments/v2/list | List all comments relating to a post or article or news. This endpoint only returns site map structure of comments relating to a post. You need to use along with .../comments/get-contents endpoint to get the contents. | 200 | Response | {"data": [{"id": "91350831", "type": "comment", "attributes": {"topParentId": 91350831, "createdOn": "2022-01-27T23:59:32.000-05:00", "pinned": false}, "relationships": {}, "links": {"self": "/comments/91350831"}}, {"id": "91353791", "type": "comment", "attributes": {"topParentId": 91350831, "createdOn": "2022-01-28T09... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"topParentId": {"type": "integer"}, "createdOn": {"type": "string"}, "... |
ba97c871-0271-454d-9e7e-983860c54f65/6e463931-f93f-4831-bdcb-6f0899895c6f/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-quant-rating-histories (Deprecated) | Get quant rating histories for specific symbol | 200 | Response | {"data": [{"id": "146,2022-02-16", "type": "rating", "attributes": {"asDate": "2022-02-16", "tickerId": 146, "ratings": {"quantRating": 3.49774, "dividendRating": 3.625, "quantOverallRank": 775, "quantSectorRank": 99, "quantPrimaryRank": 9, "growthGrade": 10, "profitabilityGrade": 1, "momentumGrade": 2, "valueGrade": 1... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"asDate": {"type": "string"}, "tickerId": {"type": "integer"}, "rating... |
ba97c871-0271-454d-9e7e-983860c54f65/4d9b9765-a5b3-42bd-8e28-4b6b89a28907/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | comments/get-sub-comments | This endpoint is used to get sub or nested comments of another comment | 200 | Response | {"data": [{"id": "90950425", "type": "comment", "attributes": {"content": "<a href=\"/user/1302541/profile\" rel=\"nofollow\" class=\"usertag\">@Rhmassing</a> <br>Not much if anything.<p class=\"txt-sep\"></p>Companies do this R&D spending all the time. If it doesn't work out, it becomes a deduction.<br>They also know ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"content": {"type": "string"}, "edited": {"type": "boolean"}, "parentI... |
ba97c871-0271-454d-9e7e-983860c54f65/78674086-4571-4ef0-a750-62f4646ad60c/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | screeners/detail | Get more information of a screener | 200 | Response | {"data": {"id": "96793299", "type": "screener", "attributes": {"name": "Top Rated Stocks", "description": "Stocks rated as Strong Buy or Buy across Quant, SA Author and Sell-Side ratings", "filters": {"quant_rating": {"gte": 3.5, "lte": 5}, "authors_rating_pro": {"gte": 3.5, "lte": 5}, "sell_side_rating": {"gte": 3.5, ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "filters": {"type": "object", "pro... |
ba97c871-0271-454d-9e7e-983860c54f65/6e7faa2d-b64f-4e95-8683-01e82f802d2f/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | press-releases/get-details | Get press release detail by id | 200 | Response | {"errors": [{"code": "404", "detail": "The record identified by Couldn't find AcquireStory with 'id'=17867968 [WHERE `acquire_stories`.`status` = ?] could not be found.", "status": "404", "title": "Record not found"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "detail": {"type": "string"}, "status": {"type": "string"}, "title": {"type": "string"}}, "required": ["code", "detail", "status", "title"]}}}... |
ba97c871-0271-454d-9e7e-983860c54f65/737f9ecc-27d5-4523-8736-07614eb3b370/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | articles/list-wall-street-breakfast | List articles by category | 200 | Response | {"data": {"id": "4487364", "type": "fullArticle", "attributes": {"publishOn": "2022-02-16T07:46:22-05:00", "isLockedPro": false, "commentCount": 24, "gettyImageUrl": null, "themes": {"wall-street-breakfast": {"slug": "wall-street-breakfast", "non_theme": true}, "wall-st-breakfast": {"slug": "wall-st-breakfast", "non_th... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"publishOn": {"type": "string"}, "isLockedPro": {"type": "boolean"}, "commentCount": {"type": "in... |
ba97c871-0271-454d-9e7e-983860c54f65/21c6c041-cde1-40a2-823a-003acc43c153/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | articles/list-trending (Deprecated) | List trending articles | 200 | Response | {"data": [{"id": "4487085", "type": "article", "attributes": {"publishOn": "2022-02-15T10:48:25-05:00", "isLockedPro": false, "commentCount": 56, "gettyImageUrl": "https://static.seekingalpha.com/cdn/s3/uploads/getty_images/1313497440/image_1313497440.jpg", "themes": {"long-ideas": {"title": "Long Ideas", "slug": "long... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"publishOn": {"type": "string"}, "isLockedPro": {"type": "boolean"}, "... |
ba97c871-0271-454d-9e7e-983860c54f65/1698016e-fd01-4342-99f2-f90490ec80db/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | transcripts/v2/list | List transcripts of specific symbol | 200 | Response | {"data": [{"id": "4482308", "type": "transcript", "attributes": {"publishOn": "2022-01-27T20:19:05-05:00", "isLockedPro": false, "commentCount": 1, "gettyImageUrl": null, "themes": {}, "title": "Apple Inc. (AAPL) CEO Tim Cook on Q1 2022 Results - Earnings Call Transcript"}, "relationships": {"author": {"data": {"id": "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"publishOn": {"type": "string"}, "isLockedPro": {"type": "boolean"}, "... |
ba97c871-0271-454d-9e7e-983860c54f65/2b947d74-a5cb-4c3d-a73a-57f004ee2084/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | press-releases/v2/list | List press releases of specific symbol | 200 | Response | {"data": [{"id": "18673509", "type": "pressRelease", "attributes": {"publishOn": "2022-02-16T02:40:00-05:00", "isLockedPro": false, "commentCount": 0, "gettyImageUrl": null, "themes": {}, "title": "DigiMax Launches CryptoHawk AI Mobile App on Apple and Google App Stores"}, "relationships": {"author": {"data": {"id": "7... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"publishOn": {"type": "string"}, "isLockedPro": {"type": "boolean"}, "... |
ba97c871-0271-454d-9e7e-983860c54f65/2f0255f0-594f-40c1-97b7-392bda078ab8/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | auto-complete (Deprecated) | Get suggested symbols, authors, etc... by provided word or phrase | 200 | Response | {"symbols": [{"name": "AAPL", "tag_kind_id": 52, "slug": "aapl", "is_crypto": 0, "is_indices": 0, "fund_type_id": 0, "has_author_research": 0, "rta_count": 407060, "followers_count": 0, "id": 146, "content": "Apple Inc."}, {"name": "APLE", "tag_kind_id": 52, "slug": "aple", "is_crypto": 0, "is_indices": 0, "fund_type_i... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"symbols": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "tag_kind_id": {"type": "integer"}, "slug": {"type": "string"}, "is_crypto": {"type": "integer"}, "is_indices": {"type": "integer"}, "fund_ty... |
ba97c871-0271-454d-9e7e-983860c54f65/d1dc58c9-4270-4125-99bc-bebb36973078/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | v2/auto-complete | Get suggested symbols, authors, etc... by provided word or phrase | 200 | Response | {"people": [{"name": "Apple Investor", "slug": "apple-investor", "id": 11533, "content": null}, {"name": "Apple Grade Stocks", "slug": "apple-grade-stocks", "id": 49961, "content": null}, {"name": "Little Apple", "slug": "little-apple", "id": 35478, "content": null}, {"name": "Michelle Galanter Applebaum", "slug": "mic... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"people": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": ["null", "string"]}, "id": {"type": "integer"}, "content": {"type": "null"}}, "required": ["content", "id", "name", "slug"]}}... |
ba97c871-0271-454d-9e7e-983860c54f65/0833bda5-ca00-4b00-8af5-1b919b6b35c1/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | authors/get-details | Get author details | 200 | Response | {"data": {"id": "21918", "type": "fullAuthor", "attributes": {"company": null, "slug": "apple-investor", "userId": 517836, "tagId": 11533, "image": {"small": "https://static.seekingalpha.com/images/users_profile/000/517/836/small_pic.png", "medium": "https://static.seekingalpha.com/images/users_profile/000/517/836/medi... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"company": {"type": "null"}, "slug": {"type": "string"}, "userId": {"type": "integer"}, "tagId": ... |
ba97c871-0271-454d-9e7e-983860c54f65/35619617-924f-4954-88a4-189374f03b09/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | news/get-details | Get analysis detail by id | 200 | Response | {"data": {"id": "3577036", "type": "news", "attributes": {"publishOn": "2020-05-22T03:03:50-04:00", "isLockedPro": false, "commentCount": 176, "gettyImageUrl": null, "themes": {"etfs": {"path": "/", "slug": "etfs", "title": null, "sasource": "", "non_theme": true}, "global": {"path": "/", "slug": "global", "title": nul... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"publishOn": {"type": "string"}, "isLockedPro": {"type": "boolean"}, "commentCount": {"type": "in... |
ba97c871-0271-454d-9e7e-983860c54f65/828816ca-260a-41de-9ac4-d1f45c9d5de7/0/0 | Seeking Alpha | Query for news, market moving, price quotes, chart, indices, analysis from investors and experts, etc... | 9.9 | symbols/get-analyst-ratings (Deprecated) | Get Wall Street analyst ratings for specific symbol | 200 | Response | {"data": {"id": "146", "type": "analyst_ratings", "attributes": {"rates": {"very_bullish": 27, "bullish": 7, "neutral": 8, "bearish": 1, "very_bearish": 0}, "period_days": 90, "rates_count": 43, "average_rate": "4.39535"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"rates": {"type": "object", "properties": {"very_bullish": {"type": "integer"}, "bullish": {"type... |
8b19e7b6-ac4b-448e-8679-5af0788589ba/6c581085-b511-4590-b009-9770382c9710/0/0 | Global Cryptocurrency | Cryptocurrency API that provides live exchange values on USD for top coins by market cap. | null | Get Coin with Name | Get specific coin rate, analytic values, market cap for given valid name. | 200 | Coin Data | {"name": "Bitcoin", "code": "BTC", "rate": {"base": "USD", "amount": "42.213,36547510", "totalVolume": "11.927.543,627", "capInMarket": "799.195.297,130", "maxValueEver": "68.780,77475755"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "rate": {"type": "object", "properties": {"base": {"type": "string"}, "amount": {"type": "string"}, "totalVolume": {"type": "string"}, "capInMarket": {"type": "string"}, "maxValueEver":... |
8b19e7b6-ac4b-448e-8679-5af0788589ba/1c0b5502-81e8-4807-bcbe-afe0ff4dd2fb/0/0 | Global Cryptocurrency | Cryptocurrency API that provides live exchange values on USD for top coins by market cap. | null | Get Coins | List Available Coins' Code and Name as Key-Value | 200 | Coin Data | {"name": "Bitcoin", "code": "BTC", "rate": {"base": "USD", "amount": "42.213,36547510", "totalVolume": "11.927.543,627", "capInMarket": "799.195.297,130", "maxValueEver": "68.780,77475755"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "rate": {"type": "object", "properties": {"base": {"type": "string"}, "amount": {"type": "string"}, "totalVolume": {"type": "string"}, "capInMarket": {"type": "string"}, "maxValueEver":... |
8b19e7b6-ac4b-448e-8679-5af0788589ba/b3727e3b-e442-40b4-b7ea-2e432b065c09/0/0 | Global Cryptocurrency | Cryptocurrency API that provides live exchange values on USD for top coins by market cap. | null | Get Coin with Code | Get specific coin rate, analytic values, market cap for given valid code. | 200 | Coin Data | {"name": "Bitcoin", "code": "BTC", "rate": {"base": "USD", "amount": "42.213,36547510", "totalVolume": "11.927.543,627", "capInMarket": "799.195.297,130", "maxValueEver": "68.780,77475755"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "rate": {"type": "object", "properties": {"base": {"type": "string"}, "amount": {"type": "string"}, "totalVolume": {"type": "string"}, "capInMarket": {"type": "string"}, "maxValueEver":... |
39942e40-fe59-415b-a24f-047d438c46fa/a07a57ca-be65-4b8c-bdb0-0696ea6f9192/0/0 | Pakistan Stock Exchange Data Portal | An API to show top ranking market performers in PSX | 0.2 | Get Top 3 Performers | This endpoint returns the current top 3 market performers in all categories. | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
5dd0bdf2-3494-47d3-bef8-4f3670be797d/b9e8e79a-f2e2-4627-a297-811ce0441cc3/0/0 | Currency Converter | Provides currency exchange rates based on the markets and national central banks data. | 9.9 | Historical Currency Data | returns the rates on the specific date | 200 | Response | {"amount": "1.0000", "base_currency_code": "EUR", "base_currency_name": "Euro", "rates": {"GBP": {"currency_name": "Pound sterling", "rate": "0.8541", "rate_for_amount": "0.8541"}}, "status": "success", "updated_date": "2020-01-20"} | {"properties": {"amount": {"type": "string"}, "base_currency_code": {"type": "string"}, "base_currency_name": {"type": "string"}, "rates": {"properties": {"GBP": {"properties": {"currency_name": {"type": "string"}, "rate": {"type": "string"}, "rate_for_amount": {"type": "string"}}, "type": "object"}}, "type": "object"}... |
cd5faa39-b119-4763-a597-fb9a5ed9b8f9/e3e2c8cc-1766-49ae-80bd-484a64b8b0e0/0/0 | Simple Ibovespa Stocks | Simple endpoint that return Ibovespa listed Stocks prices (with a delay up to 15 minutes) | null | ListTickers | List all available tickers for query | 200 | Example_1 | {"tickers": [{"ticker": "EVEN3", "name": "EVEN Construtora e Incorporadora SA"}, {"ticker": "DTEX3", "name": "Dexco SA"}, {"ticker": "SQIA3", "name": "Sinqia SA"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"tickers": {"type": "array", "items": {"type": "object", "properties": {"ticker": {"type": "string"}, "name": {"type": "string"}}, "required": ["name", "ticker"]}}}, "required": ["tickers"]} |
cd5faa39-b119-4763-a597-fb9a5ed9b8f9/60883846-cf74-4e39-b5b7-604342473cd3/0/0 | Simple Ibovespa Stocks | Simple endpoint that return Ibovespa listed Stocks prices (with a delay up to 15 minutes) | null | GetStocks | Get up to 5 stocks data from each request | 200 | Example_1 | {"stocks": [{"ticker": "PETR4", "name": "Petroleo Brasileiro SA Petrobras Preference Shares", "volume": "80260600", "price": {"price": "24.65", "priceOpen": "24.08", "high": "24.65", "low": "23.79", "high52": "31.76", "low52": "17.74"}}, {"ticker": "VALE3", "name": "Vale SA", "volume": "49636100", "price": {"price": "8... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"stocks": {"type": "array", "items": {"type": "object", "properties": {"ticker": {"type": "string"}, "name": {"type": "string"}, "volume": {"type": "string"}, "price": {"type": "object", "properties": {"price": {"type": "string"}, "priceOpen... |
5cfb9d03-ed37-4ae3-9d71-709a997e5fb9/d4e70e63-0d23-4853-9cfd-b1bcb03a02f8/0/0 | getOptionInfo | returns min ticks or increment, cutoff price and contract size for options contracts | null | getInfo | returns increment and contracts size | 200 | New Example | {"status": "ok", "quantity": 100, "above_tick": 0.1, "below_tick": 0.05, "cutoff_price": 3, "ticker": "USB"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "quantity": {"type": "integer"}, "above_tick": {"type": "number"}, "below_tick": {"type": "number"}, "cutoff_price": {"type": "integer"}, "ticker": {"type": "string"}}, "required": ["above_tick", "below_tick", "... |
11903265-5e98-4cd0-bc5c-47e4c03a2be8/871249ac-a786-43f3-bc6f-93ad763ca3ba/0/0 | Coin Conversor | An API to convert different coin types | null | List currencies | List all available currencies as they will be used to convert | 200 | Example | {"currencies": [{"symbol": "AFN", "code": 5, "name": "AFEGANE AFEGANIST", "formattedName": "Afegane"}, {"symbol": "MGA", "code": 406, "name": "ARIARY MADAGASCAR", "formattedName": "Ariary"}]} | {"type": "object", "properties": {"currencies": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "code": {"type": "integer"}, "name": {"type": "string"}, "formattedName": {"type": "string"}}}}}} |
11903265-5e98-4cd0-bc5c-47e4c03a2be8/ffdf0215-0cc2-47c8-b2b2-4c8597d1a315/0/0 | Coin Conversor | An API to convert different coin types | null | Convert | Convert a value from one currency to another | 200 | Example | {"converted": 38.1715813} | {"type": "object", "properties": {"converted": {"type": "number"}}} |
11903265-5e98-4cd0-bc5c-47e4c03a2be8/ffdf0215-0cc2-47c8-b2b2-4c8597d1a315/1/0 | Coin Conversor | An API to convert different coin types | null | Convert | Convert a value from one currency to another | 400 | Example | {"message": "`Origin` AND/OR `Dest` fields are not valid"} | {"type": "object", "properties": {"message": {"type": "string"}}} |
1a902a46-c20c-48f1-a28e-c7c34c36a85f/df91a06c-6e1a-4bab-9457-f659ec5f1742/0/0 | IBAN and SWIFT Details | Explore the power of financial data with the Bank Information API, your one-stop solution for retrieving, validating, and generating IBAN and SWIFT information for banks. With six user-friendly endpoints, developers and users can seamlessly integrate these services into their applications, enhancing the efficiency of f... | 6.1 | Generate SWIFT Code |
Endpoint: /api/v1/swift/generate?country_code={Country code}&bank_code={Bank code}
Generate SWIFT codes along with essential details such as country codes and bank codes, offering a convenient way to create accurate financial identifiers.
| 200 | New Example | {"swift": "BNPA FR PP IFN", "bank_details": {"bank_code": "BNPA", "bank_name": "BNP PARIBAS", "bank_short_name": "BNP PARIBAS", "bank_names": ["BNP PARIBAS"], "bank_short_names": ["BNP PARIBAS"]}, "address": {"branch_code": "IFN", "location_code": "PP", "country_name": "France", "country_official_name": "French Republi... | {"type": "object", "properties": {"swift": {"type": "string"}, "bank_details": {"type": "object", "properties": {"bank_code": {"type": "string"}, "bank_name": {"type": "string"}, "bank_short_name": {"type": "string"}, "bank_names": {"type": "array", "items": {"type": "string"}}, "bank_short_names": {"type": "array", "i... |
1a902a46-c20c-48f1-a28e-c7c34c36a85f/c46c70cb-e6f5-4c73-8cd2-192ab467e537/0/0 | IBAN and SWIFT Details | Explore the power of financial data with the Bank Information API, your one-stop solution for retrieving, validating, and generating IBAN and SWIFT information for banks. With six user-friendly endpoints, developers and users can seamlessly integrate these services into their applications, enhancing the efficiency of f... | 6.1 | Validate SWIFT Code |
Endpoint: /api/v1/swift/validate?swift_code={SWIFT code}
Ensure the accuracy and validity of SWIFT codes, facilitating error-free financial transactions and data integrity in your application.
| 200 | New Example | {"Status": "Valid"} | {"type": "object", "properties": {"Status": {"type": "string"}}} |
1a902a46-c20c-48f1-a28e-c7c34c36a85f/b0f961bd-5dfa-48eb-8f87-36ad93fa7ce6/0/0 | IBAN and SWIFT Details | Explore the power of financial data with the Bank Information API, your one-stop solution for retrieving, validating, and generating IBAN and SWIFT information for banks. With six user-friendly endpoints, developers and users can seamlessly integrate these services into their applications, enhancing the efficiency of f... | 6.1 | Extract SWIFT Information |
Endpoint: /api/v1/swift?swift_code={SWIFT code}
Obtain comprehensive information about a bank based on the provided SWIFT code, including details about the country and financial institution.
| 200 | New Example | {"swift": "BNPA FR PP IFN", "bank_details": {"bank_code": "BNPA", "type": "default", "bank_name": "BNP PARIBAS", "bank_short_name": "BNP PARIBAS", "bank_names": ["BNP PARIBAS"], "bank_short_names": ["BNP PARIBAS"], "country_bank_code": "30004", "domestic_bank_codes": ["30004"]}, "address": {"branch_code": "IFN", "locat... | {"type": "object", "properties": {"swift": {"type": "string"}, "bank_details": {"type": "object", "properties": {"bank_code": {"type": "string"}, "type": {"type": "string"}, "bank_name": {"type": "string"}, "bank_short_name": {"type": "string"}, "bank_names": {"type": "array", "items": {"type": "string"}}, "bank_short_... |
1a902a46-c20c-48f1-a28e-c7c34c36a85f/77d67a45-fcf4-4d86-b395-12c788cc9699/0/0 | IBAN and SWIFT Details | Explore the power of financial data with the Bank Information API, your one-stop solution for retrieving, validating, and generating IBAN and SWIFT information for banks. With six user-friendly endpoints, developers and users can seamlessly integrate these services into their applications, enhancing the efficiency of f... | 6.1 | Validate IBAN Code |
Endpoint: /api/v1/iban/validate?iban_code={IBAN code}
Verify the validity of a given IBAN code, ensuring compliance with international standards. Enhance data accuracy in your application effortlessly.
| 200 | New Example | {"Status": "Valid"} | {"type": "object", "properties": {"Status": {"type": "string"}}} |
1a902a46-c20c-48f1-a28e-c7c34c36a85f/01bc2650-ea9a-4b16-872a-450fd12a23e8/0/0 | IBAN and SWIFT Details | Explore the power of financial data with the Bank Information API, your one-stop solution for retrieving, validating, and generating IBAN and SWIFT information for banks. With six user-friendly endpoints, developers and users can seamlessly integrate these services into their applications, enhancing the efficiency of f... | 6.1 | Generate IBAN Code |
Endpoint: /api/v1/iban/generate?country_code={Country Code}&bank_code={Bank Code}&account_code={Account Code}
Dynamically create IBAN codes along with country-specific details, bank codes, and account codes, streamlining the process of generating financial identifiers.
| 200 | New Example | {"iban": "DE40 1001 0010 0000 0123 45", "bank_details": {"bank_code": "10010010", "account_code": "0000012345", "bank_name": "Postbank Ndl der Deutsche Bank", "bank_short_name": "Postbank Ndl Deutsche Bank"}, "address": {"branch_code": "", "country_name": "Germany", "country_official_name": "Federal Republic of Germany... | {"type": "object", "properties": {"iban": {"type": "string"}, "bank_details": {"type": "object", "properties": {"bank_code": {"type": "string"}, "account_code": {"type": "string"}, "bank_name": {"type": "string"}, "bank_short_name": {"type": "string"}}}, "address": {"type": "object", "properties": {"branch_code": {"typ... |
1a902a46-c20c-48f1-a28e-c7c34c36a85f/ff643a14-1838-4525-b2fe-716fadb65291/0/0 | IBAN and SWIFT Details | Explore the power of financial data with the Bank Information API, your one-stop solution for retrieving, validating, and generating IBAN and SWIFT information for banks. With six user-friendly endpoints, developers and users can seamlessly integrate these services into their applications, enhancing the efficiency of f... | 6.1 | Extract IBAN Information |
Endpoint: /api/v1/iban?iban_code={IBAN code}
Retrieve detailed information about an IBAN based on the provided IBAN code, offering insights into the associated country, bank, and account.
| 200 | New Example | {"iban": "GB33 BUKB 2020 1555 5555 55", "bank_details": {"bank_code": "BUKB", "account_code": "55555555", "bank_name": "BARCLAYS BANK UK PLC", "bank_short_name": "BARCLAYS BANK UK PLC"}, "address": {"branch_code": "", "location_code": "22", "country_name": "United Kingdom", "country_official_name": "United Kingdom of G... | {"type": "object", "properties": {"iban": {"type": "string"}, "bank_details": {"type": "object", "properties": {"bank_code": {"type": "string"}, "account_code": {"type": "string"}, "bank_name": {"type": "string"}, "bank_short_name": {"type": "string"}}}, "address": {"type": "object", "properties": {"branch_code": {"typ... |
a572db4a-19b0-4311-b364-5b3cf1b69c05/ce8ea965-de68-470a-ab15-96ab4e26d2e0/0/0 | tactistream | Stock sentiment and data extraction feed powered by ai. reddit, global news (ap / reuters, etc) , blogs and more. I will add the feeds you want! | 7.8 | Stock Article Search (POST) | Get a article url, title, relevance and sentiment by stock ticker. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl... |
a572db4a-19b0-4311-b364-5b3cf1b69c05/ce8ea965-de68-470a-ab15-96ab4e26d2e0/1/0 | tactistream | Stock sentiment and data extraction feed powered by ai. reddit, global news (ap / reuters, etc) , blogs and more. I will add the feeds you want! | 7.8 | Stock Article Search (POST) | Get a article url, title, relevance and sentiment by stock ticker. | 200 | Example_1 | [{"ticker": "", "sentiment": 0, "relevance": 0, "source_count": 0}] | {"items": {"properties": {"ticker": {"type": "string", "title": "Ticker"}, "sentiment": {"type": "number", "maximum": 1, "minimum": -1, "title": "Sentiment", "description": "Aggregate sentiment score"}, "relevance": {"type": "number", "maximum": 1, "minimum": 0, "title": "Relevance", "description": "Aggregate relevance... |
a572db4a-19b0-4311-b364-5b3cf1b69c05/12dd44be-4101-42a8-93f1-02c00e0ff509/0/0 | tactistream | Stock sentiment and data extraction feed powered by ai. reddit, global news (ap / reuters, etc) , blogs and more. I will add the feeds you want! | 7.8 | Get Sentiment Summary (POST) | Get a relevance-weighted summary of article sentiment by stock ticker. | 200 | Example_1 | [{"ticker": "", "sentiment": 0, "relevance": 0, "source_count": 0}] | {"items": {"properties": {"ticker": {"type": "string", "title": "Ticker"}, "sentiment": {"type": "number", "maximum": 1, "minimum": -1, "title": "Sentiment", "description": "Aggregate sentiment score"}, "relevance": {"type": "number", "maximum": 1, "minimum": 0, "title": "Relevance", "description": "Aggregate relevance... |
a572db4a-19b0-4311-b364-5b3cf1b69c05/12dd44be-4101-42a8-93f1-02c00e0ff509/1/0 | tactistream | Stock sentiment and data extraction feed powered by ai. reddit, global news (ap / reuters, etc) , blogs and more. I will add the feeds you want! | 7.8 | Get Sentiment Summary (POST) | Get a relevance-weighted summary of article sentiment by stock ticker. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl... |
a572db4a-19b0-4311-b364-5b3cf1b69c05/e7e14921-f322-4c02-95ad-155406f6a40b/0/0 | tactistream | Stock sentiment and data extraction feed powered by ai. reddit, global news (ap / reuters, etc) , blogs and more. I will add the feeds you want! | 7.8 | Stock Article Search | Get a article url, title, relevance and sentiment by stock ticker. | 200 | Example_1 | [{"ticker": "", "sentiment": 0, "relevance": 0, "source_count": 0}] | {"items": {"properties": {"ticker": {"type": "string", "title": "Ticker"}, "sentiment": {"type": "number", "maximum": 1, "minimum": -1, "title": "Sentiment", "description": "Aggregate sentiment score"}, "relevance": {"type": "number", "maximum": 1, "minimum": 0, "title": "Relevance", "description": "Aggregate relevance... |
a572db4a-19b0-4311-b364-5b3cf1b69c05/e7e14921-f322-4c02-95ad-155406f6a40b/1/0 | tactistream | Stock sentiment and data extraction feed powered by ai. reddit, global news (ap / reuters, etc) , blogs and more. I will add the feeds you want! | 7.8 | Stock Article Search | Get a article url, title, relevance and sentiment by stock ticker. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl... |
a572db4a-19b0-4311-b364-5b3cf1b69c05/020de7e5-c2b1-4e72-b357-a9dca6f258be/0/0 | tactistream | Stock sentiment and data extraction feed powered by ai. reddit, global news (ap / reuters, etc) , blogs and more. I will add the feeds you want! | 7.8 | Get Sentiment Summary | Get a relevance-weighted summary of article sentiment by stock ticker. | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "titl... |
a572db4a-19b0-4311-b364-5b3cf1b69c05/020de7e5-c2b1-4e72-b357-a9dca6f258be/1/0 | tactistream | Stock sentiment and data extraction feed powered by ai. reddit, global news (ap / reuters, etc) , blogs and more. I will add the feeds you want! | 7.8 | Get Sentiment Summary | Get a relevance-weighted summary of article sentiment by stock ticker. | 200 | Example_1 | [{"ticker": "", "sentiment": 0, "relevance": 0, "source_count": 0}] | {"items": {"properties": {"ticker": {"type": "string", "title": "Ticker"}, "sentiment": {"type": "number", "maximum": 1, "minimum": -1, "title": "Sentiment", "description": "Aggregate sentiment score"}, "relevance": {"type": "number", "maximum": 1, "minimum": 0, "title": "Relevance", "description": "Aggregate relevance... |
2623fe75-c70e-4f7b-9441-2d3e33bbad4a/a73b9124-f789-4791-9a7b-b8746afcf885/0/0 | ForexGo | ForexGo API emerges as a dynamic currency exchange resource specifically crafted for developers seeking to incorporate real-time foreign exchange rates and conversion features seamlessly into their applications. This user-friendly API is designed to enrich your software projects by providing precise and current exchang... | 0 | /fx | Introducing ForexGo API - the powerful currency exchange solution for developers. Effortlessly integrate real-time forex rates and conversion capabilities into your applications with our easy-to-use API. Enhance your projects with accurate and up-to-date exchange data, empowering users across the globe to make informed... | 200 | New Example | {"success": true, "result": {"date": "2023-04-10T19:58:01.329Z", "from": {"currency": "TRY", "amount": 200}, "to": {"currency": "EUR", "amount": 9.514974190632508}}} | {"type": "object", "properties": {"success": {"type": "boolean"}, "result": {"type": "object", "properties": {"date": {"type": "string"}, "from": {"type": "object", "properties": {"currency": {"type": "string"}, "amount": {"type": "integer"}}}, "to": {"type": "object", "properties": {"currency": {"type": "string"}, "am... |
a6fd2dae-db1b-482b-966b-0a5270042bd5/2722f65d-5565-435b-b4c1-465ce75d8ac6/0/0 | Global Market Indices Data | Get statistical data for the major global indices (N225 SP500 DJI FTSE100 DAX CAC40 STOXX50 ASX200 IBEX35 HSI
TSX BVSP) | 8.7 | index_last_price | Lates price of an index | 200 | New Example | {"success": true, "data": [{"DATE": "2023-07-07", "PRICE": 18365.699219}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"DATE": {"type": "string"}, "PRICE": {"type": "number"}}, "required": ["DATE", "PRICE"]}}}, "required": ["data", "success"]} |
a6fd2dae-db1b-482b-966b-0a5270042bd5/e595ac1f-223b-45a4-b79f-32c3f7ac2e58/0/0 | Global Market Indices Data | Get statistical data for the major global indices (N225 SP500 DJI FTSE100 DAX CAC40 STOXX50 ASX200 IBEX35 HSI
TSX BVSP) | 8.7 | index_top5_constituents | Get top 5 gainers/losers of an index over a period | 200 | New Example | {"status": "Success", "data": [{"change_percent": 6.68, "change": 26.99, "period": "1DAY", "symbol": "LLY"}, {"change_percent": 7.21, "change": 5.78, "period": "1DAY", "symbol": "TECH"}, {"change_percent": 7.93, "change": 14.99, "period": "1DAY", "symbol": "VRSK"}, {"change_percent": 9.28, "change": 11.21, "period": "1... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"change_percent": {"type": "number"}, "change": {"type": "number"}, "period": {"type": "string"}, "symbol": {"type": "string"}}, "required": [... |
a6fd2dae-db1b-482b-966b-0a5270042bd5/7d38ab89-1f79-48b4-a3eb-2f0afa23a639/0/0 | Global Market Indices Data | Get statistical data for the major global indices (N225 SP500 DJI FTSE100 DAX CAC40 STOXX50 ASX200 IBEX35 HSI
TSX BVSP) | 8.7 | index_historic_price | Get historic daily price of an index over a period | 200 | New Example | {"status": "Success", "data": [{"symbol": "1COV.DE", "name": "Covestro", "sector": "Basic Materials", "date_added": ""}, {"symbol": "ADS.DE", "name": "Adidas", "sector": "Textile", "date_added": ""}, {"symbol": "AIR.DE", "name": "Airbus", "sector": "Aerospace", "date_added": ""}, {"symbol": "ALV.DE", "name": "Allianz",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "sector": {"type": "string"}, "date_added": {"type": "string"}}}}}, "required": ["da... |
a6fd2dae-db1b-482b-966b-0a5270042bd5/3013cdfc-f89e-44cc-8717-c82f4facff4c/0/0 | Global Market Indices Data | Get statistical data for the major global indices (N225 SP500 DJI FTSE100 DAX CAC40 STOXX50 ASX200 IBEX35 HSI
TSX BVSP) | 8.7 | indices | Get available Indices | 200 | New Example | {"status": "Success", "data": [{"symbol": "DAX"}, {"symbol": "DJA"}, {"symbol": "FTSE100"}, {"symbol": "SPX"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}}, "required": ["symbol"]}}}, "required": ["data", "status"]} |
a6fd2dae-db1b-482b-966b-0a5270042bd5/e8ce4716-3474-4df3-abba-b8cc70e69297/0/0 | Global Market Indices Data | Get statistical data for the major global indices (N225 SP500 DJI FTSE100 DAX CAC40 STOXX50 ASX200 IBEX35 HSI
TSX BVSP) | 8.7 | index_constituents | Get an Index constituents | 200 | New Example | {"status": "Success", "data": [{"symbol": "1COV.DE", "name": "Covestro", "sector": "Basic Materials", "date_added": ""}, {"symbol": "ADS.DE", "name": "Adidas", "sector": "Textile", "date_added": ""}, {"symbol": "AIR.DE", "name": "Airbus", "sector": "Aerospace", "date_added": ""}, {"symbol": "ALV.DE", "name": "Allianz",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "sector": {"type": "string"}, "date_added": {"type": "string"}}}}}, "required": ["da... |
a6fd2dae-db1b-482b-966b-0a5270042bd5/dccdbd8d-f77c-4b03-819b-0454fe1e463e/0/0 | Global Market Indices Data | Get statistical data for the major global indices (N225 SP500 DJI FTSE100 DAX CAC40 STOXX50 ASX200 IBEX35 HSI
TSX BVSP) | 8.7 | index_price_change | Get an Index change over the period of time(1DAY, 7DAYS, 1MONTH, 3MONTHS, 6MONTHS, 1YEAR ) | 200 | New Example | {"status": "Success", "data": {"symbol": "SWK", "name": "Stanley Black & Decker", "period": "7DAYS", "last_close": 86.54, "change": 9.28, "change_percent": 12.01}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "period": {"type": "string"}, "last_close": {"type": "number"}, "change": {"type": "number"}, "change_percent":... |
0751b2c6-a044-404d-b7f7-06ece7b82976/56c2634c-4f1b-469e-97c8-0d1893f28fae/1/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | GetMarket | Get an Euronext market from its code | 200 | null | {"code": "XPAR", "Name": "Euronext Paris"} | {"type": "object", "properties": {"code": {"type": "string", "description": "Code of the stock market"}, "Name": {"type": "string", "description": "Name of the stock market"}}} |
0751b2c6-a044-404d-b7f7-06ece7b82976/af1a4af1-b9b0-414d-9627-a2184ec1d979/0/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | GetICBByCode | Get an ICB by its code | 200 | null | {"subsector_code": 40301020, "industry": "Consumer Discretionary", "supersector": "Media", "sector": "Media", "subsector": "Media Agencies", "nb_stocks": 0} | {"type": "object", "properties": {"subsector_code": {"type": "string", "description": "sub-sector Code"}, "industry": {"type": "string", "description": "industry"}, "supersector": {"type": "string", "description": "supercector"}, "sector": {"type": "string", "description": "sector"}, "subsector": {"type": "string", "de... |
0751b2c6-a044-404d-b7f7-06ece7b82976/22ef0261-2214-44dd-b4e3-42b964fdd817/1/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | ListAllICB | Get the list of ICB (Stocks) | 200 | null | {"total_count": 0, "icbs": [{"subsector_code": 40301020, "industry": "Consumer Discretionary", "supersector": "Media", "sector": "Media", "subsector": "Media Agencies", "nb_stocks": 0}]} | {"type": "object", "properties": {"total_count": {"type": "integer", "description": "The total number of ICB found for your criteria"}, "icbs": {"type": "array", "items": {"type": "object", "properties": {"subsector_code": {"type": "string", "description": "sub-sector Code"}, "industry": {"type": "string", "description... |
0751b2c6-a044-404d-b7f7-06ece7b82976/95f8416c-2d7a-4455-bcea-d6b1e088ec0c/0/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | ListMarkets | Get the list of Euronext markets with pagination | 200 | null | {"total_count": 0, "markets": [{"code": "XPAR", "Name": "Euronext Paris"}]} | {"type": "object", "properties": {"total_count": {"type": "integer", "description": "The total number of markets found for your criteria"}, "markets": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string", "description": "Code of the stock market"}, "Name": {"type": "string", "descripti... |
0751b2c6-a044-404d-b7f7-06ece7b82976/99790b2e-956f-4556-8dc5-5560ffb2fc56/1/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | GetCFIByCode | Get a CFI by its code | 200 | null | {"code": "CFI:CEOJLS", "description": ""} | {"type": "object", "properties": {"code": {"type": "string", "description": "CFI Code"}, "description": {"type": "string", "description": "CFI Code description"}}} |
0751b2c6-a044-404d-b7f7-06ece7b82976/4f6bece0-0d06-4787-8840-d146feb4db46/1/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | ListStocksByMarket | Get the list of stocks available on an Euronext market | 200 | null | {"total_count": 0, "stocks": [{"isin": "XS2399366108", "name": "1000MERCIS", "symbol": "SMRN", "market_code": "ALXB", "type": "ETP", "subtype": "ETC", "currency": "EUR", "amount": 0, "evol": 0, "last_updated_at": "", "icb_subsector_code": "", "price_multiplier": 0, "quantity_notation": "", "admitted_shares": "", "nomin... | {"type": "object", "properties": {"total_count": {"type": "integer", "description": "The total number of stock found for your criteria"}, "stocks": {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": "string", "description": "ISIN Code of ETF"}, "name": {"type": "string", "description": "Name ... |
0751b2c6-a044-404d-b7f7-06ece7b82976/0cefce22-a88f-4c69-a9a6-6db12907345c/0/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | ListAllCFI | Get the list of CFI codes (ETFs) | 200 | null | {"total_count": 0, "cfis": [{"code": "CFI:CEOJLS", "description": ""}]} | {"type": "object", "properties": {"total_count": {"type": "integer", "description": "The total number of CFI found for your criteria"}, "cfis": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string", "description": "CFI Code"}, "description": {"type": "string", "description": "CFI Code d... |
0751b2c6-a044-404d-b7f7-06ece7b82976/b07a2bf0-5f4c-4d78-a1f6-7a9f3477c8d7/0/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | ListAllStocks | Get the list of stocks available on all Euronext markets | 200 | null | {"total_count": 0, "stocks": [{"isin": "XS2399366108", "name": "1000MERCIS", "symbol": "SMRN", "market_code": "ALXB", "type": "ETP", "subtype": "ETC", "currency": "EUR", "amount": 0, "evol": 0, "last_updated_at": "", "icb_subsector_code": "", "price_multiplier": 0, "quantity_notation": "", "admitted_shares": "", "nomin... | {"type": "object", "properties": {"total_count": {"type": "integer", "description": "The total number of stock found for your criteria"}, "stocks": {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": "string", "description": "ISIN Code of ETF"}, "name": {"type": "string", "description": "Name ... |
0751b2c6-a044-404d-b7f7-06ece7b82976/52232560-1002-4d49-b4b5-a567f101502f/1/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | GetStockByISIN | Get a stock by its ISIN code | 200 | null | {"isin": "XS2399366108", "name": "1000MERCIS", "symbol": "SMRN", "market_code": "ALXB", "type": "ETP", "subtype": "ETC", "currency": "EUR", "amount": 0, "evol": 0, "last_updated_at": "", "icb_subsector_code": "", "price_multiplier": 0, "quantity_notation": "", "admitted_shares": "", "nominal_value": 0, "trading_group":... | {"type": "object", "properties": {"isin": {"type": "string", "description": "ISIN Code of ETF"}, "name": {"type": "string", "description": "Name of the stock"}, "symbol": {"type": "string", "description": "Symbol of the ETF"}, "market_code": {"type": "string", "enum": ["ALXB", "ALXL", "ALXP", "XPAR", "XAMS", "XBRU", "X... |
0751b2c6-a044-404d-b7f7-06ece7b82976/ea63683e-ebdf-44ad-9bcf-020eda3712b3/1/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | GetETFByISIN | Get an ETF by its ISIN code | 200 | null | {"isin": "XS2399366108", "symbol": "SMRN", "market_code": "ALXB", "short_name": "-3x Short Moderna", "long_name": "Leverage Shares -3x Short Moderna (MRNA) ETP Securities", "type": "ETP", "subtype": "ETC", "issuer_name": "LEVERAGE SHARES PLC", "fund_manager": "Leverage Shares Management Company Limited", "currency": "E... | {"type": "object", "properties": {"isin": {"type": "string", "description": "ISIN Code of ETF"}, "symbol": {"type": "string", "description": "Symbol of the ETF"}, "market_code": {"type": "string", "enum": ["ALXB", "ALXL", "ALXP", "XPAR", "XAMS", "XBRU", "XLIS", "XMLI", "MLXB", "ENXB", "ENXL", "TNLA", "TNLB", "XLDN", "X... |
0751b2c6-a044-404d-b7f7-06ece7b82976/7ce86f6e-ee78-43a5-afc1-2f876046d934/1/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | ListETFsByMarket | Get the list of ETFs available on an Euronext market | 200 | null | {"total_count": 0, "etfs": [{"isin": "XS2399366108", "symbol": "SMRN", "market_code": "ALXB", "short_name": "-3x Short Moderna", "long_name": "Leverage Shares -3x Short Moderna (MRNA) ETP Securities", "type": "ETP", "subtype": "ETC", "issuer_name": "LEVERAGE SHARES PLC", "fund_manager": "Leverage Shares Management Comp... | {"type": "object", "properties": {"total_count": {"type": "integer", "description": "The total number of ETF found for your criteria"}, "etfs": {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": "string", "description": "ISIN Code of ETF"}, "symbol": {"type": "string", "description": "Symbol ... |
0751b2c6-a044-404d-b7f7-06ece7b82976/34d93f52-18c9-453e-b7df-696e188159d4/1/0 | Euronext - PEA - Stocks and ETFs | API to get the list of stocks and ETF of Euronext markets | 7.7 | ListAllETFs | Get the list of ETFs available on all Euronext markets | 200 | null | {"total_count": 0, "etfs": [{"isin": "XS2399366108", "symbol": "SMRN", "market_code": "ALXB", "short_name": "-3x Short Moderna", "long_name": "Leverage Shares -3x Short Moderna (MRNA) ETP Securities", "type": "ETP", "subtype": "ETC", "issuer_name": "LEVERAGE SHARES PLC", "fund_manager": "Leverage Shares Management Comp... | {"type": "object", "properties": {"total_count": {"type": "integer", "description": "The total number of ETF found for your criteria"}, "etfs": {"type": "array", "items": {"type": "object", "properties": {"isin": {"type": "string", "description": "ISIN Code of ETF"}, "symbol": {"type": "string", "description": "Symbol ... |
ef38a7e4-d7c9-4f02-94de-45007cae66fa/553bd521-4701-4ac8-8b7e-f65a14df4f88/0/0 | Real-Time Finance Data | Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time. | 9.8 | Stock Quote | Get stock market quote. Supports all stock types: stock, index, mutual fund and futures. | 200 | Response | {"status": "OK", "request_id": "af1e2666-7807-401f-a622-8aba812efedd", "data": {"symbol": "AAPL:NASDAQ", "name": "Apple Inc", "type": "stock", "price": 151.29, "open": 152.305, "high": 152.7, "low": 149.97, "volume": 74829573, "previous_close": 150.72, "change": 0.57, "change_percent": 0.3782, "pre_or_post_market": 150... | {"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "price": {"type": "number"}, "open": {"type": "number"}, "high": {"type": "number"}, "low": {"... |
ef38a7e4-d7c9-4f02-94de-45007cae66fa/866ac3f7-39f0-4bf2-a87b-50dfbb20e23c/0/0 | Real-Time Finance Data | Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time. | 9.8 | Currency News | Get the latest news related to a specific currency / forex or crypto. | 200 | Response | {"status": "OK", "request_id": "8f824f6d-529b-43f6-b25c-07786559561b", "data": {"from_symbol": "USD", "to_symbol": "EUR", "type": "currency", "news": [{"article_title": "US Dollar Technical Forecast: EUR/USD, GBP/USD, USD/CAD, USD/JPY", "article_url": "https://www.dailyfx.com/forex/technical/article/fx_technical_weekly... | {"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "type": {"type": "string"}, "news": {"type": "array", "items": {"type": "object", "properties": {"article_title"... |
ef38a7e4-d7c9-4f02-94de-45007cae66fa/1bfc6d93-63bc-4ade-83fa-1272d07fd5ea/0/0 | Real-Time Finance Data | Get stocks / market quotes and trends, ETF, international exchanges / forex, crypto, related news and analytics in real-time. | 9.8 | Currency Exchange Rate | Get currency / forex or crypto exchange rates. | 200 | Response | {"status": "OK", "request_id": "99e1660d-47ee-4efc-8456-7dcd5a2f07b6", "data": {"from_symbol": "USD", "to_symbol": "ILS", "type": "currency", "exchange_rate": 3.4666, "previous_close": 3.4666, "last_update_utc": "2022-11-20 09:18:00"}} | {"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "data": {"type": "object", "properties": {"from_symbol": {"type": "string"}, "to_symbol": {"type": "string"}, "type": {"type": "string"}, "exchange_rate": {"type": "number"}, "previous_close": {"type": "number"}, "last_upd... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.