π RESTful API for Text-retrieval & Semantic Search of Macro Data
Join Waitlist (24h) for free API Key |
Visit our Website |
Get in touch
Waitlist sources are restricted to Central Banking Reports from the Federal Reserve, ECB, and Bank of England. These include key publications covering monetary policy decisions and judgments, market intelligence, forecasts, macroeconomic projections, and implementation notes. Each Waitlist account receives up to 1,000 free API requests.
Visit our Remote MCP Server for seamless tool call integration into AI models.
Cosine Similarity, Datetime Filters, Source Filters, Text size (in tokens), Type (chart, table, text).
The API uses HTTP GET requests to retrieve data. The parameters for the request are passed in the body of the request as a JSON object.
Response data is a JSON list (list of dictionaries). Error Response is a JSON dictionary with key "error"
curl --request GET \
--url "https://app.lambda-capture.com/semantic-search/" \
--header "Content-Type: application/json" \
--data '{
"api_key": "your-api-key",
"query_text": "Inflation expectations",
"max_results": 1,
"score": 0.75,
"start_date": "2024-01-01",
"end_date": "2024-12-31",
"type": ["text", "table"],
"source": ["Bank of England"]
}'
Footnote: Replace \ with ^ when running outside UNIX systems
Β© 2024 Lambda Capture Limited (Registration Number 15845351) 52 Tabernacle Street, London, EC2A 4NJ - All rights reserved