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 |
|---|---|---|---|---|---|---|---|---|---|
6a2e1d77-8e2c-491c-973c-e2e7f85e6fe7/69d7e45c-719c-43f2-a4f7-16a4a8da93c1/5/0 | Discord | For Finance and business | null | method_qrcode_sms_post | This endpoint allows you to create a QR code that allows user to quickly send SMS. The code contains appropriately encoded recipient number and message template. After scanning the code, device message application is invoked with prefilled phone number and text, ready to be sent. To send a SMS, the user only needs to p... | 424 | null | {"detail": ""} | {"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}} |
6a2e1d77-8e2c-491c-973c-e2e7f85e6fe7/5dc3fa56-53cb-4a3f-b985-9b23bd84b6e5/1/0 | Discord | For Finance and business | null | method_qrcode_contact_post | This endpoint allows you to create a QR code that allows user to quickly add contact information to the phone book. The code contains an appropriately encoded electronic business card. After scanning, the device prompts to save the contact in the phone book. | 400 | null | {"detail": ""} | {"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}} |
6a2e1d77-8e2c-491c-973c-e2e7f85e6fe7/5dc3fa56-53cb-4a3f-b985-9b23bd84b6e5/2/0 | Discord | For Finance and business | null | method_qrcode_contact_post | This endpoint allows you to create a QR code that allows user to quickly add contact information to the phone book. The code contains an appropriately encoded electronic business card. After scanning, the device prompts to save the contact in the phone book. | 415 | null | {"detail": ""} | {"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}} |
6a2e1d77-8e2c-491c-973c-e2e7f85e6fe7/5dc3fa56-53cb-4a3f-b985-9b23bd84b6e5/4/0 | Discord | For Finance and business | null | method_qrcode_contact_post | This endpoint allows you to create a QR code that allows user to quickly add contact information to the phone book. The code contains an appropriately encoded electronic business card. After scanning, the device prompts to save the contact in the phone book. | 424 | null | {"detail": ""} | {"title": "GenericError", "required": ["detail"], "type": "object", "properties": {"detail": {"title": "Detail", "type": "string"}}} |
6a2e1d77-8e2c-491c-973c-e2e7f85e6fe7/5dc3fa56-53cb-4a3f-b985-9b23bd84b6e5/5/0 | Discord | For Finance and business | null | method_qrcode_contact_post | This endpoint allows you to create a QR code that allows user to quickly add contact information to the phone book. The code contains an appropriately encoded electronic business card. After scanning, the device prompts to save the contact in the phone book. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"type": "string"}}, "msg": {"title": "Messag... |
0484de83-4392-4142-b770-cc697e98e92e/423a309c-5dcb-44c2-bc23-c93720358f5a/0/0 | Sentiment on markets | NLP analysis on world's financial media.
Provides NLP summarization of articles and sentiment for given article.
Articles can be filtered based on their published time, related symbol, etc. | 7.7 | Article sentiment | Return sentiment of article by given id. | 200 | Response | {"meta": {}, "payload": {"articles_id": 1041391, "article_title": "Monday's economic calendar", "url": "https://seekingalpha.com/news/3877245-mondays-economic-calendar", "published_at": "29.08.2022 06:00", "sentiment": "neutral"}} | {"type": "object", "properties": {"meta": {"type": "object"}, "payload": {"type": "object", "properties": {"articles_id": {"type": "integer"}, "article_title": {"type": "string"}, "url": {"type": "string"}, "published_at": {"type": "string"}, "sentiment": {"type": "string"}}}}} |
0484de83-4392-4142-b770-cc697e98e92e/155b3144-e17d-4172-ba2a-566918f6adf5/0/0 | Sentiment on markets | NLP analysis on world's financial media.
Provides NLP summarization of articles and sentiment for given article.
Articles can be filtered based on their published time, related symbol, etc. | 7.7 | Article summary | Return summary of article by given id. | 200 | Response | {"meta": {}, "payload": {"articles_id": 1041425, "article_title": "Wide Band Gap Semiconductors Market to Attract Value of US$ 9.5 Billion by 2031, States TMR Study", "url": "https://finance.yahoo.com/news/wide-band-gap-semiconductors-market-013000967.html", "published_at": "29.08.2022 03:30", "summary": "Surge in the ... | {"type": "object", "properties": {"meta": {"type": "object"}, "payload": {"type": "object", "properties": {"articles_id": {"type": "integer"}, "article_title": {"type": "string"}, "url": {"type": "string"}, "published_at": {"type": "string"}, "summary": {"type": "string"}}}}} |
0484de83-4392-4142-b770-cc697e98e92e/b0799dcd-90cf-4b05-8057-64f387b33653/0/0 | Sentiment on markets | NLP analysis on world's financial media.
Provides NLP summarization of articles and sentiment for given article.
Articles can be filtered based on their published time, related symbol, etc. | 7.7 | Articles list | Return list of articles. | 200 | New Example | {"meta": {"current_page": 1, "limit": 10}, "payload": [{"articles_id": 1041416, "article_title": "Trademark Filings Suggest Apple May Be Securing \u2018Reality\u2019 Names for AR/VR Headset", "domain": "finance.yahoo.com", "url": "https://finance.yahoo.com/news/trademark-filings-suggest-apple-may-200558923.html", "publ... | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"current_page": {"type": "integer"}, "limit": {"type": "integer"}}}, "payload": {"type": "array", "items": {"type": "object", "properties": {"articles_id": {"type": "integer"}, "article_title": {"type": "string"}, "domain": {"type": "string"}, ... |
546b9598-914f-4493-8152-21a0f02cd968/d9f777c2-f353-4018-a447-59ab63085f5e/0/0 | IBAN Validation | API to validate the IBAN and provide some important information about the IBAN | null | /ibanvalidation | 400 | null | {"error": "", "iban": ""} | {"type": "object", "properties": {"error": {"type": "string"}, "iban": {"type": "string"}}} | |
546b9598-914f-4493-8152-21a0f02cd968/d9f777c2-f353-4018-a447-59ab63085f5e/1/0 | IBAN Validation | API to validate the IBAN and provide some important information about the IBAN | null | /ibanvalidation | 200 | null | {"iban": "", "valid": true, "country_code": "", "country_name": ""} | {"type": "object", "properties": {"iban": {"type": "string"}, "valid": {"type": "boolean"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}}} | |
707586b8-29ea-49e4-a7da-0efdc3538535/d651de32-d64d-43e7-b3f2-aa6e22c7b595/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Brief metrics | Get metrics by Symbol slugs. Separate multiple slugs with a comma | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/b9b2895b-75dd-407b-b135-90abe200caf3/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Shares | Get shares for symbol | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/60004cba-549a-4521-ab80-492ebbb10ace/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Dividend history | Get the dividend history for the symbol | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/056938fc-20bd-47b6-a2af-c744e93c1a25/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Estimated estimates | Get the estimates for the symbol (Latest Quarter's Earnings, Upcoming Quarter's Earnings). Ex result: https://seekingalpha.com/symbol/NVDA/income-statement | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/dfbd1eb3-b285-4ce1-a70d-ee44dd860468/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Ratings | Get symbols ratings for periods. Ratings: authors, quant, sell side. Ex result: https://seekingalpha.com/symbol/NVDA/valuation/metrics | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/f82997db-a9bd-4a83-be93-ccad5bda25ab/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Press releases | Get a list of press releases for symbol. Ex result: https://seekingalpha.com/symbol/NVDA/press-releases | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/9d52a5a7-f8ef-40e3-942c-90213d410a1d/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Option result | Get option result for the symbol. Ex.: https://seekingalpha.com/symbol/NVDA/options | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/fd54f65d-1714-4a8b-b9fb-788ba1f25f0f/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Splits | Get splits for historical prices. Ex.: https://seekingalpha.com/symbol/NVDA/historical-price-quotes | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/c903986a-d9ff-4c55-951f-c3cf53be18be/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Brief earnings | Get earnings by Symbol slugs. Separate multiple slugs with a comma | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/e9d5cb6f-61e2-4bde-826d-e53bdfbd9182/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | News List | Get list of the news by category. Trending news in the /news/trending. Ex.: https://seekingalpha.com/market-news/crypto | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/f2a593cc-fac7-405e-ae24-4901af8ead4c/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Article Comment maps | Get comment maps by article id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/65d005dd-5365-4472-9cb9-52c575f814e2/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Faq | Get Answers to common questions on a topic by Ticker slug. Ex.: https://seekingalpha.com/symbol/NVDA | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/5812bb33-92f9-4b83-8b66-99527b37bb97/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Stocks Tickers | Get stocks (tickers) from the screener. Ex. https://seekingalpha.com/screeners/96793299-Top-Rated-Stocks | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/9d4e50ba-3336-47be-96f6-1c4de8680364/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Attributes | Get details by Ticker Slugs. Specify attribute category | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/b196a860-98b4-4894-898e-f4d64e475bfc/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Sector metrics | Get the sector metrics for the symbol (Revisions Grade) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/8792ab7d-8f09-4d4d-a843-ac56b142fb73/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Metric grades | Get the ticker metric for the symbol | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/e364e83c-1516-4c85-a069-8c013a6b21ae/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Article List | Get list of the article | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/6e5b839b-36fa-408c-8ec1-9dc65d558a18/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Data | Get symbol data by Ticker slug, (name, companyName, company, exchange, currency). Ex.: https://seekingalpha.com/symbol/NVDA | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/222d5c78-f9ac-4ad4-aed2-33b01b40ba44/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Dividends Payout ratio | Get dividends payout ratio chart by Ticker slug | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/ad40d304-9b06-4b92-82a8-d76775c0cd84/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Ticker data | Get symbol ticker data by Ticker slug, (name, companyName, company, exchange, currency). Ex.: https://seekingalpha.com/symbol/NVDA | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/e285cd05-d6ce-4d89-810b-92219c77ad04/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Dividends estimates | Get dividends estimates data by Ticker slug | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/b21985c0-8e80-4bf0-ae7b-3f0b2d5c99d3/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols News | Get a list of news for symbol. Ex result: https://seekingalpha.com/symbol/NVDA/news | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/b02d1118-a24e-44c1-909e-8367bb72bff6/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Analysis | Get a list of analysis for symbol. Ex result: https://seekingalpha.com/symbol/NVDA/analysis | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/922d5f18-457e-44fc-95e0-82a849f158cd/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Sec Filings | Get a list of sec filings for symbol. Ex result: https://seekingalpha.com/symbol/NVDA/sec-filings | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/fb8b9737-0853-4104-8fc6-176b6efab2bf/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Ratings histories | Get symbols histories. Ex result: https://seekingalpha.com/symbol/NVDA/valuation/metrics | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/4f1b2675-9d3e-44d6-a8a6-4a8472c0de48/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Peers | Get peers for the symbol. Ex.: https://seekingalpha.com/symbol/NVDA/peers/related-stocks | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/89300959-f128-469d-8352-549cd5cb3465/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Related analysis | Get a list of related analysis for symbol. Ex result: https://seekingalpha.com/symbol/NVDA/related-analysis | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/6029629a-3921-4cf8-a688-2c368f3411f8/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Metrics | Get metrics by Ticker slug. This is the most extensive point, use different groups to get attributes | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/24160f67-578e-4a5d-b44a-da9a1b05fac7/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Historical prices | Get historical prices by date and Ticker slug. Ex result: https://seekingalpha.com/symbol/NVDA/valuation/metrics | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/4b57513f-cf5a-4529-adcc-e4c83435fa2f/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Option expirations | Get option expirations for the symbol. Ex.: https://seekingalpha.com/symbol/NVDA/options | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/15e7e821-9ccc-4203-9dae-b0e2d2e1de05/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Author ratings | Get a author ratings for symbol. Ex result: https://seekingalpha.com/symbol/NVDA/ratings/author-ratings | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/6d2c9526-ada9-49d5-9c58-c934a3cb51eb/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Meta Tooltips | Get tooltips by Ticker slug. Getting a description of the data, for each category. Use to get additional data and information. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/b647ae81-ed2c-4984-bc10-2c16ecec48c4/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Ratings relative | Get relative ratings by Ticker slug | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/6d8bb9c8-e45b-4344-9652-351e31a7ccb7/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Search Advanced | Get all search result (people,symbols,pages) by query. Advanced search | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/d4fb63e0-5144-43a5-9b98-ec35daeba206/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Suggested | Get suggested tickers by symbol | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/07f0fa19-0c4c-4364-b655-e7102f38d2de/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Transcripts | Get a list of transcripts for symbol. Ex result: https://seekingalpha.com/symbol/NVDA/earnings/transcripts | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/3550fa79-9326-41ba-8fc0-71eab3651e86/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Feeds Earnings articles | Get list of post earnings articles | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/d70ab3b8-f642-46d5-8e8d-22e55e2088b7/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Estimated earning announces | Get estimated earning announces for symbol. Ex result: https://seekingalpha.com/symbol/NVDA/earnings | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/7f7fc0a4-409b-4166-ae7d-e2bfa035f942/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Article Trending | Get list of the trending article | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/8194bead-3837-4503-922f-6e636d1ca57f/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Screeners Details | Get more details about screener. Ex. https://seekingalpha.com/screeners/96793299-Top-Rated-Stocks | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/7b64cd9a-8923-4659-baf9-c0ef9e1c9fb9/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Press releases Comment maps | Get press-releases comment maps by Press releases ID. Ex: https://seekingalpha.com/pr/18970018-nvidia-las-vegas-sands-fall-merck-boeing-rise | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/037f2f30-3e77-4f03-97f5-976ec821d308/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Charts metrics | Get charts (metrics) by ticker_slug and period | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/9e9f9a08-748f-49c1-9c46-261fd3c70cf3/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Article Details | Get all details of the article by article id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/4313f138-dbad-4b3a-9ad5-5b789146fd3f/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | News Comments | Get news comments by news_id. Check News comment-maps | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/e16ed98a-cf0b-45aa-b9aa-ecc0caa5b363/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Authors Ticker counts | Get ticker counts of author by slug | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/a9106dec-1fee-423a-bfc4-f1f98d4925cf/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Screeners Filters | Get list of screener filters | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/0d0d5f96-b98b-4f65-ad88-796b658da322/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | News Data | Get news data by news_id. Author and news content. Ex.: https://seekingalpha.com/news/3893978-canaan-launches-new-generation-bitcoin-mining-machine | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/e9ca612c-5ef3-4e8a-a462-3e927371beb9/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Feeds Earnings market current | Get list of post earnings market current | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/1cec2510-7a78-4b86-bd88-05e891a1fd7e/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Meta Tooltips by slug | Get tooltips for news or article | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/8e90b6d9-19de-4fe2-9cec-e64be75a900f/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | News Suggestion | Get news suggestion | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/f1d003fd-e082-4224-8e8f-e9418d4b49a4/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Fundamentals | Get fundamentals data by ticker_slug | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/ed34826e-95d4-491d-91fd-fa7158839b63/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Earning summaries | Get a earning summaries by symbol | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/3de32f23-f32f-4469-be78-c0b0347d2e0f/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Financials metrics | Get financials (income-statement, balance-sheet, cash-flow-statement) for symbol. Ex result: https://seekingalpha.com/symbol/NVDA/income-statement | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/d38de857-94cc-4b7e-8563-81aed1fd8820/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | News Trending | Get the list of trending news by category | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/4f886fa5-ddf3-4777-bf89-7addc180b4e7/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Article Comments | Get list of comments by article id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/a66c37fb-2496-49e7-ba57-961af3566701/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | User Instablog posts | Get insta-blog posts of user by user_id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/7f33ccc1-03a3-49f4-ae01-59c548e99748/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Charts period | Get prices charts by ticker_slug and period | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/7ef4373e-61df-44a5-849d-a1c638d2b4eb/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | News Comment maps | Get comment-maps for news by news_id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/9fe1a1a2-f28a-4651-9929-04474119a897/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Feeds Author articles | Get list of post earnings articles | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/0f76450b-6f5d-44c1-b073-a4d87b34c144/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Search By query | Get search result (people,symbols,pages) by query. Live keyword search by query, short search | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/3ecbea06-750c-4f32-a141-2d7bf407cfc3/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | User Discussion comments | Get comments of discussion by user_id and discussion_id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/8ff04a0f-475f-49ad-90d1-7d6a3e25acbd/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Instablogs Post data | Get instablogs post data by instablog_post_id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/c7ce0c60-af16-416e-8cbd-3244d1db16f2/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Screeners List | Get the list of screeners, (Top Rated Stocks, Top Quant Dividend Stocks, Most Shorted Stocks). Ex. https://seekingalpha.com/screeners | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/f801d52a-fbcf-44d4-a600-635b76a1a113/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Markets Equities groups | Get equities groups, (global-equity, countries-equity) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/b4fc4c2d-55bb-48b8-889e-649c0e18a98d/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Authors Details | Get all details of author by the author slug | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/6f5bcf42-5c8d-4ae0-a06c-605b0a34bdd6/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Press releases Data | Get press releases data by Press releases ID. Use Symbols Press releases endpoint. Ex: https://seekingalpha.com/pr/18970018-nvidia-las-vegas-sands-fall-merck-boeing-rise | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/204460f2-fc7f-4526-bfaa-f525e6a81832/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Instablogs Comment maps | Get instablogs comments map by instablog_post_id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/bc52a8b9-042b-49fe-adc3-45499351cc0f/1/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Filings Comment maps | Get filing comment maps by Filing ID. Use Symbols Sec Filings endpoint. Ex: https://seekingalpha.com/filing/6823254 | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/6f199cd9-4dfa-439a-b6a7-ac1a3432cefd/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Symbols Quotes | Get real time quotes by Symbol IDs. For ex: Nasdaq,DowJones (590019,598187). BTC-USD (581328). Separate multiple IDs with a comma. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/266561d6-76a9-40ac-ba11-feb9b90e0efc/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | Filings Data | Get filing data by Filing ID. Use Symbols Sec Filings endpoint. Ex: https://seekingalpha.com/filing/6823254 | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
707586b8-29ea-49e4-a7da-0efdc3538535/fae13155-b702-471f-ab32-409ff103e09d/0/0 | Seeking Alpha Finance | Seeking Alpha is the world’s largest investing community. Seeking Alpha’s content has unparalleled breadth and depth: from stocks, ETFs and mutual funds to commodities and cryptocurrency. Support: tipsters@rapi.one / t.me/api_tipsters | 8.9 | User Discussions | Get discussions posts of user by user_id | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte... |
ff868476-a295-41e8-b809-5f33127b7842/cfc7e9c9-5d7b-41cf-b9a7-d6129bed6626/0/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 30 Year Interest Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 200 | Response | {"30-year-real-interest-rate": [{"date": "2022-05-13 00:00:00", "value": 0.57}, {"date": "2022-04-01 00:00:00", "value": 0.17}, {"date": "2022-03-01 00:00:00", "value": -0.08}, {"date": "2022-02-01 00:00:00", "value": 0.07}, {"date": "2022-01-01 00:00:00", "value": -0.14}, {"date": "2021-12-01 00:00:00", "value": -0.42... | {"type": "object", "properties": {"30-year-real-interest-rate": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}}}}} |
ff868476-a295-41e8-b809-5f33127b7842/cfc7e9c9-5d7b-41cf-b9a7-d6129bed6626/1/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 30 Year Interest Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 404 | New Example | {"Code": "404", "Description": "Resource not found", "Error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "Type": "Not Found"} | {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "string"}, "Error": {"type": "string"}, "Type": {"type": "string"}}} |
ff868476-a295-41e8-b809-5f33127b7842/44ad11d5-8364-40ed-816a-ae6d6e57a9f0/0/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 20 Year Interest Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 200 | Response | {"20-year-real-interest-rate": [{"date": "2022-05-13 00:00:00", "value": 0.47}, {"date": "2022-04-01 00:00:00", "value": 0.04}, {"date": "2022-03-01 00:00:00", "value": -0.3}, {"date": "2022-02-01 00:00:00", "value": -0.13}, {"date": "2022-01-01 00:00:00", "value": -0.31}, {"date": "2021-12-01 00:00:00", "value": -0.61... | {"type": "object", "properties": {"20-year-real-interest-rate": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}}}}} |
ff868476-a295-41e8-b809-5f33127b7842/44ad11d5-8364-40ed-816a-ae6d6e57a9f0/1/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 20 Year Interest Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 404 | New Example | {"Code": "404", "Description": "Resource not found", "Error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "Type": "Not Found"} | {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "string"}, "Error": {"type": "string"}, "Type": {"type": "string"}}} |
ff868476-a295-41e8-b809-5f33127b7842/cc4a5e5c-1d47-4f42-a53c-2391e304b8d5/0/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 10 Year Interest Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 200 | Response | {"10-year-real-interest-rate": [{"date": "2022-05-13 00:00:00", "value": 0.24}, {"date": "2022-04-01 00:00:00", "value": -0.22}, {"date": "2022-03-01 00:00:00", "value": -0.72}, {"date": "2022-02-01 00:00:00", "value": -0.52}, {"date": "2022-01-01 00:00:00", "value": -0.69}, {"date": "2021-12-01 00:00:00", "value": -0.... | {"type": "object", "properties": {"10-year-real-interest-rate": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}}}}} |
ff868476-a295-41e8-b809-5f33127b7842/cc4a5e5c-1d47-4f42-a53c-2391e304b8d5/1/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 10 Year Interest Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 404 | New Example | {"Code": "404", "Description": "Resource not found", "Error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "Type": "Not Found"} | {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "string"}, "Error": {"type": "string"}, "Type": {"type": "string"}}} |
ff868476-a295-41e8-b809-5f33127b7842/921c3166-51ec-4b00-b10a-7b5be6152183/0/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 7 Year Interest Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 200 | Response | {"7-year-real-interest-rate": [{"date": "2022-05-13 00:00:00", "value": 0.07}, {"date": "2022-04-01 00:00:00", "value": -0.4}, {"date": "2022-03-01 00:00:00", "value": -0.99}, {"date": "2022-02-01 00:00:00", "value": -0.78}, {"date": "2022-01-01 00:00:00", "value": -0.94}, {"date": "2021-12-01 00:00:00", "value": -1.24... | {"type": "object", "properties": {"7-year-real-interest-rate": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}}}}} |
ff868476-a295-41e8-b809-5f33127b7842/921c3166-51ec-4b00-b10a-7b5be6152183/1/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 7 Year Interest Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 404 | New Example | {"Code": "404", "Description": "Resource not found", "Error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "Type": "Not Found"} | {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "string"}, "Error": {"type": "string"}, "Type": {"type": "string"}}} |
ff868476-a295-41e8-b809-5f33127b7842/186adc80-3c3b-4b16-9ab5-82d09ef16992/0/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 5 Year Interest Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 200 | Response | {"5-year-real-interest-rate": [{"date": "2022-05-13 00:00:00", "value": -0.14}, {"date": "2022-04-01 00:00:00", "value": -0.62}, {"date": "2022-03-01 00:00:00", "value": -1.3}, {"date": "2022-02-01 00:00:00", "value": -1.06}, {"date": "2022-01-01 00:00:00", "value": -1.26}, {"date": "2021-12-01 00:00:00", "value": -1.5... | {"type": "object", "properties": {"5-year-real-interest-rate": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}}}}} |
ff868476-a295-41e8-b809-5f33127b7842/186adc80-3c3b-4b16-9ab5-82d09ef16992/1/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 5 Year Interest Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 404 | New Example | {"Code": "404", "Description": "Resource not found", "Error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "Type": "Not Found"} | {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "string"}, "Error": {"type": "string"}, "Type": {"type": "string"}}} |
ff868476-a295-41e8-b809-5f33127b7842/27621ab8-d11b-4b7f-bd20-6bb7606c931f/0/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 30 Year Treasury Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 200 | Response | {"30-year-treasury-rate": [{"date": "2022-05-13 00:00:00", "value": 3.1}, {"date": "2022-04-01 00:00:00", "value": 2.67}, {"date": "2022-03-01 00:00:00", "value": 2.41}, {"date": "2022-02-01 00:00:00", "value": 2.25}, {"date": "2022-01-01 00:00:00", "value": 2.1}, {"date": "2021-12-01 00:00:00", "value": 1.85}, {"date"... | {"type": "object", "properties": {"30-year-treasury-rate": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}}}}} |
ff868476-a295-41e8-b809-5f33127b7842/27621ab8-d11b-4b7f-bd20-6bb7606c931f/1/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 30 Year Treasury Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 404 | New Example | {"Code": "404", "Description": "Resource not found", "Error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "Type": "Not Found"} | {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "string"}, "Error": {"type": "string"}, "Type": {"type": "string"}}} |
ff868476-a295-41e8-b809-5f33127b7842/b70a2e1f-08fe-4bc5-bbb0-60c3b484d10b/0/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 20 Year Treasury Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 404 | New Example | {"Code": "404", "Description": "Resource not found", "Error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "Type": "Not Found"} | {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "string"}, "Error": {"type": "string"}, "Type": {"type": "string"}}} |
ff868476-a295-41e8-b809-5f33127b7842/b70a2e1f-08fe-4bc5-bbb0-60c3b484d10b/1/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 20 Year Treasury Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 200 | Response | {"20-year-treasury-rate": [{"date": "2022-05-13 00:00:00", "value": 3.32}, {"date": "2022-04-01 00:00:00", "value": 2.84}, {"date": "2022-03-01 00:00:00", "value": 2.51}, {"date": "2022-02-01 00:00:00", "value": 2.31}, {"date": "2022-01-01 00:00:00", "value": 2.15}, {"date": "2021-12-01 00:00:00", "value": 1.9}, {"date... | {"type": "object", "properties": {"20-year-treasury-rate": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}}}}} |
ff868476-a295-41e8-b809-5f33127b7842/a982353f-0bf3-4758-b8b9-a1a9bde612f9/1/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 10 Year Treasury Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 404 | New Example | {"Code": "404", "Description": "Resource not found", "Error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "Type": "Not Found"} | {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "string"}, "Error": {"type": "string"}, "Type": {"type": "string"}}} |
ff868476-a295-41e8-b809-5f33127b7842/9dc085e9-9f19-46f9-9bfc-9221df2bf03f/0/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 7 Year Treasury Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 200 | Response | {"7-year-treasury-rate": [{"date": "2022-05-13 00:00:00", "value": 2.95}, {"date": "2022-04-01 00:00:00", "value": 2.68}, {"date": "2022-03-01 00:00:00", "value": 2.15}, {"date": "2022-02-01 00:00:00", "value": 1.91}, {"date": "2022-01-01 00:00:00", "value": 1.7}, {"date": "2021-12-01 00:00:00", "value": 1.4}, {"date":... | {"type": "object", "properties": {"7-year-treasury-rate": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}}}}} |
ff868476-a295-41e8-b809-5f33127b7842/9dc085e9-9f19-46f9-9bfc-9221df2bf03f/1/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 7 Year Treasury Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 404 | New Example | {"Code": "404", "Description": "Resource not found", "Error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "Type": "Not Found"} | {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "string"}, "Error": {"type": "string"}, "Type": {"type": "string"}}} |
ff868476-a295-41e8-b809-5f33127b7842/3f8ff316-97a1-44d9-945d-1cea6c349e08/0/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 5 Year Treasury Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 404 | New Example | {"Code": "404", "Description": "Resource not found", "Error": "404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "Type": "Not Found"} | {"type": "object", "properties": {"Code": {"type": "string"}, "Description": {"type": "string"}, "Error": {"type": "string"}, "Type": {"type": "string"}}} |
ff868476-a295-41e8-b809-5f33127b7842/3f8ff316-97a1-44d9-945d-1cea6c349e08/1/0 | ShillerPE | Get hard-to-find economic data to level up your financial apps. | null | 5 Year Treasury Rate | S&P500 price to book value ratio. Current price to book ratio is estimated based on current market price and S&P 500 book value as of December, 2021 the latest reported by S&P. | 200 | Response | {"5-year-treasury-rate": [{"date": "2022-05-13 00:00:00", "value": 2.89}, {"date": "2022-04-01 00:00:00", "value": 2.67}, {"date": "2022-03-01 00:00:00", "value": 2.11}, {"date": "2022-02-01 00:00:00", "value": 1.81}, {"date": "2022-01-01 00:00:00", "value": 1.54}, {"date": "2021-12-01 00:00:00", "value": 1.23}, {"date... | {"type": "object", "properties": {"5-year-treasury-rate": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "value": {"type": "number"}}}}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.