Learn how to run your own financial brief generation service with a pre-built Docker and the Bigdata API.
http://localhost:8000/
and the documentation for the API http://localhost:8000/docs
.
http://localhost:8000/docs
, but the easiest way to get started is through a simple user interface built into the service at http://localhost:8000/
.
To create a brief in a programmatic way, just send a GET request to the /briefs/create
endpoint with the following parameters:
watchlist_id
: The ID of the watchlist you want to generate briefs can be created programatically using the Bigdata.com SDK or through the app.report_start_date
: The start date of the report in ISO format (e.g., 2024-01-01
).report_end_date
: The end date of the report in ISO format (e.g., 2024-01-31
).novelty
: Optional, default is true
. If set to true
, the service will remember previously generated briefs and will only include novel information in following reports.curl
: